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. 09 Jun, 2021 2 commits
    • Yong Tang's avatar
      Fix timestamp issue for doc generating (#4683) · c3cb6f00
      Yong Tang authored
      This PR will fix the issue of doc is not automated rendered
      through GitHub Actions anymore.
      
      It looks the issue is cause by the fact that in `fixup_file_mtime.sh`
      is only fixing files on source (.md) side, not on target (man/*.[1|5|7])
      side. As a result Makefile will skip the rendering of doc as
      it assume everything will be update to date.
      
      This should fix the issue we were facing.
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      c3cb6f00
    • Yong Tang's avatar
      Add verbose log in GitHub Actions CI for make -f Makefile.doc (#4681) · c996a263
      Yong Tang authored
      Our GitHub Actions CI is having some issues with `make -f Makefile.doc`
      as the related changes that should have triggered the build didn't
      work for the past 3 months (since march).
      
      This PR adds verbose to GitHub Actions CI to see if we can get more information.
      
      Note this PR just add `set -x` to show detailed step. Will not impact anything else.
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      c996a263
  2. 08 Jun, 2021 1 commit
  3. 07 Jun, 2021 8 commits
  4. 05 Jun, 2021 2 commits
  5. 04 Jun, 2021 1 commit
  6. 02 Jun, 2021 1 commit
  7. 31 May, 2021 3 commits
  8. 28 May, 2021 2 commits
  9. 27 May, 2021 3 commits
  10. 26 May, 2021 1 commit
  11. 24 May, 2021 6 commits
  12. 21 May, 2021 1 commit
  13. 20 May, 2021 3 commits
  14. 19 May, 2021 2 commits
  15. 18 May, 2021 3 commits
    • Jason Du's avatar
      plugin/file: Fix in wrong answers returned when wildcard and concrete records exist (#4599) · fbf3f07f
      Jason Du authored
      * plugin/file: Fix in wrong answers returned when wildcard and concrete records exist
      Signed-off-by: default avatarJason Du <xdu@infoblox.com>
      
      * Remove superfluous change
      Signed-off-by: default avatarJason Du <xdu@infoblox.com>
      
      * Re-implementation and new test case
      If the domain's terminal is neither the matching wildcard, nor a domian directly
      under the wildcard, return NXDOMAIN
      Signed-off-by: default avatarJason Du <xdu@infoblox.com>
      
      * Fix empty non-terminal & add test case
      Signed-off-by: default avatarJason Du <xdu@infoblox.com>
      
      * Cleanup
      Signed-off-by: default avatarJason Du <xdu@infoblox.com>
      
      * Fix case on domain name with character before * and add more test cases
      Signed-off-by: default avatarJason Du <xdu@infoblox.com>
      
      * Use different IPs for records in cornerCasesWildcard zone file
      Signed-off-by: default avatarJason Du <xdu@infoblox.com>
      fbf3f07f
    • Miek Gieben's avatar
      reverse zone: fix Normalize (#4621) · 5f41d8eb
      Miek Gieben authored
      Make normalize return multiple "hosts" (= reverse zones) when a
      non-octet boundary cidr is given.
      
      Added pkg/cidr package that holds the cidr calculation routines; felt
      they didn't really fit dnsutil.
      
      This change means the IPNet return parameter isn't needed, the hosts are
      all correct. The tests that tests this is also removed: TestSplitHostPortReverse
      The fallout was that zoneAddr _also_ doesn't need the IPNet member, that
      in turn make it visible that zoneAddr in address.go duplicated a bunch
      of stuff from register.go; removed/refactored that too.
      
      Created a plugin.OriginsFromArgsOrServerBlock to help plugins do the
      right things, by consuming ZONE arguments; this now expands reverse
      zones correctly. This is mostly mechanical.
      
      Remove the reverse test in plugin/kubernetes which is a copy-paste from
      a core test (which has since been fixed).
      
      Remove MustNormalize as it has no plugin users.
      
      This change is not backwards compatible to plugins that have a ZONE
      argument that they parse in the setup util.
      
      All in-tree plugins have been updated.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      5f41d8eb
    • Chris O'Haver's avatar
      consider nil ready as ready (#4632) · 54093796
      Chris O'Haver authored
      Signed-off-by: default avatarChris O'Haver <cohaver@infoblox.com>
      54093796
  16. 17 May, 2021 1 commit