1. 20 Apr, 2018 1 commit
    • Anand Singh Kunwar's avatar
      Fixed Bug in PowerDNS provider and added testcases · e84630f0
      Anand Singh Kunwar authored
      * Fixed PowerDNS provider bug affecting endpoint conversion to
        zone in a particular case
      * Added a regressive test case, covered an additional case
      
      PowerDNS provider bug: In the function ConvertEndpointsToZones,
      the endpoints are sorted lexicographically increasing
      (and by record type in case of match). The zones are sorted by
      decreasing order of length. There's a loop through of zones
      under which the code loops through endpoints. In the case
      the first endpoint does not match with the first zone,
      the complete zone won't get populated with any endpoints.
      e84630f0
  2. 19 Apr, 2018 4 commits
  3. 18 Apr, 2018 7 commits
  4. 17 Apr, 2018 4 commits
  5. 16 Apr, 2018 3 commits
  6. 12 Apr, 2018 6 commits
  7. 05 Apr, 2018 2 commits
  8. 04 Apr, 2018 9 commits
  9. 03 Apr, 2018 1 commit
  10. 27 Mar, 2018 1 commit
    • jmo808's avatar
      Update azure.md · 1559f650
      jmo808 authored
      Added nginx-ingress information and made setting up AzureDNS with k8s on AKS or other providers easier to understand.
      1559f650
  11. 23 Mar, 2018 2 commits