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 .
  1. 10 Oct, 2018 5 commits
  2. 06 Oct, 2018 1 commit
  3. 03 Oct, 2018 1 commit
    • John Belamaric's avatar
      Add Kubernetes auth providers (#2147) · 1018a826
      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
      1018a826
  4. 02 Oct, 2018 1 commit
  5. 30 Sep, 2018 3 commits
  6. 29 Sep, 2018 4 commits
  7. 28 Sep, 2018 1 commit
  8. 27 Sep, 2018 3 commits
  9. 26 Sep, 2018 3 commits
  10. 23 Sep, 2018 2 commits
  11. 22 Sep, 2018 7 commits
  12. 19 Sep, 2018 4 commits
    • Miek Gieben's avatar
      plugin/health: close codeblock · aea2e9f6
      Miek Gieben authored
      Codeblock wasn't properly closed in the README.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      aea2e9f6
    • Francois Tur's avatar
      Ensure Re-register of metrics variables after a reload (#2080) · f9bdd382
      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 ..
      f9bdd382
    • Miek Gieben's avatar
      Better naming (#2104) · cb932ca2
      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: default avatarMiek Gieben <miek@miek.nl>
      
      * Fix tests
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      cb932ca2
    • Miek Gieben's avatar
      Cleanup ParseHostOrFile (#2100) · c349446a
      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: default avatarMiek Gieben <miek@miek.nl>
      c349446a
  13. 18 Sep, 2018 3 commits
  14. 14 Sep, 2018 1 commit
  15. 12 Sep, 2018 1 commit