docstring_tokens
stringlengths
0
76.5k
code_tokens
stringlengths
75
1.81M
label_window
listlengths
4
2.12k
html_url
stringlengths
74
116
file_name
stringlengths
3
311
<mask> <mask> Dns.propTypes = { <mask> dashboard: PropTypes.object.isRequired, <mask> settings: PropTypes.object.isRequired, <mask> setUpstream: PropTypes.func.isRequired, <mask> testUpstream: PropTypes.func.isRequired, <mask> getAccessList: PropTypes.func.isRequired, <mask> setAccessLi...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/components/Settings/Dns/index.js
<mask> testUpstream: PropTypes.func.isRequired, <mask> getAccessList: PropTypes.func.isRequired, <mask> setAccessList: PropTypes.func.isRequired, <mask> access: PropTypes.object.isRequired, <mask> getDnsSettings: PropTypes.func.isRequired, <mask> dnsConfig: PropTypes.object.isRequired, <m...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/components/Settings/Dns/index.js
color: var(--gray);
<mask> .checkbox__input:disabled + .checkbox__label { <mask> cursor: default; <mask> } <mask> <mask> .checkbox__input:disabled + .checkbox__label:before { <mask> opacity: 0.6; <mask> } <mask> </s> + client: add fastest_addr setting Squashed commit of the following: commit e47fae25f7bac950bfb452fc8f...
[ "keep", "add", "keep", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/components/ui/Checkbox.css
import { testUpstream } from '../actions';
<mask> import { connect } from 'react-redux'; <mask> import { handleUpstreamChange, setUpstream, testUpstream, getDnsSettings } from '../actions'; <mask> import { getAccessList, setAccessList } from '../actions/access'; <mask> import { <mask> getRewritesList, <mask> addRewrite, <mask> deleteRewrite, ...
[ "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/containers/Dns.js
<mask> return props; <mask> }; <mask> <mask> const mapDispatchToProps = { <mask> handleUpstreamChange, <mask> setUpstream, <mask> testUpstream, <mask> getAccessList, <mask> setAccessList, <mask> getRewritesList, <mask> addRewrite, </s> + client: add fastest_addr setting Squ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/containers/Dns.js
<mask> getRewritesList, <mask> addRewrite, <mask> deleteRewrite, <mask> toggleRewritesModal, <mask> getDnsSettings, <mask> getDnsConfig, <mask> setDnsConfig, <mask> }; <mask> <mask> export default connect( </s> + client: add fastest_addr setting Squashed commit of the following:...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/containers/Dns.js
onClick,
<mask> placeholder, <mask> subtitle, <mask> disabled, <mask> modifier = 'checkbox--form', <mask> meta: { touched, error }, <mask> }) => ( <mask> <Fragment> </s> + client: add fastest_addr setting Squashed commit of the following: commit e47fae25f7bac950bfb452fc8f18b9c0865b08ba Merg...
[ "keep", "keep", "add", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/helpers/form.js
<Fragment> <label className={`checkbox ${modifier}`} onClick={onClick}> <span className="checkbox__marker" /> <input {...input} type="checkbox" className="checkbox__input" disabled={disabled} /> <span className="checkbox__label"> <s...
<mask> disabled, <mask> modifier = 'checkbox--form', <mask> meta: { touched, error }, <mask> }) => ( <mask> <Fragment> <mask> <label className={`checkbox ${modifier}`}> <mask> <span className="checkbox__marker" /> <mask> <input {...input} type="checkbox" className...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/helpers/form.js
</label> {!disabled && touched && (error && <span className="form__message form__message--error">{error}</span>)} </Fragment>
<mask> dangerouslySetInnerHTML={{ __html: subtitle }} <mask> /> <mask> )} <mask> </span> <mask> </span> <mask> </label> <mask> {!disabled && <mask> touched && <mask> (error && <sp...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/helpers/form.js
upstream_dns, bootstrap_dns,
<mask> const { <mask> blocking_ipv4, <mask> blocking_ipv6, <mask> ...values <mask> } = payload; <mask> <mask> return { <mask> ...state, <mask> ...values, </s> + client: add fastest_addr setting...
[ "keep", "keep", "add", "keep", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/dnsConfig.js
upstream_dns: (upstream_dns && upstream_dns.join('\n')) || '', bootstrap_dns: (bootstrap_dns && bootstrap_dns.join('\n')) || '',
<mask> blocking_ipv4: blocking_ipv4 || DEFAULT_BLOCKING_IPV4, <mask> blocking_ipv6: blocking_ipv6 || DEFAULT_BLOCKING_IPV6, <mask> processingGetConfig: false, <mask> }; <mask> }, <mask> <mask> [actions.setDnsConfigRequest]: state => ({ ...
[ "keep", "add", "keep", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/dnsConfig.js
<mask> const newSetting = { ...setting, enabled: !setting.enabled }; <mask> const newSettingsList = { ...settingsList, [settingKey]: newSetting }; <mask> return { ...state, settingsList: newSettingsList }; <mask> }, <mask> [actions.setUpstreamRequest]: state => (...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> }, <mask> { <mask> processing: true, <mask> processingTestUpstream: false, <mask> processingSetUpstream: false, <mask> processingDhcpStatus: false, <mask> settingsList: {}, <mask> }, <mask> ); <mask> </s> + client: add fastest_addr setting Squashed...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> const { <mask> version, <mask> dns_port: dnsPort, <mask> dns_addresses: dnsAddresses, <mask> upstream_dns: upstreamDns, <mask> bootstrap_dns: bootstrapDns, <mask> all_servers: allServers, <mask> ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> upstream_dns: upstreamDns, <mask> bootstrap_dns: bootstrapDns, <mask> all_servers: allServers, <mask> protection_enabled: protectionEnabled, <mask> language, <mask> http_port: httpPort, <mask> } = p...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
language,
<mask> dns_port: dnsPort, <mask> dns_addresses: dnsAddresses, <mask> protection_enabled: protectionEnabled, <mask> http_port: httpPort, <mask> } = payload; <mask> const newState = { <mask> ...state, <mask> ...
[ "keep", "keep", "keep", "add", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> processing: false, <mask> dnsVersion: version, <mask> dnsPort, <mask> dnsAddresses, <mask> upstreamDns: (upstreamDns && upstreamDns.join('\n')) || '', <mask> bootstrapDns: (bootstrapDns && bootstrapDns.join('\n'...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> }; <mask> return newState; <mask> }, <mask> <mask> [actions.handleUpstreamChange]: (state, { payload }) => { <mask> const { upstreamDns } = payload; <mask> return { ...state, upstreamDns }; <mask> }, <mask> <mask> [action...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> }; <mask> return newState; <mask> }, <mask> <mask> [actions.getDnsSettingsRequest]: state => ({ ...state, processingDnsSettings: true }), <mask> [actions.getDnsSettingsFailure]: state => ({ ...state, processingDnsSettings: false }), <mask> [actions....
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "k...
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> isCoreRunning: true, <mask> processingVersion: true, <mask> processingClients: true, <mask> processingUpdate: false, <mask> processingDnsSettings: true, <mask> processingProfile: true, <mask> upstreamDns: '', <mask> bootstrapDns: '', <mask>...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
<mask> processingClients: true, <mask> processingUpdate: false, <mask> processingDnsSettings: true, <mask> processingProfile: true, <mask> upstreamDns: '', <mask> bootstrapDns: '', <mask> allServers: false, <mask> protectionEnabled: false, <mask> ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/0ffc0965dc38eb02a09c7a14a8fc8f821cfb0893
client/src/reducers/index.js
formatTodayDate,
<mask> formatTime, <mask> formatDateTime, <mask> } from '../../helpers/helpers'; <mask> import { SERVICES, FILTERED_STATUS, TABLE_DEFAULT_PAGE_SIZE } from '../../helpers/constants'; <mask> import { getTrackerData } from '../../helpers/trackers/trackers'; <mask> import { formatClientCell } from '../../help...
[ "keep", "add", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/108cf73a307f248b1dbc9cb943c75a1adf431f0a
client/src/components/Logs/index.js
<div className="logs__row"> <span className="logs__text" title={formatDateTime(value)}> {formatTodayDate(value) === formatTodayDate(Date.now()) ? formatTime(value) : formatDateTime(value)} </span> </div>
<mask> <mask> checkWhiteList = reason => reason === FILTERED_STATUS.NOT_FILTERED_WHITE_LIST; <mask> <mask> getTimeCell = ({ value }) => ( <mask> <div className="logs__row"> <mask> <span className="logs__text" title={formatDateTime(value)}> <mask> {formatTime(value)} ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/108cf73a307f248b1dbc9cb943c75a1adf431f0a
client/src/components/Logs/index.js
minWidth: 105,
<mask> const columns = [ <mask> { <mask> Header: t('time_table_header'), <mask> accessor: 'time', <mask> maxWidth: 100, <mask> Cell: this.getTimeCell, <mask> }, <mask> { <mask> Header: t(...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/108cf73a307f248b1dbc9cb943c75a1adf431f0a
client/src/components/Logs/index.js
export const formatTodayDate = (dateTime) => { const currentLanguage = i18n.languages[0] || 'en'; const parsedTime = dateParse(dateTime); const options = { year: 'numeric', month: 'numeric', day: 'numeric', hour12: false, }; return parsedTime.toLocaleString(currentLa...
<mask> }; <mask> <mask> export const normalizeLogs = logs => logs.map((log) => { <mask> const { <mask> time, <mask> question, <mask> answer: response, <mask> reason, </s> + client: show date in query logs </s> remove maxWidth: 100, </s> add ...
[ "keep", "add", "keep", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/108cf73a307f248b1dbc9cb943c75a1adf431f0a
client/src/helpers/helpers.js
'GO_VERSION': '1.19.8'
<mask> 'name': 'build' <mask> <mask> 'env': <mask> 'GO_VERSION': '1.19.7' <mask> 'NODE_VERSION': '14' <mask> <mask> 'on': <mask> 'push': <mask> 'branches': </s> Pull request 1801: upd-go Merge in DNS/adguard-home from upd-go to master Squashed commit of the following: commit 4d6abc98329c794b5ea...
[ "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
.github/workflows/build.yml
'GO_VERSION': '1.19.8'
<mask> 'name': 'lint' <mask> <mask> 'env': <mask> 'GO_VERSION': '1.19.7' <mask> <mask> 'on': <mask> 'push': <mask> 'tags': <mask> - 'v*' </s> Pull request 1801: upd-go Merge in DNS/adguard-home from upd-go to master Squashed commit of the following: commit 4d6abc98329c794b5ea3f67447dd69ea8b60...
[ "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
.github/workflows/lint.yml
'dockerGo': 'adguard/golang-ubuntu:6.3'
<mask> 'name': 'AdGuard Home - Build and publish release' <mask> # Make sure to sync any changes with the branch overrides below. <mask> 'variables': <mask> 'channel': 'edge' <mask> 'dockerGo': 'adguard/golang-ubuntu:6.2' <mask> <mask> 'stages': <mask> - 'Build frontend': <mask> 'manual': false <ma...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
bamboo-specs/release.yaml
'dockerGo': 'adguard/golang-ubuntu:6.3'
<mask> # Set the default release channel on the release branch to beta, as we may <mask> # need to build a few of these. <mask> 'variables': <mask> 'channel': 'beta' <mask> 'dockerGo': 'adguard/golang-ubuntu:6.2' <mask> # release-vX.Y.Z branches are the branches from which the actual final...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
bamboo-specs/release.yaml
'dockerGo': 'adguard/golang-ubuntu:6.3'
<mask> # Set the default release channel on the final branch to release, as these <mask> # are the ones that actually get released. <mask> 'variables': <mask> 'channel': 'release' <mask> 'dockerGo': 'adguard/golang-ubuntu:6.2' </s> Pull request 1801: upd-go Merge in DNS/adguard-home from ...
[ "keep", "keep", "keep", "keep", "replace" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
bamboo-specs/release.yaml
'dockerGo': 'adguard/golang-ubuntu:6.3'
<mask> 'project-key': 'AGH' <mask> 'key': 'AHBRTSPECS' <mask> 'name': 'AdGuard Home - Build and run tests' <mask> 'variables': <mask> 'dockerGo': 'adguard/golang-ubuntu:6.2' <mask> <mask> 'stages': <mask> - 'Tests': <mask> 'manual': false <mask> 'final': false </s> Pull request 1801: upd-go ...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
bamboo-specs/test.yaml
golang.org/x/vuln v0.0.0-20230404205743-41aec7335792
<mask> github.com/kisielk/errcheck v1.6.3 <mask> github.com/kyoh86/looppointer v0.2.1 <mask> github.com/securego/gosec/v2 v2.15.0 <mask> golang.org/x/tools v0.7.0 <mask> golang.org/x/vuln v0.0.0-20230325131008-9550759f8614 <mask> honnef.co/go/tools v0.4.3 <mask> mvdan.cc/gofumpt v0.4.0 <mask> mvdan.cc/u...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
internal/tools/go.mod
golang.org/x/mod v0.10.0 // indirect
<mask> github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect <mask> github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect <mask> golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect <mask> golang.org/x/exp/typeparams v0.0.0-20230321023759-10a507213a29 // indire...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
internal/tools/go.mod
golang.org/x/sys v0.7.0 // indirect
<mask> golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect <mask> golang.org/x/exp/typeparams v0.0.0-20230321023759-10a507213a29 // indirect <mask> golang.org/x/mod v0.9.0 // indirect <mask> golang.org/x/sync v0.1.0 // indirect <mask> golang.org/x/sys v0.6.0 // indirect <mask> gopkg.in/yaml.v3 v...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
internal/tools/go.mod
golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk= golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
<mask> golang.org/x/exp/typeparams v0.0.0-20230321023759-10a507213a29/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= <mask> golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= <mask> golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= <mask> golang.org/x...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
internal/tools/go.sum
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU= golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
<mask> golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= <mask> golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= <mask> golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
internal/tools/go.sum
golang.org/x/vuln v0.0.0-20230404205743-41aec7335792 h1:NybXXIgk5dslpSHRStwyfI74htFvi9Cyk3mCr9ubE2I= golang.org/x/vuln v0.0.0-20230404205743-41aec7335792/go.mod h1:8gQW8OCBfaUiPaWAPDQf/9V1w+ymmmB/05SwB/EXZNs=
<mask> golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= <mask> golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= <mask> golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4= <mask> golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/10bffd89c9954d51f12d6ad1da39cf6e61f029a8
internal/tools/go.sum
testname string rules []string hostname string isFiltered bool reason Reason
<mask> var regexRules = []string{"/example\\.org/", "@@||test.example.org^"} <mask> var maskRules = []string{"test*.example.org^", "exam*.com"} <mask> <mask> var tests = []struct { <mask> testname string <mask> rules []string <mask> hostname string <mask> result bool <mask> }{ <mask> {"sanity", []s...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/1102963fa09bb5708dfd9bff9449ffd303a47701
dnsfilter/dnsfilter_test.go
{"sanity", []string{"||doubleclick.net^"}, "www.doubleclick.net", true, FilteredBlackList}, {"sanity", []string{"||doubleclick.net^"}, "nodoubleclick.net", false, NotFilteredNotFound}, {"sanity", []string{"||doubleclick.net^"}, "doubleclick.net.ru", false, NotFilteredNotFound}, {"sanity", []string{"||doubleclick.ne...
<mask> rules []string <mask> hostname string <mask> result bool <mask> }{ <mask> {"sanity", []string{"||doubleclick.net^"}, "www.doubleclick.net", true}, <mask> {"sanity", []string{"||doubleclick.net^"}, "nodoubleclick.net", false}, <mask> {"sanity", []string{"||doubleclick.net^"}, "doubleclick.net.ru...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/1102963fa09bb5708dfd9bff9449ffd303a47701
dnsfilter/dnsfilter_test.go
if ret.IsFiltered != test.isFiltered { t.Errorf("Hostname %s has wrong result (%v must be %v)", test.hostname, ret.IsFiltered, test.isFiltered) } if ret.Reason != test.reason { t.Errorf("Hostname %s has wrong reason (%v must be %v)", test.hostname, ret.Reason.String(), test.reason.String())
<mask> ret, err := d.CheckHost(test.hostname) <mask> if err != nil { <mask> t.Errorf("Error while matching host %s: %s", test.hostname, err) <mask> } <mask> if ret.IsFiltered != test.result { <mask> t.Errorf("Hostname %s has wrong result (%v must be %v)", test.hostname, ret, test.result) <mas...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/1102963fa09bb5708dfd9bff9449ffd303a47701
dnsfilter/dnsfilter_test.go
"strings"
<mask> "net/url" <mask> "strconv" <mask> "time" <mask> <mask> "github.com/AdguardTeam/AdGuardHome/internal/aghstrings" <mask> "github.com/AdguardTeam/golibs/jsonutil" <mask> "github.com/AdguardTeam/golibs/log" <mask> "golang.org/x/net/idna" </s> Pull request: 3012 idna search Merge in DNS/adguard-home...
[ "keep", "add", "keep", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
"golang.org/x/net/idna"
<mask> "github.com/AdguardTeam/AdGuardHome/internal/aghstrings" <mask> "github.com/AdguardTeam/golibs/jsonutil" <mask> "github.com/AdguardTeam/golibs/log" <mask> ) <mask> <mask> type qlogConfig struct { <mask> Enabled bool `json:"enabled"` </s> Pull request: 3012 idna search Merge in DNS/adgua...
[ "keep", "keep", "add", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
func (l *queryLog) parseSearchCriterion(q url.Values, name string, ct criterionType) ( ok bool, sc searchCriterion, err error, ) {
<mask> return false <mask> } <mask> <mask> // parseSearchCriterion parses a search criterion from the query parameter. <mask> func (l *queryLog) parseSearchCriterion(q url.Values, name string, ct criterionType) (ok bool, sc searchCriterion, err error) { <mask> val := q.Get(name) <mask> if len(val) == 0 { <m...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
if val == "" { return false, sc, nil } strict := getDoubleQuotesEnclosedValue(&val) var asciiVal string switch ct { case ctTerm: // Decode lowercased value from punycode to make EqualFold and // friends work properly with IDNAs. // // TODO(e.burkov): Make it work with parts of IDNAs somehow. lowere...
<mask> <mask> // parseSearchCriterion parses a search criterion from the query parameter. <mask> func (l *queryLog) parseSearchCriterion(q url.Values, name string, ct criterionType) (ok bool, sc searchCriterion, err error) { <mask> val := q.Get(name) <mask> if len(val) == 0 { <mask> return false, searchCrite...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
sc = searchCriterion{
<mask> if len(val) == 0 { <mask> return false, searchCriterion{}, nil <mask> } <mask> <mask> c := searchCriterion{ <mask> criterionType: ct, <mask> value: val, <mask> } <mask> if getDoubleQuotesEnclosedValue(&c.value) { <mask> c.strict = true </s> Pull request: 3012 idna search Merge i...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
asciiVal: asciiVal, strict: strict,
<mask> <mask> c := searchCriterion{ <mask> criterionType: ct, <mask> value: val, <mask> } <mask> if getDoubleQuotesEnclosedValue(&c.value) { <mask> c.strict = true <mask> } <mask> <mask> if ct == ctFilteringStatus && !aghstrings.InSlice(filteringStatusValues, c.value) { <mask> return f...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
return true, sc, nil
<mask> if getDoubleQuotesEnclosedValue(&c.value) { <mask> c.strict = true <mask> } <mask> <mask> if ct == ctFilteringStatus && !aghstrings.InSlice(filteringStatusValues, c.value) { <mask> return false, c, fmt.Errorf("invalid value %s", c.value) <mask> } <mask> <mask> return true, c, nil <mask> } <...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
for _, v := range []struct { urlField string ct criterionType }{{ urlField: "search", ct: ctTerm, }, { urlField: "response_status", ct: ctFilteringStatus, }} {
<mask> // and scan all log records until we found enough log entries <mask> p.maxFileScanEntries = 0 <mask> } <mask> <mask> paramNames := map[string]criterionType{ <mask> "search": ctTerm, <mask> "response_status": ctFilteringStatus, <mask> } <mask> <mask> for k, v := range paramNames {...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
ok, c, err = l.parseSearchCriterion(q, v.urlField, v.ct)
<mask> <mask> for k, v := range paramNames { <mask> var ok bool <mask> var c searchCriterion <mask> ok, c, err = l.parseSearchCriterion(q, k, v) <mask> if err != nil { <mask> return nil, err <mask> } <mask> <mask> if ok { </s> Pull request: 3012 idna search Merge in DNS/adguard-home from 3...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/http.go
// ctTerm is for searching by the domain name, the client's IP address, // the client's ID or the client's name. The domain name search // supports IDNAs.
<mask> <mask> type criterionType int <mask> <mask> const ( <mask> // ctTerm is for searching by the domain name, the client's IP <mask> // address, the client's ID or the client's name. <mask> // <mask> // TODO(e.burkov): Make it support IDNA while #3012. <mask> ctTerm criterionType = iota <mask> // ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
asciiVal string
<mask> <mask> // searchCriterion is a search criterion that is used to match a record. <mask> type searchCriterion struct { <mask> value string <mask> criterionType criterionType <mask> // strict, if true, means that the criterion must be applied to the <mask> // whole value rather than the part of ...
[ "keep", "keep", "keep", "add", "keep", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
func ctDomainOrClientCaseStrict(
<mask> // containment. <mask> strict bool <mask> } <mask> <mask> func (c *searchCriterion) ctDomainOrClientCaseStrict( <mask> term string, <mask> clientID string, <mask> name string, <mask> host string, <mask> ip string, </s> Pull request: 3012 idna search Merge in DNS/adguard-home from 3012-idna-se...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
asciiTerm string,
<mask> func ctDomainOrClientCaseStrict( <mask> term string, <mask> clientID string, <mask> name string, <mask> host string, <mask> ip string, <mask> ) (ok bool) { </s> Pull request: 3012 idna search Merge in DNS/adguard-home from 3012-idna-search to master Closes #3012. Squashed commit of the following:...
[ "keep", "add", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
(asciiTerm != "" && strings.EqualFold(host, asciiTerm)) ||
<mask> host string, <mask> ip string, <mask> ) (ok bool) { <mask> return strings.EqualFold(host, term) || <mask> strings.EqualFold(clientID, term) || <mask> strings.EqualFold(ip, term) || <mask> strings.EqualFold(name, term) <mask> } <mask> </s> Pull request: 3012 idna search Merge in DNS/adguard-h...
[ "keep", "keep", "keep", "add", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
func ctDomainOrClientCaseNonStrict(
<mask> <mask> return false <mask> } <mask> <mask> func (c *searchCriterion) ctDomainOrClientCaseNonStrict( <mask> term string, <mask> clientID string, <mask> name string, <mask> host string, <mask> ip string, </s> Pull request: 3012 idna search Merge in DNS/adguard-home from 3012-idna-search to mast...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
asciiTerm string,
<mask> } <mask> <mask> func ctDomainOrClientCaseNonStrict( <mask> term string, <mask> clientID string, <mask> name string, <mask> host string, <mask> ip string, <mask> ) (ok bool) { </s> Pull request: 3012 idna search Merge in DNS/adguard-home from 3012-idna-search to master Closes #3012. Squashed co...
[ "keep", "keep", "keep", "add", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
(asciiTerm != "" && containsFold(host, asciiTerm)) ||
<mask> ) (ok bool) { <mask> return containsFold(clientID, term) || <mask> containsFold(host, term) || <mask> containsFold(ip, term) || <mask> containsFold(name, term) <mask> } <mask> <mask> // quickMatch quickly checks if the line matches the given search criterion. </s> Pull request: 3012 idna search ...
[ "keep", "keep", "add", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
return ctDomainOrClientCaseStrict( c.value, c.asciiVal, clientID, name, host, ip, )
<mask> name = cli.Name <mask> } <mask> <mask> if c.strict { <mask> return c.ctDomainOrClientCaseStrict(c.value, clientID, name, host, ip) <mask> } <mask> <mask> return c.ctDomainOrClientCaseNonStrict(c.value, clientID, name, host, ip) <mask> case ctFilteringStatus: <mask> // Go on, as we cu...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
return ctDomainOrClientCaseNonStrict( c.value, c.asciiVal, clientID, name, host, ip, )
<mask> if c.strict { <mask> return c.ctDomainOrClientCaseStrict(c.value, clientID, name, host, ip) <mask> } <mask> <mask> return c.ctDomainOrClientCaseNonStrict(c.value, clientID, name, host, ip) <mask> case ctFilteringStatus: <mask> // Go on, as we currently don't do quick matches against <mask> ...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
<mask> name = e.client.Name <mask> } <mask> <mask> ip := e.IP.String() <mask> term := strings.ToLower(c.value) <mask> if c.strict { <mask> return c.ctDomainOrClientCaseStrict(term, clientID, name, host, ip) <mask> } <mask> <mask> return c.ctDomainOrClientCaseNonStrict(term, clientID, name, host, i...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
return ctDomainOrClientCaseStrict(c.value, c.asciiVal, clientID, name, host, ip)
<mask> <mask> ip := e.IP.String() <mask> term := strings.ToLower(c.value) <mask> if c.strict { <mask> return c.ctDomainOrClientCaseStrict(term, clientID, name, host, ip) <mask> } <mask> <mask> return c.ctDomainOrClientCaseNonStrict(term, clientID, name, host, ip) <mask> } <mask> </s> Pull request: ...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
return ctDomainOrClientCaseNonStrict(c.value, c.asciiVal, clientID, name, host, ip)
<mask> if c.strict { <mask> return c.ctDomainOrClientCaseStrict(term, clientID, name, host, ip) <mask> } <mask> <mask> return c.ctDomainOrClientCaseNonStrict(term, clientID, name, host, ip) <mask> } <mask> <mask> func (c *searchCriterion) ctFilteringStatusCase(res filtering.Result) bool { <mask> switch...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/116bedd72716c9e5ef2f3b13673bcc74fc7c11b6
internal/querylog/searchcriterion.go
// 1. Run "sudo ipset create example_set hash:ip family ipv4".
<mask> ) <mask> <mask> // How to test on a real Linux machine: <mask> // <mask> // 1. Run: <mask> // <mask> // sudo ipset create example_set hash:ip family ipv4 <mask> // <mask> // 2. Run: <mask> // </s> Pull request: imp-scripts Merge in DNS/adguard-home from imp-scripts to master Squashed commit of ...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/aghnet/ipset_linux.go
// 2. Run "sudo ipset list example_set". The Members field should be empty.
<mask> // How to test on a real Linux machine: <mask> // <mask> // 1. Run: <mask> // <mask> // sudo ipset create example_set hash:ip family ipv4 <mask> // <mask> // 2. Run: <mask> // <mask> // sudo ipset list example_set <mask> // </s> Pull request: imp-scripts Merge in DNS/adguard-home from imp-scrip...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/aghnet/ipset_linux.go
// 3. Add the line "example.com/example_set" to your AdGuardHome.yaml.
<mask> // 1. Run: <mask> // <mask> // sudo ipset create example_set hash:ip family ipv4 <mask> // <mask> // 2. Run: <mask> // <mask> // sudo ipset list example_set <mask> // <mask> // The Members field should be empty. <mask> // </s> Pull request: imp-scripts Merge in DNS/adguard-home from imp-scripts...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/aghnet/ipset_linux.go
// 4. Start AdGuardHome.
<mask> // sudo ipset create example_set hash:ip family ipv4 <mask> // <mask> // 2. Run: <mask> // <mask> // sudo ipset list example_set <mask> // <mask> // The Members field should be empty. <mask> // <mask> // 3. Add the line "example.com/example_set" to your AdGuardHome.yaml. <mask> // </s> Pull requ...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/aghnet/ipset_linux.go
// 5. Make requests to example.com and its subdomains.
<mask> // 2. Run: <mask> // <mask> // sudo ipset list example_set <mask> // <mask> // The Members field should be empty. <mask> // <mask> // 3. Add the line "example.com/example_set" to your AdGuardHome.yaml. <mask> // <mask> // 4. Start AdGuardHome. <mask> // </s> Pull request: imp-scripts Merge in DN...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/aghnet/ipset_linux.go
// 6. Run "sudo ipset list example_set". The Members field should contain the // resolved IP addresses.
<mask> // sudo ipset list example_set <mask> // <mask> // The Members field should be empty. <mask> // <mask> // 3. Add the line "example.com/example_set" to your AdGuardHome.yaml. <mask> // <mask> // 4. Start AdGuardHome. <mask> // <mask> // 5. Make requests to example.com and its subdomains. <mask> // ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/aghnet/ipset_linux.go
golang.org/x/tools v0.1.13-0.20220921142454-16b974289fe5 golang.org/x/vuln v0.0.0-20220921153644-d9be10b6cc84
<mask> github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 <mask> github.com/kisielk/errcheck v1.6.2 <mask> github.com/kyoh86/looppointer v0.1.7 <mask> github.com/securego/gosec/v2 v2.13.1 <mask> golang.org/x/tools v0.1.13-0.20220803210227-8b9a1fbdf5c3 <mask> golang.org/x/vuln v0.0.0-20220...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.mod
golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e // indirect
<mask> github.com/gookit/color v1.5.2 // indirect <mask> github.com/kyoh86/nolint v0.0.1 // indirect <mask> github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect <mask> github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect <mask> golang.org/x/exp v0.0.0-20220909182711-5...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.mod
golang.org/x/mod v0.6.0-dev.0.20220907135952-02c991387e35 // indirect
<mask> github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect <mask> github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect <mask> golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 // indirect <mask> golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indire...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.mod
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
<mask> golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 // indirect <mask> golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect <mask> golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect <mask> golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect <mask> g...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.mod
golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e h1:Ctm9yurWsg7aWwIpH9Bnap/IdSVxixymIb3MhiMEQQA= golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=
<mask> golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= <mask> golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= <mask> golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNh...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.sum
golang.org/x/mod v0.6.0-dev.0.20220907135952-02c991387e35 h1:CZP0Rbk/s1EIiUMx5DS2MhK2ct52xpQxqddVD0FmF+o= golang.org/x/mod v0.6.0-dev.0.20220907135952-02c991387e35/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
<mask> golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= <mask> golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= <mask> golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= <mask> golang.org/x...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.sum
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 h1:h+EGohizhe9XlX18rfpa8k8RAc5XyaeamM+0VHRd4lc= golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
<mask> golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= <mask> golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= <mask> golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.sum
golang.org/x/tools v0.1.13-0.20220921142454-16b974289fe5 h1:o1LhIiY5L+hLK9DWqfFlilCrpZnw/s7WU4iCUkb/bao= golang.org/x/tools v0.1.13-0.20220921142454-16b974289fe5/go.mod h1:VsjNM1dMo+Ofkp5d7y7fOdQZD8MTXSQ4w3EPk65AvKU= golang.org/x/vuln v0.0.0-20220921153644-d9be10b6cc84 h1:L0qUjdplndgX880fozFRGC242wAtfsViyRXWGlpZQ54= go...
<mask> golang.org/x/tools v0.0.0-20200710042808-f1c4188a97a1/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= <mask> golang.org/x/tools v0.0.0-20201007032633-0806396f153e/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= <mask> golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOk...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/11e4f09165fa48522efc13896b0e830ea69e5bd2
internal/tools/go.sum
'project-key': 'AGH' 'key': 'AGHBSNAPSPECS' 'name': 'AdGuard Home - Build and publish release'
<mask> --- <mask> 'version': 2 <mask> 'plan': <mask> 'project-key': 'AGH' <mask> 'key': 'AGHBSNAPSPECS' <mask> 'name': 'AdGuard Home - Build and publish release' <mask> # Make sure to sync any changes with the branch overrides below. <mask> 'variables': <mask> 'channel': 'edge' <mask> 'dockerGo': 'a...
[ "keep", "keep", "keep", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'channel': 'edge' 'dockerGo': 'adguard/golang-ubuntu:6.7'
<mask> 'key': 'AGHBSNAPSPECS' <mask> 'name': 'AdGuard Home - Build and publish release' <mask> # Make sure to sync any changes with the branch overrides below. <mask> 'variables': <mask> 'channel': 'edge' <mask> 'dockerGo': 'adguard/golang-ubuntu:6.7' <mask> <mask> 'stages': <mask> - 'Build frontend':...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
- 'Build frontend': 'manual': false 'final': false 'jobs': - 'Build frontend' - 'Make release': 'manual': false 'final': false 'jobs': - 'Make release' - 'Make and publish docker': 'manual': false 'final': false 'jobs': ...
<mask> 'channel': 'edge' <mask> 'dockerGo': 'adguard/golang-ubuntu:6.7' <mask> <mask> 'stages': <mask> - 'Build frontend': <mask> 'manual': false <mask> 'final': false <mask> 'jobs': <mask> - 'Build frontend' <mask> <mask> - 'Make release': <mask> 'manual': false <mask> 'final...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'docker': 'image': '${bamboo.dockerGo}' 'volumes': '${system.YARN_DIR}': '${bamboo.cacheYarn}' 'key': 'BF' 'other': 'clean-working-dir': true 'tasks': - 'checkout': 'force-clean-build': true - 'script': 'interpreter': 'SHELL' ...
<mask> 'jobs': <mask> - 'Publish to GitHub Releases' <mask> <mask> 'Build frontend': <mask> 'docker': <mask> 'image': '${bamboo.dockerGo}' <mask> 'volumes': <mask> '${system.YARN_DIR}': '${bamboo.cacheYarn}' <mask> 'key': 'BF' <mask> 'other': <mask> 'clean-working-dir': true ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'docker': 'image': '${bamboo.dockerGo}' 'volumes': '${system.GO_CACHE_DIR}': '${bamboo.cacheGo}' '${system.GO_PKG_CACHE_DIR}': '${bamboo.cacheGoPkg}' 'key': 'MR' 'other': 'clean-working-dir': true 'tasks': - 'checkout': 'force-clean-build...
<mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'Make release': <mask> 'docker': <mask> 'image': '${bamboo.dockerGo}' <mask> 'volumes': <mask> '${system.GO_CACHE_DIR}': '${bamboo.cacheGo}' <mask> '${system.GO_PKG_CACHE_DIR}': '${bamboo.cacheGoPkg}' <mask> 'key':...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'key': 'MPD' 'other': 'clean-working-dir': true 'tasks': - 'checkout': 'force-clean-build': true - 'script': 'interpreter': 'SHELL' 'scripts': - | #!/bin/sh set -e -f -u -x COMMIT="${bambo...
<mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'Make and publish docker': <mask> 'key': 'MPD' <mask> 'other': <mask> 'clean-working-dir': true <mask> 'tasks': <mask> - 'checkout': <mask> 'force-clean-build': true <mask> - 'script': <mask> 'interpreter': 'SH...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'key': 'PUB' 'other': 'clean-working-dir': true 'tasks': - 'clean' - 'checkout': 'repository': 'bamboo-deploy-publisher' 'path': 'bamboo-deploy-publisher' 'force-clean-build': true - 'script': 'interpreter': 'SHELL' 'scrip...
<mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'Publish to static storage': <mask> 'key': 'PUB' <mask> 'other': <mask> 'clean-working-dir': true <mask> 'tasks': <mask> - 'clean' <mask> - 'checkout': <mask> 'repository': 'bamboo-deploy-publisher' <mask> 'pat...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'key': 'PTGR' 'other': 'clean-working-dir': true 'tasks': - 'clean' - 'checkout': 'repository': 'bamboo-deploy-publisher' 'path': 'bamboo-deploy-publisher' 'force-clean-build': true - 'script': 'interpreter': 'SHELL' 'scri...
<mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'Publish to GitHub Releases': <mask> 'key': 'PTGR' <mask> 'other': <mask> 'clean-working-dir': true <mask> 'tasks': <mask> - 'clean' <mask> - 'checkout': <mask> 'repository': 'bamboo-deploy-publisher' <mask> 'p...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
# Don't use minute values that end with a zero or a five as these are often # used in CI and so resources during these minutes can be quite busy. - 'cron': '0 42 13 ? * MON-FRI *'
<mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'triggers': <mask> # Don't use minute values that end with a zero or a five as these are often used <mask> # in CI and so resources during these minutes can be quite busy. <mask> - 'cron': '0 42 13 ? * MON-FRI *' <mask> 'branches': <mask> ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'create': 'manually' 'delete': 'after-deleted-days': 1 'after-inactive-days': 30 'integration': 'push-on-success': false 'merge-from': 'AdGuard Home - Build and publish release' 'link-to-jira': true
<mask> # Don't use minute values that end with a zero or a five as these are often used <mask> # in CI and so resources during these minutes can be quite busy. <mask> - 'cron': '0 42 13 ? * MON-FRI *' <mask> 'branches': <mask> 'create': 'manually' <mask> 'delete': <mask> 'after-deleted-days': 1 <mask> ...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
- 'events': - 'plan-completed' 'recipients': - 'webhook': 'name': 'Build webhook' 'url': 'http://prod.jirahub.service.eu.consul/v1/webhook/bamboo?channel=adguard-qa'
<mask> 'merge-from': 'AdGuard Home - Build and publish release' <mask> 'link-to-jira': true <mask> <mask> 'notifications': <mask> - 'events': <mask> - 'plan-completed' <mask> 'recipients': <mask> - 'webhook': <mask> 'name': 'Build webhook' <mask> 'url': 'http://prod.jirahub.service.eu...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
'concurrent-build-plugin': 'system-default'
<mask> 'url': 'http://prod.jirahub.service.eu.consul/v1/webhook/bamboo?channel=adguard-qa' <mask> <mask> 'labels': [] <mask> 'other': <mask> 'concurrent-build-plugin': 'system-default' <mask> <mask> 'branch-overrides': <mask> # beta-vX.Y branches are the branches into which the commits that are needed...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
# beta-vX.Y branches are the branches into which the commits that are needed # to release a new patch version are initially cherry-picked. - '^beta-v[0-9]+\.[0-9]+': # Build betas on release branches manually. 'triggers': [] # Set the default release channel on the release branch to be...
<mask> 'other': <mask> 'concurrent-build-plugin': 'system-default' <mask> <mask> 'branch-overrides': <mask> # beta-vX.Y branches are the branches into which the commits that are needed to <mask> # release a new patch version are initially cherry-picked. <mask> - '^beta-v[0-9]+\.[0-9]+': <mask> # Build be...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "re...
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/release.yaml
<mask> <mask> env\ <mask> VERBOSE='1'\ <mask> sh ./scripts/snap/build.sh <mask> 'final-tasks': <mask> - 'clean' <mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'Publish to Snapstore': <mask> 'artifact-subsc...
[ "keep", "keep", "keep", "keep", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/snapcraft.yaml
'project-key': 'AGH' 'key': 'AHBRTSPECS' 'name': 'AdGuard Home - Build and run tests'
<mask> --- <mask> 'version': 2 <mask> 'plan': <mask> 'project-key': 'AGH' <mask> 'key': 'AHBRTSPECS' <mask> 'name': 'AdGuard Home - Build and run tests' <mask> 'variables': <mask> 'dockerGo': 'adguard/golang-ubuntu:6.7' <mask> <mask> 'stages': <mask> - 'Tests': </s> Pull request 1885: AG-23334-fix-...
[ "keep", "keep", "keep", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
'dockerGo': 'adguard/golang-ubuntu:6.7'
<mask> 'project-key': 'AGH' <mask> 'key': 'AHBRTSPECS' <mask> 'name': 'AdGuard Home - Build and run tests' <mask> 'variables': <mask> 'dockerGo': 'adguard/golang-ubuntu:6.7' <mask> <mask> 'stages': <mask> - 'Tests': <mask> 'manual': false <mask> 'final': false </s> Pull request 1885: AG-2333...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
- 'Tests': 'manual': false 'final': false 'jobs': - 'Test'
<mask> 'variables': <mask> 'dockerGo': 'adguard/golang-ubuntu:6.7' <mask> <mask> 'stages': <mask> - 'Tests': <mask> 'manual': false <mask> 'final': false <mask> 'jobs': <mask> - 'Test' <mask> <mask> 'Test': <mask> 'docker': <mask> 'image': '${bamboo.dockerGo}' <mask> 'volumes...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
'docker': 'image': '${bamboo.dockerGo}' 'volumes': '${system.YARN_DIR}': '${bamboo.cacheYarn}' '${system.GO_CACHE_DIR}': '${bamboo.cacheGo}' '${system.GO_PKG_CACHE_DIR}': '${bamboo.cacheGoPkg}' 'key': 'TEST' 'other': 'clean-working-dir': true '...
<mask> 'jobs': <mask> - 'Test' <mask> <mask> 'Test': <mask> 'docker': <mask> 'image': '${bamboo.dockerGo}' <mask> 'volumes': <mask> '${system.YARN_DIR}': '${bamboo.cacheYarn}' <mask> '${system.GO_CACHE_DIR}': '${bamboo.cacheGo}' <mask> '${system.GO_PKG_CACHE_DIR}': '${bamb...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
set -e -f -u -x
<mask> 'scripts': <mask> - | <mask> #!/bin/sh <mask> <mask> set -e -f -u -x <mask> <mask> make VERBOSE=1 ci go-tools lint <mask> 'final-tasks': <mask> - 'clean' <mask> 'requirements': </s> Pull request 1885: AG-23334-fix-snap-plan Merge in DNS/adguard-home from AG...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
make VERBOSE=1 ci go-tools lint 'final-tasks': - 'clean' 'requirements': - 'adg-docker': 'true'
<mask> #!/bin/sh <mask> <mask> set -e -f -u -x <mask> <mask> make VERBOSE=1 ci go-tools lint <mask> 'final-tasks': <mask> - 'clean' <mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'branches': <mask> 'create': 'for-pull-request' <mask> 'delete': <ma...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
'create': 'for-pull-request' 'delete': 'after-deleted-days': 1 'after-inactive-days': 5 'integration': 'push-on-success': false 'merge-from': 'AdGuard Home - Build and run tests' 'link-to-jira': true
<mask> 'requirements': <mask> - 'adg-docker': 'true' <mask> <mask> 'branches': <mask> 'create': 'for-pull-request' <mask> 'delete': <mask> 'after-deleted-days': 1 <mask> 'after-inactive-days': 5 <mask> 'integration': <mask> 'push-on-success': false <mask> 'merge-from': 'AdGuard Hom...
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
- 'events': - 'plan-status-changed' 'recipients': - 'webhook': 'name': 'Build webhook' 'url': 'http://prod.jirahub.service.eu.consul/v1/webhook/bamboo'
<mask> 'merge-from': 'AdGuard Home - Build and run tests' <mask> 'link-to-jira': true <mask> <mask> 'notifications': <mask> - 'events': <mask> - 'plan-status-changed' <mask> 'recipients': <mask> - 'webhook': <mask> 'name': 'Build webhook' <mask> 'url': 'http://prod.jirahub.service.eu....
[ "keep", "keep", "keep", "keep", "replace", "replace", "replace", "replace", "replace", "replace", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
'concurrent-build-plugin': 'system-default'
<mask> 'url': 'http://prod.jirahub.service.eu.consul/v1/webhook/bamboo' <mask> <mask> 'labels': [] <mask> 'other': <mask> 'concurrent-build-plugin': 'system-default' </s> Pull request 1885: AG-23334-fix-snap-plan Merge in DNS/adguard-home from AG-23334-fix-snap-plan to master Squashed commit of the fol...
[ "keep", "keep", "keep", "keep", "replace" ]
https://github.com/AdguardTeam/AdGuardHome/commit/123ca87388315bacc3a16ff4960c7470df936e09
bamboo-specs/test.yaml
func newARPDB() (arp *cmdARPDB) {
<mask> "github.com/AdguardTeam/golibs/log" <mask> "github.com/AdguardTeam/golibs/netutil" <mask> ) <mask> <mask> func newARPDB() *cmdARPDB { <mask> return &cmdARPDB{ <mask> parse: parseArpA, <mask> ns: &neighs{ <mask> mu: &sync.RWMutex{}, <mask> ns: make([]Neighbor, 0), </s> Pull request: 3157 ...
[ "keep", "keep", "keep", "keep", "replace", "keep", "keep", "keep", "keep", "keep" ]
https://github.com/AdguardTeam/AdGuardHome/commit/12ee287d0b25cc1fb498e54c4484c995613e9bcb
internal/aghnet/arpdb_bsd.go