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 .
- 29 Oct, 2019 1 commit
-
-
Dan Panzarella authored
Automatically submitted.
-
- 28 Oct, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.25.16 to 1.25.19. - [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.25.16...v1.25.19) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 22 Oct, 2019 2 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.1.0...v1.2.1) 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.25.11 to 1.25.16. - [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.25.11...v1.25.16) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 19 Oct, 2019 1 commit
-
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
- 17 Oct, 2019 2 commits
-
-
Miek Gieben authored
When reloading we need to disable debug output when the debug plugin is removed from the config file. Add a `Clear` function to pkg/log and use it in the server server. Add test case in pkg/log, for actuall check I manually checked the output by sprinkling some debug statements in the startup and checking with sending SIGUSR1. Also clear up the comments in pkg/log to remove the text about time stamping. Fixes: #3035 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Anshul Sharma authored
- Remove logo Signed-off-by:Anshul Sharma <sharmaanshul2102@gmail.com>
-
- 16 Oct, 2019 1 commit
-
-
Sean Liao authored
* add ed25519 dnskey support Signed-off-by:
Sean Liao <seankhliao@gmail.com> * fix ed25519 type assertion Signed-off-by:
Sean Liao <seankhliao@gmail.com> * clean up whitespace Signed-off-by:
Sean Liao <seankhliao@gmail.com>
-
- 15 Oct, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.3.0 to 0.4.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/tracing/v0.3.0...tracing/v0.4.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 14 Oct, 2019 4 commits
-
-
dependabot-preview[bot] authored
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.10.0 to 0.11.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.10.0...v0.11.0) 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.25.1 to 1.25.11. - [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.25.1...v1.25.11) 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.9.1 to 0.9.2. - [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.9.1...autorest/v0.9.2) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 10 Oct, 2019 1 commit
-
-
Miek Gieben authored
Generate manual pages; no other changes. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 09 Oct, 2019 1 commit
-
-
yuxiaobo96 authored
Automatically submitted.
-
- 08 Oct, 2019 1 commit
-
-
Miek Gieben authored
Caught my eye, we name things directive still, esp when talking about the prometheus *plugin*. Rename everything that needs to be plugin to 'plugin'. Also make sure Metrics is a H2 section (not H1). Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 07 Oct, 2019 1 commit
-
-
Miek Gieben authored
Other latency metrics have `_duration` in the name change this metric to be in sync with the other ones. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 05 Oct, 2019 3 commits
-
-
Miek Gieben authored
* circle CI: run with latest Go We compile coredns with latest Go on each release, do this same in Circle-ci Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
This upgrade etcd to v3.4.1: go get go.etcd.io/etcd@a14579fbfb1a000439a40abf71862df51b0a2136 this is the commit latest on the release page. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 04 Oct, 2019 2 commits
-
-
janluk authored
For now metric is measure only for headless services. Informer has been slighlty refactored, so the code can measure latency without storing extra fields on Endpoint struct. Signed-off-by:
Janek Łukaszewicz <janluk@google.com> Suggestions from code review Co-Authored-By:
Chris O'Haver <cohaver@infoblox.com>
-
Miek Gieben authored
* Make request.Request smaller This makes the request struct smaller and removes the pointer to the do boolean (tri-bool) as size == 0 will indicate if we have cached it. Family can be a int8 because it only carries 3 values, Size itself is just a uint16 under the covers. This is a more comprehensive fix than #3292 Closes #3292 Signed-off-by:
Miek Gieben <miek@miek.nl> * cache: fix test this now needs a valid response writter Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 03 Oct, 2019 3 commits
-
-
Miek Gieben authored
The goroutine closure was causing objects to be heap allocated. Moving it to a separate function fixes that. ```benchmark old ns/op new ns/op delta BenchmarkCacheResponse/NoPrefetch-12 773 713 -7.76% BenchmarkCacheResponse/Prefetch-12 878 837 -4.67% BenchmarkHash-12 9.17 9.18 +0.11% benchmark old allocs new allocs delta BenchmarkCacheResponse/NoPrefetch-12 9 8 -11.11% BenchmarkCacheResponse/Prefetch-12 9 8 -11.11% BenchmarkHash-12 0 0 +0.00% benchmark old bytes new bytes delta BenchmarkCacheResponse/NoPrefetch-12 471 327 -30.57% BenchmarkCacheResponse/Prefetch-12 471 327 -30.57% BenchmarkHash-12 0 0 +0.00% ``` Signed-off-by:
Charlie Vieth <charlie.vieth@gmail.com> Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Don't perform this code in the init, this allocated 1 megabyte of memory even if you don't use the plugin. Looks to be only there for testing, adding a comment to reflect that. Fixes #3342 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* plugin/clouddns: remove initialization from init Init should just call the plugin.Register with a setup function. Fixes: #3343 Signed-off-by:
Miek Gieben <miek@miek.nl> * Fix placement for var f Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 02 Oct, 2019 5 commits
-
-
Hauke Löffler authored
Signed-off-by:Hauke Löffler <hloeffler@users.noreply.github.com>
-
Yong Tang authored
Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Miek Gieben authored
Fix the documentation, remove autopath entry and fix the transfer by copying some bits from the file plugin. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Ingo Gottwald authored
This fixes the vet warning: the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak. Signed-off-by:Ingo Gottwald <in.gottwald@gmail.com>
-
Miek Gieben authored
* Move map to array The map was not needed move to an array, see #1941 for the original idea. That of course didn't apply anymore; make a super minimal change to implements the idea from #1941 Signed-off-by:
Miek Gieben <miek@miek.nl> * Add total count Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 01 Oct, 2019 4 commits
-
-
Miek Gieben authored
* plugin/forward: may Yield not block Yield may block when we're super busy with creating (and looking) for connection. Set a small timeout on Yield, to skip putting the connection back in the queue. Use persistentConn troughout the socket handling code to be more consistent. Signed-off-by:
Miek Gieben <miek@miek.nl> Dont do Signed-off-by:
Miek Gieben <miek@miek.nl> * Set used in Yield This gives one central place where we update used in the persistConns Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Uladzimir Trehubenka authored
Signed-off-by:utrehubenka <utrehubenka@infoblox.com>
-
Erfan Besharat authored
* Use session.NewSession instead of session.New Signed-off-by:
Erfan Besharat <erbesharat@gmail.com> * Use grpc.DialContext instead of grpc.WithTimeout Signed-off-by:
Erfan Besharat <erbesharat@gmail.com> * Pass non-nil context to context.WithTimeout Signed-off-by:
Erfan Besharat <erbesharat@gmail.com> * Return the error directly in route53 setup Co-Authored-By:
Miek Gieben <miek@miek.nl> Signed-off-by:
Erfan Besharat <erbesharat@gmail.com>
-
Miek Gieben authored
* Run gostaticheck Run gostaticcheck on the codebase and fix almost all flagged items. Only keep * coremain/run.go:192:2: var appVersion is unused (U1000) * plugin/chaos/setup.go:54:3: the surrounding loop is unconditionally terminated (SA4004) * plugin/etcd/setup.go:103:3: the surrounding loop is unconditionally terminated (SA4004) * plugin/pkg/replacer/replacer.go:274:13: argument should be pointer-like to avoid allocations (SA6002) * plugin/route53/setup.go:124:28: session.New is deprecated: Use NewSession functions to create sessions instead. NewSession has the same functionality as New except an error can be returned when the func is called instead of waiting to receive an error until a request is made. (SA1019) * test/grpc_test.go:25:69: grpc.WithTimeout is deprecated: use DialContext and context.WithTimeout instead. Will be supported throughout 1.x. (SA1019) The first one isn't true, as this is set via ldflags. The rest is minor. The deprecation should be fixed at some point; I'll file some issues. Signed-off-by:
Miek Gieben <miek@miek.nl> * Make sure to plug in the plugins import the plugins, that file that did this was removed, put it in the reload test as this requires an almost complete coredns server. Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 30 Sep, 2019 3 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.24.3 to 1.25.1. - [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.24.3...v1.25.1) 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.23.0 to 1.24.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.23.0...v1.24.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Miek Gieben authored
* Makefiles: remove GO111MODULE This is the default in 1.13 it can be removed; also make the test out log less, so failure are more pronounced in the travis out, hide coverage stats for instance. Signed-off-by:
Miek Gieben <miek@miek.nl> * Kill -v as wel Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 28 Sep, 2019 3 commits
-
-
Miek Gieben authored
Remove all these uses and just make them work on caddy.Controller. Also don't export parsing functions as their should be private to the plugin. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
These plugins where missed in #3287 because their setup is done in a file other than setup.go Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Go gen updated the deps this is why 1.6.4 has that suffix. Do a go gen and a go mod tidy. Fixes: #3318 Signed-off-by:Miek Gieben <miek@miek.nl>
-