1. 22 Jan, 2022 1 commit
  2. 17 Aug, 2020 1 commit
  3. 03 Aug, 2020 1 commit
  4. 30 Jan, 2020 1 commit
  5. 29 Jun, 2019 1 commit
    • Raphaël Berlamont's avatar
      dns_azure : Multiple domains with same ending bug · 971a85a6
      Raphaël Berlamont authored
      We have a few domains that ends the same. For example :
        iperfony.com
        perfony.com
      
      The problem was in the _get_root functions, when getting the domain_id :
      only the first result "iperfony.com" was returned, because "perfony.com"
      is contained in the "iperfony.com" string.
      
      The correction consist of being strict in the regex, adding a slash (/)
      so that it will only match on ".*/(perfony.com).*" and not
      ".*(perfony.com).*".
      971a85a6
  6. 05 Nov, 2018 1 commit
  7. 26 Mar, 2018 1 commit
  8. 12 Mar, 2018 1 commit
  9. 22 Feb, 2018 1 commit
  10. 26 Jan, 2018 3 commits
  11. 25 Jan, 2018 4 commits
  12. 24 Jan, 2018 3 commits
  13. 23 Jan, 2018 1 commit