Skip to content

Releases: bakito/adguardhome-sync

v0.1.2

18 Apr 16:30
9fd3694
Compare
Choose a tag to compare

Changelog

bc8fc79 Bump github.com/go-resty/resty/v2 from 2.4.0 to 2.6.0
87c578a Bump github.com/golang/mock from 1.3.1 to 1.5.0
0d35a77 Bump github.com/onsi/ginkgo from 1.16.0 to 1.16.1
7470a11 Merge pull request #6 from bakito/dependabot/go_modules/github.com/go-resty/resty/v2-2.6.0
28782fc Merge pull request #7 from bakito/dependabot/go_modules/github.com/onsi/ginkgo-1.16.1
cd75a5f Merge pull request #8 from bakito/dependabot/go_modules/github.com/golang/mock-1.5.0
04a912f Update issue templates
4921af0 add client tests
9fd3694 add support debug messages
da3b037 add sync tests
cb624ea extend tests
258ecae fix filter synch error
57612ba log enable for filters
e7a2604 prepare sync and client tests

v0.1.1

10 Apr 11:52
6807295
Compare
Choose a tag to compare

Changelog

d984d66 abort on http status code != 200
6807295 add merge tests
933a3d8 add missing command
a78f3f0 start writing tests
97fc7be update changed filters #5
59a55db use helper methods for error handling

v0.1.0

05 Apr 19:12
64463b6
Compare
Choose a tag to compare

Changelog

9450c09 add docker build #4
64463b6 add multi replica env support #4

v0.0.7

05 Apr 11:35
514b228
Compare
Choose a tag to compare

Changelog

514b228 add prerequisites
06f95de ignore last updated timestamp / add testcase #3

v0.0.6

03 Apr 19:06
1986e87
Compare
Choose a tag to compare

Changelog

1986e87 correct log fields
cf0a381 log fields
5e591e0 simplifiy cleanup code skip arm for darwin and windows

v0.0.5

03 Apr 16:41
fcf2553
Compare
Choose a tag to compare

Changelog

fcf2553 make log available in api
6fb2dd1 move log attribute to message
aa95031 sync stats and query log config

v0.0.4

31 Mar 00:28
8db9c98
Compare
Choose a tag to compare

Changelog

8db9c98 synch toggles

v0.0.3

29 Mar 06:44
f8578e8
Compare
Choose a tag to compare

Changelog

f8578e8 add API server to trigger sync remotely

v0.0.2

28 Mar 18:30
5dafdf5
Compare
Choose a tag to compare

Changelog

23d5f30 add systemd script
5dafdf5 change output paths
44609a9 correct logger name
aacffb1 document config file
70e60bb use external semver

v0.0.1

28 Mar 14:50
f274147
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Changelog

13a149c Create LICENSE
36bb6b1 Merge pull request #1 from bakito/add-license-1
5f878e0 add github files
44e35a1 add readme
794aa32 allow multiple replicas
e9853e2 enable cron mode #2
1bb31c3 extract to sync package
0d2abbe first commit
0c17b13 handle clients
785c23a log start and end
f274147 prepare release
0d288e9 run action in main branch
b4c5380 services
ee67034 toggle filtering
4bcfadc update readme
3e25d2c use cobra/viper