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 .
- 03 Jul, 2019 1 commit
-
-
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 2 commits
-
-
An Xiao authored
Signed-off-by:Xiao An <hac@zju.edu.cn>
-
Miek Gieben authored
* plugin/cache: remove item.Autoritative Confuses clients if not set; remove it. Signed-off-by:
Miek Gieben <miek@miek.nl> * Add extra comments on why we do this Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 12 Jun, 2019 1 commit
-
-
An Xiao authored
-
- 10 Jun, 2019 3 commits
-
-
Yong Tang authored
This fix is a follow up on comment https://github.com/coredns/coredns/pull/2868#discussion_r291609761Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
While running make encountered the following error: ``` $ docker run -i -t --rm -v $PWD:/v --net=host -w /v golang:1.12 make ... ... ** presubmit/test-lowercase plugin/kubernetes/metadata_test.go: t.Errorf("case %d expected metadata %v and got %v", i, tc.Md, md) ** presubmit/test-lowercase: please start with an upper case letter when using t.Error*() Makefile:62: recipe for target 'presubmit' failed make: *** [presubmit] Error 1 ``` Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Anshul Sharma authored
- Fixes #2862
-
- 09 Jun, 2019 3 commits
-
-
John Belamaric authored
* Publish metadata from kubernetes plugin * stickler fix * Add a couple tests * Add metadata section to README * Update plugin/kubernetes/README.md Co-Authored-By:Chris O'Haver <cohaver@infoblox.com> * Address nit
-
Miek Gieben authored
Add OnRestartFailed to the ready plugin and some various cleanups. Document slightly better how things are supposed to work with multiple `ready`'s in the multiple Server Blocks. All manually tested with this Corefile: ~~~ . { log ready } example.org { log chaos ready } ~~~ And then `kill -SIGUSR1` and curling the ready endpoint. This works well, the FailedReload is triggered by adding a syntax error in the Corefile. See #2659 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Chris O'Haver authored
-
- 07 Jun, 2019 1 commit
-
-
Miek Gieben authored
This reverts commit a657e1f6.
-
- 05 Jun, 2019 1 commit
-
-
JINMEI Tatuya authored
otherwise the connection and associated socket stay in the CLOSE_WAIT state unless/until golang runtime performs GC.
-
- 04 Jun, 2019 1 commit
-
-
Francois Tur authored
-
- 03 Jun, 2019 1 commit
-
-
Yong Tang authored
This fix updates several direct dependencies (grpc, aws, protobuf) in go mod, and removed duplicates with `go mod tidy` Note: tracing related dependencies are not touched, as DataDog/tracing dependencies still give trouble. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 01 Jun, 2019 4 commits
-
-
Chris O'Haver authored
-
Miek Gieben authored
Don't add pods to our internal cache that are being deleted. This saves a field in the struct as well. Add (extra) comments about adding fields to the object/{Pod,Service,Endpoint} structs. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Cricket Liu authored
General syntactic cleanup.
-
JINMEI Tatuya authored
* make sure client CA and auth type are set if CA is explicitly specified. added some simple tests to confirm the effect. * test certificates (forgot to add them in the previous commit) * made client auth policy configurable with new client_auth option. README has been updated accordingly. * fix editorial in README
-
- 31 May, 2019 1 commit
-
-
Chris O'Haver authored
* client-go 11.0.0 * Core moved to CoreV1
-
- 29 May, 2019 1 commit
-
-
Andras Spitzer authored
* Fix for #2842, instead of returning the first Pod, return the one which is Running * a more memory efficient version of the fix, string -> bool * fix with no extra fields in struct, return nil at Pod conversion if Pod is not Running * let Kuberneretes filter for Running Pods using FieldSelector * filter for Pods that are Running and Pending (implicit)
-
- 28 May, 2019 1 commit
-
-
Anurag Goel authored
-