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. 03 Jul, 2019 1 commit
  2. 02 Jul, 2019 1 commit
  3. 30 Jun, 2019 1 commit
    • Miek Gieben's avatar
      plugin/file: load secondary zones lazily on startup (#2944) · 3a0c7c61
      Miek Gieben authored
      This fixes a long standing bug:
      fixes: #1609
      
      Load secondary zones in a go-routine; this required another mutex to
      protect some fields; I think those were needded anyway because a
      transfer can also happen when we're running; we just didn't have a test
      for that situation.
      
      The test had to be changed to wait for the transfer to happen at this is
      async now.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      3a0c7c61
  4. 29 Jun, 2019 1 commit
  5. 28 Jun, 2019 2 commits
  6. 26 Jun, 2019 4 commits
  7. 25 Jun, 2019 3 commits
  8. 24 Jun, 2019 1 commit
  9. 20 Jun, 2019 1 commit
    • Yong Tang's avatar
      Update multiple dependencies (#2904) · e54b784a
      Yong Tang authored
      This fix updates:
      - github.com/miekg/dns from 1.1.12 to 1.1.14
      - google.golang.org/grpc from 1.21.0 to 1.21.1
      - github.com/aws/aws-sdk-go from 1.19.41 to 1.20.3
      - github.com/prometheus/common from 0.4.1 to 0.6.0
      - gopkg.in/DataDog/dd-trace-go.v1 from 1.14.0 to 1.15.0
      
      This fix fixes #2899
      This fix fixes #2900
      This fix fixes #2901
      This fix fixes #2902
      This fix fixes #2903
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      e54b784a
  10. 18 Jun, 2019 4 commits
  11. 17 Jun, 2019 1 commit
  12. 13 Jun, 2019 2 commits
  13. 12 Jun, 2019 1 commit
  14. 10 Jun, 2019 3 commits
  15. 09 Jun, 2019 3 commits
  16. 07 Jun, 2019 1 commit
  17. 05 Jun, 2019 1 commit
  18. 04 Jun, 2019 1 commit
  19. 03 Jun, 2019 1 commit
  20. 01 Jun, 2019 4 commits
  21. 31 May, 2019 1 commit
  22. 29 May, 2019 1 commit
    • Andras Spitzer's avatar
      Fix for #2842, instead of returning the first Pod, return the one whi… (#2846) · 7dde3f39
      Andras Spitzer authored
      * Fix for #2842, instead of returning the first Pod, return the one which is Running
      
      * a more memory efficient version of the fix, string -> bool
      
      * fix with no extra fields in struct, return nil at Pod conversion if Pod is not Running
      
      * let Kuberneretes filter for Running Pods using FieldSelector
      
      * filter for Pods that are Running and Pending (implicit)
      7dde3f39
  23. 28 May, 2019 1 commit