1. 26 May, 2020 1 commit
  2. 25 May, 2020 1 commit
  3. 19 May, 2020 4 commits
  4. 18 May, 2020 1 commit
    • Ian Wienand's avatar
      dns_rackspace: search for domain · 8b3d792b
      Ian Wienand authored
      The current call uses the /domains end-point which lists all domains.
      This only returns 100 domains at a time, so for long domain lists you
      may not match and find the required ID.
      
      Switch to using the search interface that only returns values matching
      the requested domain.  This will avoid missing results.
      
      Reported by @jjamfd.
      
      Closes: #2944
      8b3d792b
  5. 17 May, 2020 2 commits
  6. 16 May, 2020 1 commit
  7. 14 May, 2020 1 commit
  8. 13 May, 2020 7 commits
  9. 07 May, 2020 4 commits
  10. 02 May, 2020 2 commits
  11. 01 May, 2020 1 commit
  12. 29 Apr, 2020 5 commits
  13. 27 Apr, 2020 2 commits
  14. 21 Apr, 2020 1 commit
  15. 20 Apr, 2020 2 commits
  16. 18 Apr, 2020 4 commits
  17. 16 Apr, 2020 1 commit
    • mod242's avatar
      Filter out blank lines · 2c971a25
      mod242 authored
      Response from the provider has changed so that there are blank lines at the end, which leads to the result can not be parsed correctly
      2c971a25