- 29 Jun, 2019 1 commit
-
-
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).*".
-
- 05 Nov, 2018 1 commit
-
-
Joakim Lemb authored
-
- 26 Mar, 2018 1 commit
-
-
martgras authored
Prevent the issue described in #1442 Fix [SC1117] Backslash is literal in "\[".
-
- 12 Mar, 2018 1 commit
-
-
martgras authored
-
- 22 Feb, 2018 1 commit
-
-
martgras authored
support adding 2 txt records Adding retry logic for REST API calls Reusing bearer token removes 50% of required REST calls
-
- 26 Jan, 2018 3 commits
- 25 Jan, 2018 4 commits
- 24 Jan, 2018 3 commits
- 23 Jan, 2018 1 commit
-
-
martgras authored
Adding support for Azure DNS See https://docs.microsoft.com/en-us/azure/dns/
-