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 .
- 28 Aug, 2019 1 commit
-
-
陈谭军 authored
-
- 27 Aug, 2019 8 commits
-
-
Miek Gieben authored
This is needed as well to make it compile cleanly. Follow up to #3214. Manually removed github.com/coreos/etcd/ from go.mod Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
This moves the entire etcd to go.etcd.io, so that it compiles cleanly when using bazel. Fixes: #3087 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Say once that we've sent notifies, instead of for every upstream primary. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* release: initial release notes Core of the release notes. Signed-off-by:
Miek Gieben <miek@miek.nl> * typo Signed-off-by:
Miek Gieben <miek@miek.nl> * review Signed-off-by:
Miek Gieben <miek@miek.nl> * spell check Signed-off-by:
Miek Gieben <miek@miek.nl>
-
AllenZMC authored
-
Chris O'Haver authored
* bump k8s.io/client-go and azure/go-autorest * bump azure * bump azure 2
-
Chris O'Haver authored
-
- 26 Aug, 2019 11 commits
-
-
xieyanker authored
-
li mengyang authored
Signed-off-by:hwdef <hwdef97@gmail.com>
-
Miek Gieben authored
* Fuzz: fix forward build Signed-off-by:
Miek Gieben <miek@miek.nl> * Flag not released yet, wget quiet Signed-off-by:
Miek Gieben <miek@miek.nl>
-
dependabot-preview[bot] authored
Bumps [github.com/coreos/etcd](https://github.com/coreos/etcd) from 3.3.13+incompatible to 3.3.15+incompatible. - [Release notes](https://github.com/coreos/etcd/releases) - [Changelog](https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md) - [Commits](https://github.com/coreos/etcd/compare/v3.3.13...v3.3.15) 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.23.3 to 1.23.8. - [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.23.3...v1.23.8) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Miek Gieben authored
This reloader didn't close the openened file handle. Add a close. Can't use `defer` because this is in a endless loop. Signed-off-by:Miek Gieben <miek@miek.nl>
-
dependabot-preview[bot] authored
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/google/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](https://github.com/google/google-api-go-client/compare/v0.8.0...v0.9.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Miek Gieben authored
Upgrade to new version and add if-not-exists to the cmdline Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* plugin/file: respond correctly to IXFR message Respond with a sing SOA record to an IXFR request if the SOA serials match. The added test fails on the current code with: ~~~ === RUN TestIxfrResponse --- FAIL: TestIxfrResponse (0.00s) secondary_test.go:122: Expected answer section with single RR FAIL exit status 1 ~~~ And obviously passes with the new code. This should cut down on the weird number of zone transfers that I was seeing. At some point IXFR support might be cool. Fixes: #3176 Signed-off-by:Miek Gieben <miek@miek.nl> * reuse code Signed-off-by:
Miek Gieben <miek@miek.nl> * Sligtht tweaks Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
This can't be used in its current form; revert the entire PR. Revert "fuzzing: allow setup function to be called (#3175)" This reverts commit 62451fd3.
-
Miek Gieben authored
* plugin/forward: add fuzzing Add fuzz.go for forward Signed-off-by:
Miek Gieben <miek@miek.nl> * Make it compile Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 25 Aug, 2019 4 commits
-
-
Muhammad Falak R Wani authored
* fuzz: use gofuzz build tag instead of fuzz Since go-fuzz does not support Go modules yet, vendor dependencies. Signed-off-by:
Muhammad Falak R Wani <falakreyaz@gmail.com> * fuzz: avoid vendoring code for go-fuzz Signed-off-by:
Muhammad Falak R Wani <falakreyaz@gmail.com>
-
Miek Gieben authored
TCPServer was only used in secondary_test.go and even there it wasn't needed. Remove the file. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Went over the list at https://goreportcard.com/report/github.com/coredns/coredns and removed/fix some code to make it slightly happier. Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
This allows to fuzzing of more interesting targets that require setup. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 24 Aug, 2019 2 commits
-
-
Chris O'Haver authored
-
Chris O'Haver authored
* fix external ns records * use k8s service name for ns record * update test, add func comment * expand nsAddrs() test cases * support local ipv6 ip * use less confusing pod ip in test
-
- 23 Aug, 2019 5 commits
-
-
Sakura authored
Signed-off-by:Sakura <longfei.shang@daocloud.io>
-
Sakura authored
Signed-off-by:Sakura <longfei.shang@daocloud.io>
-
wwgfhf authored
-
Miek Gieben authored
Automatically submitted.
-
xieyanker authored
-
- 22 Aug, 2019 4 commits
-
-
Guangming Wang authored
Signed-off-by:Guangming Wang <guangming.wang@daocloud.io>
-
AllenZMC authored
-
Chris O'Haver authored
* spelling fixes * its/it's
-
Sakura authored
Signed-off-by:Sakura <longfei.shang@daocloud.io>
-
- 21 Aug, 2019 3 commits
-
-
Julien Garcia Gonzalez authored
-
AllenZMC authored
- 20 Aug, 2019 2 commits
-
-
AllenZMC authored
-
Yong Tang authored
``` replace github.com/miekg/dns v1.1.3 => github.com/miekg/dns v1.1.16 ``` so that we only end up with one version of github.com/miekg/dns (caddy still use 1.1.3) Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-