This project is mirrored from https://github.com/coredns/coredns.git.
The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
- 15 Jul, 2019 1 commit
-
-
Jintao Zhang authored
Signed-off-by:Jintao Zhang <zhangjintao9020@gmail.com>
-
- 14 Jul, 2019 1 commit
-
-
Charlie Vieth authored
Nothing it declares is used by CoreDNS and it does not appear to be used by any third-party packages (according to godoc.org).
-
- 12 Jul, 2019 2 commits
-
-
Miek Gieben authored
miekg/dns recently became more aggressive in setting TC; anything that's chopped of a response results in TC. Amend the tests. Disputable if these TC checks still add something. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Ruslan Drozhdzh authored
* unit test * fix domain length validation * code optimization * remove unit test
-
- 11 Jul, 2019 3 commits
-
-
Miek Gieben authored
Ditch our truncation code and use the upstream one in miekg/dns. This saves code on our end, end upstream is also more efficient as every RR is Len-ed only once. With our bin-search this is not guaranteed. Signed-off-by:Miek Gieben <miek@miek.nl>
-
dependabot-preview[bot] authored
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](https://github.com/golang/protobuf/compare/v1.3.1...v1.3.2) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.20.15 to 1.20.17. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.20.15...v1.20.17) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 04 Jul, 2019 9 commits
-
-
Yong Tang authored
This fix fixes the `\ No newline at end of file` in plugin/chaos/zowners.go, by adding `"\n"` to the end of owners_generate.go. Also fixes a gofmt issue in plugin/etcd/setup.go Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
This fix updates: - github.com/miekg/dns to 1.15 (#2947) - github.com/aws/aws-sdk-go to 1.20.13 (#2953) - google.golang.org/grpc to 1.22.0 (#2966) This fix fixes #2947 This fix fixes #2953 This fix fixes #2966 Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Miek Gieben authored
* plugin/file: make non-existent file non-fatal If the zone file being loaded doesn't exist *and* reload is enabled, just wait the file to pop up in the normal Reload routine. If reload is set to 0s; we keep this a fatal error on startup. Aslo fix the ticker in z.Reload(): remove the per second ticks and just use the reload interval for the ticker. Brush up the documentation a bit as well. Fixes: #2951 Signed-off-by:
Miek Gieben <miek@miek.nl> * Stickler and test compile Signed-off-by:
Miek Gieben <miek@miek.nl> * Remove there too Signed-off-by:
Miek Gieben <miek@miek.nl> * Cant README test these because zone files dont exist Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Anshul Sharma authored
- Remove resyncperiod from Kubernetes plugin
-
Anshul Sharma authored
-
Miek Gieben authored
The -cpu flag is a weird one (and copied originally from Caddy), it basically sets GOMAXPROCS which can be *easily* done by just setting that environment variable. Also with systemd and containerized env you set this externally *anyway*, so there is little use to do this again in the binary. Also the option's help was confusing (i.e. percentage of what?). Remove the option and supporting files. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Run through the motions; create manual pages. Run go generate for good measure. Fix typo in Makefile.release while at it. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* Update notes and make the manual pages Signed-off-by:
Miek Gieben <miek@miek.nl> * better Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 03 Jul, 2019 4 commits
-
-
John Belamaric authored
* Enable use of metadata in templates * Update README * Don't stash away ctx, instead use a new func
-
Miek Gieben authored
Prompted by the caddy import path changes; prepare a new release. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* file: close correctlty after AXFR Don't hijack, but wait for the writes to be done and then savely close the connection. Fixes: #2929 Signed-off-by:
Miek Gieben <miek@miek.nl> * Update comment Signed-off-by:
Miek Gieben <miek@miek.nl> * file: close correctlty after AXFR (#2943) apply Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Yong Tang authored
* Update Caddy to 1.0.1, and update import path This fix updates caddy to 1.0.1 and also updates the import path to github.com/caddyserver/caddy This fix fixes 2959 Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Also update plugin.cfg Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Update and bump zplugin.go Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
- 02 Jul, 2019 1 commit
-
-
Miek Gieben authored
`upstream` is not needed as a setting; just set if unconditionally and remove all documentation and tests for it. At some point we want remove the hanlding for `upstream` as well and error out on seeing it. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 30 Jun, 2019 1 commit
-
-
Miek Gieben authored
This fixes a long standing bug: fixes: #1609 Load secondary zones in a go-routine; this required another mutex to protect some fields; I think those were needded anyway because a transfer can also happen when we're running; we just didn't have a test for that situation. The test had to be changed to wait for the transfer to happen at this is async now. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 29 Jun, 2019 1 commit
-
-
JINMEI Tatuya authored
* added a test for transferring a large zone in file plugin * avoid hardcoding number of RRs multiple times * don't do testing.Parallel as suggested. * applied gofmt -s
-
- 28 Jun, 2019 2 commits
-
-
bcebere authored
Automatically submitted.
-
Timoses authored
* Provide example to utilize k8s_external plugin The example provides a specific use case of k8s_external and may help others to grasp `k8s_external`'s capabilities. * Update plugin/k8s_external/README.md Co-Authored-By:
Chris O'Haver <cohaver@infoblox.com> * Update plugin/k8s_external/README.md Co-Authored-By:
Chris O'Haver <cohaver@infoblox.com>
-
- 26 Jun, 2019 4 commits
-
-
Miek Gieben authored
Fighting with hugo - dates can't be quoted. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* add metrics for reload * documented release process better * run: Makefile.doc all to push reload doc to man-pages Signed-off-by:Miek Gieben <miek@miek.nl>
-
Anshul Sharma authored
* Issue 2920 - Add failed reload counter metrics * typo fix * Requested Changes
-
- 25 Jun, 2019 3 commits
-
-
Miek Gieben authored
* Run gofmt -s and golint on the codebase Run golint and fix everythign it flagged (except the context arg ordering), mostly edits in the rewrite plugin. Signed-off-by:
Miek Gieben <miek@miek.nl> * ... and ofcourse the test as well Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Yong Tang authored
* Update zipkin, etcd, klog and aws This fix updates: - github.com/openzipkin/zipkin-go-opentracing - k8s.io/klog - github.com/coreos/etcd - github.com/aws/aws-sdk-go This fix fixes #2906 This fix fixes #2907 This fix fixes #2908 This fix fixes #2909 Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Also updates opentracing Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
Miek Gieben authored
* Add 1.5.1 release notes Prepare for imminent release. Also list PRs merged in a new section to provide more detail. Signed-off-by:
Miek Gieben <miek@miek.nl> * Updates after review Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 24 Jun, 2019 1 commit
-
-
Miek Gieben authored
mechanical change: create the manual pages. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 20 Jun, 2019 1 commit
-
-
Yong Tang authored
This fix updates: - github.com/miekg/dns from 1.1.12 to 1.1.14 - google.golang.org/grpc from 1.21.0 to 1.21.1 - github.com/aws/aws-sdk-go from 1.19.41 to 1.20.3 - github.com/prometheus/common from 0.4.1 to 0.6.0 - gopkg.in/DataDog/dd-trace-go.v1 from 1.14.0 to 1.15.0 This fix fixes #2899 This fix fixes #2900 This fix fixes #2901 This fix fixes #2902 This fix fixes #2903 Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 18 Jun, 2019 4 commits
-
-
Chris O'Haver authored
-
Chris O'Haver authored
-
Miek Gieben authored
* plugin/file: document using an explicit origin See #2880 Signed-off-by:
Miek Gieben <miek@miek.nl> * Code review comments Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Sandeep Rajan authored
* add circleci * make ci work * use existing script for setup * add sep step for getting CI repo
-
- 17 Jun, 2019 1 commit
-
-
An Xiao authored
Signed-off-by:Xiao An <hac@zju.edu.cn>
-
- 13 Jun, 2019 1 commit
-
-
An Xiao authored
Signed-off-by:Xiao An <hac@zju.edu.cn>
-