aboutsummaryrefslogtreecommitdiff
path: root/plugin/clouddns (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-14fix: remove unnecessary conversion (#6258)Gravatar Zhizhen He 1-1/+1
2023-06-09replace reviewdog fully by golangci-lint (#6139)Gravatar Ondřej Benkovský 1-18/+18
2023-03-23fix: clouddns plugin answers limited to one response (#5986)Gravatar Marcos Mendez 2-3/+23
2022-07-10add golangci-lint linter (#5499)Gravatar Ondřej Benkovský 3-2/+3
2022-03-16[plugin/clouddns] Add additional doc in explaining credentials file field is ...Gravatar Yong Tang 1-0/+3
2022-03-03use tickers instead of time.After to avoid memory leak (#5220)Gravatar Chris O'Haver 1-1/+5
2021-11-19cleanup some code (#4989)Gravatar xuweiwei 1-3/+1
2021-01-12fix record missing for zone with many of records (#4328)Gravatar luanphantiki 3-8/+18
2020-10-24Use cancelable contexts for cloud provider plugin refreshes (#4226)Gravatar Matt Kulka 2-4/+4
2020-09-24For caddy v1 in our org (#4018)Gravatar Miek Gieben 2-2/+3
2020-08-31clouddns,route53: fix lingering goroutines after restart (#4096)Gravatar Miek Gieben 1-9/+9
2020-05-11Fix query for SOA record for delegated zone (#3875)Gravatar Miek Gieben 1-15/+9
2019-12-29doc: fix generated manual pages (#3571)Gravatar Miek Gieben 1-7/+3
2019-11-29Move to CODEOWNERS (#3489)Gravatar Miek Gieben 1-6/+0
2019-11-17Fix incorrect sample configuration in clouddns (#3457)Gravatar Yong Tang 1-1/+1
2019-10-02plugin/clouddns: remove initialization from init (#3349)Gravatar Miek Gieben 2-21/+17
2019-10-02Add clouddns/OWNERS file (#3346)Gravatar Yong Tang 1-0/+6
2019-09-20all: simply registering plugins (#3287)Gravatar Miek Gieben 1-4/+3
2019-09-19update doc to not use the root zone for everything (#3288)Gravatar Miek Gieben 1-2/+2
2019-08-21fix mis-spelling in clouddns.go (#3166)Gravatar AllenZMC 1-1/+1
2019-08-18plugin/clouddns: tiny fixes for the README (#3140)Gravatar Miek Gieben 1-8/+9
2019-08-17Additional content in clouddns plugin, and format of markdown (#3138)Gravatar Yong Tang 1-7/+13
2019-08-17Add Google Cloud DNS plugin (#3011)Gravatar Palash Nigam 7-0/+800