Ainar Garipov
0d67aa251d
Pull request: 2546 updater fix
...
Merge in DNS/adguard-home from 2546-updater-fix to master
Closes #2546 .
Squashed commit of the following:
commit af243c9fad710efe099506fda281e628c3e5ec30
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Wed Jan 13 14:33:37 2021 +0300
updater: fix go 1.14 compat
commit 742fba24b300ce51c04acb586996c3c75e56ea20
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Wed Jan 13 13:58:27 2021 +0300
util: imp error check
commit c2bdbce8af657a7f4b7e05c018cfacba86e06753
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Mon Jan 11 18:51:26 2021 +0300
all: fix and refactor update checking
2021-01-13 16:18:51 +03:00
Ainar Garipov
73c30590e0
Pull request: all: fix lint and naming issues vol. 4
...
Merge in DNS/adguard-home from 2276-fix-lint-4 to master
Updates #2276 .
Squashed commit of the following:
commit 15d49184cd8ce1f8701bf3221e69418ca1778b36
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Tue Dec 8 15:51:34 2020 +0300
util: fix naming
commit 3b9a86a0feb8c6e0b167e6e23105e8137b0dda76
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Tue Dec 8 15:41:10 2020 +0300
all: fix lint and naming issues vol. 4
2020-12-08 16:01:13 +03:00
Ainar Garipov
bf4c256c72
Pull request: return 501 when we don't support features
...
Merge in DNS/adguard-home from 2295-dhcp-windows to master
Updates #2295 .
Squashed commit of the following:
commit 3b00a90c3d9bc33e9af478e4062c0f938d4f327d
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Mon Nov 16 16:45:43 2020 +0300
all: use the 501 handlers instead of the real ones, revert other changes
commit 0a3b37736a21abd6181e0d28c32069e8d7a576d0
Merge: 45feba755 6358240e9
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Mon Nov 16 15:59:15 2020 +0300
Merge branch 'master' into 2295-dhcp-windows and update
commit 45feba755dde37e43cc8075b896e1576157341e6
Merge: cd987d8bc a19523b25
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Mon Nov 16 15:51:16 2020 +0300
Merge branch 'master' into 2295-dhcp-windows
commit cd987d8bc2cd524b7454d9037b595069714645f9
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Fri Nov 13 15:55:23 2020 +0300
all: improve tests and refactor dhcp checking code even more
commit 3aad675443f325b5909523bcc1c987aa04ac61d9
Merge: 70c477e61 09196118e
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Fri Nov 13 14:44:43 2020 +0300
Merge branch 'master' into 2295-dhcp-windows
commit 70c477e61cdc1237603918f1c44470c1549f1136
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Fri Nov 13 14:34:06 2020 +0300
home: fix dhcpd test on windows
commit e59597d783fb9304e63f94eee2b5a5d67a5b2169
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Fri Nov 13 13:38:25 2020 +0300
all: mention the feature in the changelog
commit 5555c8d881b1c20b5b0a0cb096a17cf56e209c06
Merge: c3b6a5a93 e802e6645
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Fri Nov 13 13:35:35 2020 +0300
Merge branch 'master' into 2295-dhcp-windows
commit c3b6a5a930693090838eb1ef9f75a09b5b223ba6
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Thu Nov 12 20:37:09 2020 +0300
util: fix comment
commit ed92dfdb5d3a6c4ba5d032cbe781e7fd87882813
Author: ArtemBaskal <asbaskal@miem.hse.ru>
Date: Thu Nov 12 20:24:14 2020 +0300
Adapt client
commit e6f0494c20a4ad5388492af9091568eea5c6e2d6
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Thu Nov 12 13:35:25 2020 +0300
return 501 when we don't support features
2020-11-16 19:01:12 +03:00
Eugene Burkov
3e1f922252
Pull request:* all: fix all staticcheck simplification and unused warnings
...
Merge in DNS/adguard-home from 2270-fix-s-u-warnings to master
Squashed commit of the following:
commit 03e0f78bd471057007c2d4042ee26eda2bbc9b29
Merge: 50dc3ef5c 7e16fda57
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Fri Nov 6 11:54:09 2020 +0300
Merge branch 'master' into 2270-fix-s-u-warnings
commit 50dc3ef5c44a5fdc941794c26784b0c44d7b5aa0
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Thu Nov 5 19:48:54 2020 +0300
* all: improve code quality
commit d6d804f759ce3e47154a389b427550e72c4b9090
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Thu Nov 5 18:03:35 2020 +0300
* all: fix all staticcheck simplification and unused warnings
Closes #2270 .
2020-11-06 12:15:08 +03:00
Ainar Garipov
ae8de95d89
Pull request: * all: move internal Go packages to internal/
...
Merge in DNS/adguard-home from 2234-move-to-internal to master
Squashed commit of the following:
commit d26a288cabeac86f9483fab307677b1027c78524
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Fri Oct 30 12:44:18 2020 +0300
* all: move internal Go packages to internal/
Closes #2234 .
2020-10-30 13:32:02 +03:00