aboutsummaryrefslogtreecommitdiff
path: root/plugin/route53/route53.go (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-09replace reviewdog fully by golangci-lint (#6139)Gravatar Ondřej Benkovský 1-2/+3
2022-07-10add golangci-lint linter (#5499)Gravatar Ondřej Benkovský 1-2/+0
2022-03-03use tickers instead of time.After to avoid memory leak (#5220)Gravatar Chris O'Haver 1-1/+4
2020-10-24Use cancelable contexts for cloud provider plugin refreshes (#4226)Gravatar Matt Kulka 1-2/+2
2020-07-31Fix wildcard records issue in rout53 plugin (#4038)Gravatar Yong Tang 1-1/+1
2019-10-09fix spelling mistakes (#3364)Gravatar yuxiaobo96 1-1/+1
2019-08-13plugin/route53: various updates (#3108)Gravatar Miek Gieben 1-6/+6
2019-08-03plugin/route53: make refresh frequency adjustable (#3083)Gravatar Matt Kulka 1-3/+5
2019-07-31[plugin/route53]: Increase ListResourceRecordSets paging size. (#3073)Gravatar Matt Kulka 1-0/+1
2019-03-31[plugin/route53]: Do not return NXDOMAIN where it should be NODATA. (#2734)Gravatar dilyevsky 1-2/+5
2019-03-26Remove context.Context from request.Request (#2726)Gravatar Miek Gieben 1-1/+1
2019-03-13[plugin/route53] Support wildcards and other escaped chars. (#2352)Gravatar dilyevsky 1-1/+73
2019-01-13Default to upstream to self (#2436)Gravatar Miek Gieben 1-1/+1
2018-12-30disable ra flag for several plugins (#2408)Gravatar Isolus 1-1/+1
2018-10-10plugin/route53: add split zone support (#2160)Gravatar Can Yucel 1-40/+57
2018-09-25plugin/route53: add fallthrough (#2132)Gravatar Can Yucel 1-0/+6
2018-09-22plugin/route53: fix multiple route 53 zones issue (#2117)Gravatar Can Yucel 1-2/+2
2018-09-17[plugin/route53]: Support batch mode operation. (#2050)Gravatar dilyevsky 1-65/+146
2018-08-29Default to scrubbing replies in the server (#2012)Gravatar Miek Gieben 1-2/+0
2018-05-01Do Compress only when need in request.Scrub (#1760)Gravatar Miek Gieben 1-1/+1
2018-04-22all: fix plugin import ordering (#1717)Gravatar Miek Gieben 1-2/+1
2018-04-20global: move to context (#1699)Gravatar Miek Gieben 1-1/+2
2018-03-13Add PTR record support for Route53 plugin (#1606)Gravatar Yong Tang 1-0/+15
2018-01-15Add route53 plugin (#1390)Gravatar Yong Tang 1-0/+97