1. 11 Aug, 2019 2 commits
  2. 06 Aug, 2019 1 commit
  3. 05 Aug, 2019 4 commits
  4. 31 Jul, 2019 1 commit
  5. 29 Jul, 2019 1 commit
  6. 27 Jul, 2019 2 commits
  7. 24 Jul, 2019 1 commit
  8. 23 Jul, 2019 2 commits
  9. 22 Jul, 2019 2 commits
  10. 20 Jul, 2019 5 commits
  11. 18 Jul, 2019 3 commits
  12. 13 Jul, 2019 5 commits
  13. 30 Jun, 2019 3 commits
  14. 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
  15. 22 Jun, 2019 1 commit
  16. 21 Jun, 2019 2 commits
  17. 19 Jun, 2019 4 commits