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 .
- 10 Oct, 2018 4 commits
-
-
Miek Gieben authored
Drop the release/ dir prefix form the uploaded files. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* Convert to runtime.Object to smaller structs This adds conversion for all the objects we want to keep in the cache. It keeps the minimum for CoreDNS to function and throws away the rest. The conversion: api.Endpoints -> object.Endpoints api.Pod -> object.Pod api.Serivce -> object.Service We needed to copy some client-go stuff to insert a conversion function into NewIndexInformers. Some unrelated cleanups in the watch functionality as that needed to be touched because of the above translation of objects. Signed-off-by:
Miek Gieben <miek@miek.nl> * Reduce test line-count Signed-off-by:
Miek Gieben <miek@miek.nl> * ....and fix test Signed-off-by:
Miek Gieben <miek@miek.nl> * Drop use of append Signed-off-by:
Miek Gieben <miek@miek.nl> * cosmetic changes Signed-off-by:
Miek Gieben <miek@miek.nl> * that was a typo Signed-off-by:
Miek Gieben <miek@miek.nl> * re-introduce append here We can't really use len() here because we don't know the number before hand. Signed-off-by:
Miek Gieben <miek@miek.nl> * comment in better place Signed-off-by:
Miek Gieben <miek@miek.nl> * Make the timestamp a bool; thats where it is used for Signed-off-by:
Miek Gieben <miek@miek.nl> * Set incoming object to nil Explicataliy discard the converted object; we did a deep copy it's not needed anymore. Signed-off-by:
Miek Gieben <miek@miek.nl> * Per Chris's comment Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Ruslan Drozhdzh authored
-
Chris O'Haver authored
-
- 06 Oct, 2018 1 commit
-
-
Nic Cope authored
Automatically submitted.
-
- 03 Oct, 2018 1 commit
-
-
John Belamaric authored
* Import auth providers for K8s * Vendor updates for K8s auth providers * Remove Azure since it is not compiling * Update vendor to remove Azure dependencies
-
- 02 Oct, 2018 1 commit
-
-
Miek Gieben authored
Automatically submitted.
-
- 30 Sep, 2018 3 commits
-
-
Billie Cleek authored
Update Caddy to v0.10.13 so that environment variables may be used after Go template (e.g. in template's answer). v0.11.0 has been released, but v0.10.13 is a smaller set of changes and has the necessary fix. Fixes #2153
-
Manuel Alejandro de Brito Fontes authored
* Add dep task to update go dependencies * Update go dependencies
-
Miek Gieben authored
Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 29 Sep, 2018 4 commits
-
-
marqc authored
* Configurable zone reload interval in file plugin * passing reload config from auto plugin to file plugin. removed noReload property from Zone struct. fixed tests based on short file reload hack
-
Brad Beam authored
* Benchmark for k8s services * Adding k8s.io/client-go/kubernetes/fake dep
-
John Belamaric authored
-
Zach Eddy authored
* Add support for authentication with kubeconfig files * Update k8s plugin documentation * Fix whitespace in README and tests * Use clientcmd package to load kubeconfig file
-
- 28 Sep, 2018 1 commit
-
-
Miek Gieben authored
This is indeed (as Chris said) too spammy; disable the ping back of the results for now - and rethink it a bit. See #2109 Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 27 Sep, 2018 3 commits
-
-
Brad Beam authored
-
Brad Beam authored
-
Eugen Kleiner authored
-
- 26 Sep, 2018 3 commits
-
-
Can Yucel authored
Automatically submitted.
-
Yong Tang authored
* Add benchmark result to GitHub PR Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Post benchmark to comments Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Test Stuff Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Update using jq. Signed-off-by:
Yong Tang <yong.tang.github@outlook.com> * Update Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
Can Yucel authored
Automatically submitted.
-
- 23 Sep, 2018 2 commits
-
-
Miek Gieben authored
Update to latest version. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
This takes less space than a bool, the value isn't used for anything else than "present in map" any way. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 22 Sep, 2018 7 commits
-
-
Miek Gieben authored
These checks are not needed and also use a var for all obj errors. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* WIP: trying stuff out Signed-off-by:
Miek Gieben <miek@miek.nl> * Fixes Signed-off-by:
Miek Gieben <miek@miek.nl> * Revert "WIP: trying stuff out" This reverts commit a18a6ae1233d5f34c98164fd693294c36b3240b7.
-
Miek Gieben authored
* plugin/rewrite: silence these tests The old Unix saying: no news, is good news. Signed-off-by:
Miek Gieben <miek@miek.nl> * Fix da tests Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* Benchmark stuff Signed-off-by:
Miek Gieben <miek@miek.nl> * Makefile changes Signed-off-by:
Miek Gieben <miek@miek.nl> * Fixes Signed-off-by:
Miek Gieben <miek@miek.nl> * fix Signed-off-by:
Miek Gieben <miek@miek.nl> * Add benchmark test Signed-off-by:
Miek Gieben <miek@miek.nl> * Add master branch Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* plugin/kubernetes: remove bunch a string ops This removes a bunch of appends to where not needed, makes dnsutil.Join take variadic args which removes the need to wrap in a new string slice. Signed-off-by:
Miek Gieben <miek@miek.nl> * Fix calls to dnsutil.Join Signed-off-by:
Miek Gieben <miek@miek.nl> * Revert these Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Can Yucel authored
-
Miek Gieben authored
This adds a test for cleanup in c349446aSigned-off-by:
Miek Gieben <miek@miek.nl>
-
- 19 Sep, 2018 4 commits
-
-
Miek Gieben authored
Codeblock wasn't properly closed in the README. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Francois Tur authored
* - ensure plugins that use prometheus.MustRegister, re-register after reload - removing once.Do on the startup function was simplest way to do it. * - fix underscored names (advice of bot) * - tune existing UT for reload, and add a test verifying failing reload does not prevent correct registering for metrics * - ensure different ports for tests that can run in same time ..
-
Miek Gieben authored
* Move functions from pkg/transport to pkg/parse Although "parse" is a fairly generic name I believe this is somewhat better named. pkg/transport keeps a few constants that are uses throughout for the rest is is renaming a bunch (and the fallout from there to make things compile again). Signed-off-by:
Miek Gieben <miek@miek.nl> * Fix tests Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Create plugin/pkg/transport that holds the transport related functions. This needed to be a new pkg to prevent cyclic import errors. This cleans up a bunch of duplicated code in core/dnsserver that also tried to parse a transport (now all done in transport.Parse). Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 18 Sep, 2018 3 commits
-
-
Chris O'Haver authored
-
dilyevsky authored
* [plugin/route53]: Support batch mode operation. Cache all Route53 records internally using `ListResourceRecordPagesWithContext` and serve them from memory. Bonus features: * Support additional r53 record types (`CNAME`, `SOA`, etc) * Support `upstream` option (#2099 filed to support argument optionality) Signed-off-by:
Dmitry Ilyevskiy <dmitry.ilyevskiy@getcruise.com> Signed-off-by:
Dmitry Ilyevskiy <ilyevsky@gmail.com>
-
dilyevsky authored
* [plugin/proxy]: Return on WriteMsg err. Followup PR on the heels of #2050. Short-circut and log on error from `WriteMsg`. This will prevent code getting stuck on `ReadMsg` and allow for easier debugging. Also simply the `ReadMsg` calling code a little - remove double `Close` (already called above).
-
- 14 Sep, 2018 1 commit
-
-
dilyevsky authored
* Add @dilyevsky to reviewers. Per @miekg suggestion on https://github.com/coredns/coredns/pull/2050#pullrequestreview-149538954 adding myself to OWNERS file. * Also add me into plugin/route53-specific reviewers/approvers.
-
- 12 Sep, 2018 1 commit
-
-
Chris O'Haver authored
* handle missing avail-zone/region labels better * oops forgot a file
-
- 04 Sep, 2018 1 commit
-
-
Aaron Riekenberg authored
* Add success min TTL parameter to cache. * Add MINTTL to README. * Update README. * Add MINTTL to negative cache. * Remove unnecessary variable name. * Address review comments. * Configure cache in TestCacheZeroTTL to have 0 min ttl.
-