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 .
- 25 Aug, 2019 1 commit
-
-
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>
-
- 19 Aug, 2019 13 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.15 to 1.1.16. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.15...v1.1.16) 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.22.3 to 1.23.3. - [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.22.3...v1.23.3) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.1.0 to 0.3.0. - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md) - [Commits](https://github.com/Azure/go-autorest/compare/logger/v0.1.0...tracing/v0.3.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.22.0...v1.23.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.7.0 to 0.8.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.7.0...v0.8.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md) - [Commits](https://github.com/Azure/go-autorest/compare/autorest/v0.8.0...autorest/v0.9.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/caddyserver/caddy](https://github.com/caddyserver/caddy) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/caddyserver/caddy/releases) - [Commits](https://github.com/caddyserver/caddy/compare/v1.0.1...v1.0.3) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
AllenZMC authored
-
Xigang Wang authored
-
Miek Gieben authored
* fuzz: some cleanups Signed-off-by:
Miek Gieben <miek@miek.nl> * smaller Signed-off-by:
Miek Gieben <miek@miek.nl> * documentation Signed-off-by:
Miek Gieben <miek@miek.nl> * comments Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Yong Tang authored
Since we use golang 1.12 and gomod, it is not necessary to match the impor path to `/go/src/github.com/coredns/coredns` in order to build coredns. For that reason the build command inside docker could be simplified with: ``` $ docker run --rm -i -t -v $PWD:/v -w /v golang:1.12 make ``` Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
* Remove federation Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Rebuild and point to github.com/coredns/federation Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Export `localNodeName` => `LocalNodeName`, to be used by federation (until deprecation) Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Remove plugin/kubernetes/federation.go (=> kubernetes/federation repo) Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Update github.com/coredns/federation Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * sticker-ci fix Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
AllenZMC authored
-
- 18 Aug, 2019 5 commits
-
-
Yevgeny Pats authored
This feature introduce continuous fuzzing with the following features: * Ruzzing: fuzz-targets are run continuously on master ( the fuzzers are updated every time new code is pushed to master) * Regresion: In addition to unit-tests travis runs all fuzz targets through the generated corpus to catch bugs early on in the CI process before merge.
-
Miek Gieben authored
* plugin/clouddns: tiny fixes for the README Did a post-merge review. Fix a few typos. Signed-off-by:
Miek Gieben <miek@miek.nl> * Naming; coredns -> CoreDNS clouddns -> Cloud DNS and italics then the plugin's name are mentioned. Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Yong Tang authored
This PR adds some content in clouddns plugin to mention about the fact that privately hosted zone does not need to attach to a VPC. Also change PROJECT_NAME to PROJECTT_ID, and reformt the markdown to replace tab with 4 whitespace. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
Looks like there were some leftover in PR 3011 during the merge conflict rebase. This PR removes the unneeded file and fixed the plugin.cfg Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Palash Nigam authored
Signed-off-by:Palash Nigam <npalash25@gmail.com> Closes: #2822
-
- 17 Aug, 2019 2 commits
-
-
AllenZMC authored
-
zhangguoyan authored
-
- 16 Aug, 2019 1 commit
-
-
AllenZMC authored
-
- 15 Aug, 2019 2 commits
-
-
AllenZMC authored
-
Cricket Liu authored
Just minor textual cleanup.
-