Commit Graph
2805 Commits
Author SHA1 Message Date
jozo fec33bbb10 Fix missing dot in example 2021-07-12 11:29:59 +02:00
Yaroshevich Denis 3567cd9c54 Merge branch 'master' into gcore-provider 2021-07-08 09:52:53 +03:00
Ross McFarland da15027bc5 Merge pull request #738 from viranch/azuredns-dynamic-A
Full support for A/AAAA dynamic records in Azure
2021-07-07 13:06:13 -07:00
Viranch Mehta 3cde73ce1c small cleanup 2021-07-05 10:20:39 -07:00
Viranch Mehta b684b54b3e update README 2021-07-05 00:07:47 -07:00
Viranch Mehta 6f5df26e88 allow multiple values if all pool values are included 2021-07-04 23:52:16 -07:00
Viranch Mehta 2d21125645 Full support for A/AAAA dynamic records in Azure 2021-07-04 04:55:18 -07:00
Yaroshevich Denis b83e8aaf2e Merge branch 'master' into gcore-provider 2021-07-02 09:25:48 +03:00
Ross McFarland c5f023dca8 Merge pull request #737 from meghashyamps/ignore-non-octo-managed-monitors
skip monitors that are not managed by OctoDNS
2021-07-01 17:19:03 -07:00
Ross McFarland 38ed4155f6 Merge branch 'master' into ignore-non-octo-managed-monitors 2021-07-01 06:25:21 -07:00
Sham 7f3aafe6a4 added tests for both non-confirming notes as well as empty notes in existing monitors 2021-07-01 00:31:17 -07:00
Ross McFarland 271a1cd78c Merge pull request #735 from viranch/azuredns-fix-dynamic-updates
Azure DNS dynamic record bug fixes
2021-06-30 13:39:38 -07:00
Sham 303e439a54 skip monitors that are not managed by OctoDNS 2021-06-30 12:11:54 -07:00
Yaroshevich Denis 46d168b89e Merge branch 'master' into gcore-provider 2021-06-30 12:40:25 +03:00
Viranch Mehta 0f0d0d12e2 Drop colons of IPv6 values from endpoint names 2021-06-29 15:36:48 -07:00
Sham 1b95724e17 Adding SX and UM to NA countries 2021-06-28 14:18:47 -07:00
Viranch Mehta 1d55124a5c Fix repetitive updates due to endpoint name overwrite
Also add _extra_changes to dynamic record tests to make them more
exhausitve.
Simplify root profile's endpoint names.
2021-06-28 10:22:29 -07:00
Ross McFarland 4f5f02a70a Merge pull request #731 from meghashyamps/NA-limitation-fix
fix for NA continent geo target limitation on NS1
2021-06-27 14:57:45 -07:00
Ross McFarland 0dcbb11bcb Clarify new NA countries are NS1Provider specific 2021-06-27 14:51:32 -07:00
Ross McFarland 5c4a46f63f Add note about SX & UM country code support 2021-06-27 13:17:52 -07:00
Sham 832c22a513 added SX and UM to partial list of countries test 2021-06-27 01:24:13 -07:00
Sham 9e085e9f4e Merge branch 'octodns:master' into NA-limitation-fix 2021-06-25 21:48:04 -07:00
Ross McFarland 212b4bdc50 Merge pull request #732 from constantinblanariu/python-2.7-fixes
Minor Python 2.7 fixes
2021-06-25 15:49:33 -07:00
Ross McFarland cdfec9035f Merge branch 'master' into python-2.7-fixes 2021-06-25 15:43:08 -07:00
Ross McFarland f9440bc4af Merge pull request #734 from viranch/azuredns-fix-duplicate
Azure DNS dynamic record bug fixes
2021-06-25 15:37:43 -07:00
Viranch Mehta 4848246712 Fix partially re-used fallback chain 2021-06-25 13:59:27 -07:00
Viranch Mehta d6deabcc52 Fix duplicate endpoints in Azure DNS dynamic records 2021-06-25 10:52:35 -07:00
Sham e55da245d9 comment for why US-* need to continue to exist under _REGION_TO_CONTINENT 2021-06-24 11:29:34 -07:00
blanariu 29532302e2 Leave just importing from mock 2021-06-24 19:28:53 +03:00
blanariu efc4d99d8d Replaced conditional imports with six 2021-06-24 19:17:09 +03:00
blanariu e934ea0423 Fix bug in ultra provider tests when run in Python 2.7
The test_login test from TestUltraProvider would fail in Python 2.7
due to the dictionary insertion order not being preserved in 2.7
and early 3.x versions. Comparing the dictionaries containing the
query parameters solves this. Snippet from test failure:

- username=user&password=rightpass&grant_type=password
+ grant_type=password&username=user&password=rightpass
2021-06-24 12:51:45 +03:00
blanariu 749f0bd90f Fix bug in envvar source tests when run in Python 2.7
Due to an import error the envvar source tests would not run
in Python 2.7
2021-06-24 12:45:22 +03:00
blanariu 3cc0fac817 Fix bug in Manager when using Python 2.7
In Python 2.7 the if statement would catch both cases from the test
test_populate_lenient_fallback, so the test was failing. These are
the error strings differences between Python 2 and 3:

Python 2:
NoLenient: populate() got an unexpected keyword argument 'lenient'
NoZone: populate() got multiple values for keyword argument 'lenient'

Python 3:
NoLenient: populate() got an unexpected keyword argument 'lenient'
NoZone: populate() got multiple values for argument 'lenient'
2021-06-24 12:39:56 +03:00
Yaroshevich Denis 2a7b36ade4 Merge branch 'master' into gcore-provider 2021-06-24 09:41:36 +03:00
Sham 2c72f840c1 CHANGELOG entry 2021-06-23 21:46:39 -07:00
Sham 76ea17f8eb Merge branch 'master' of https://github.com/meghashyamps/octodns into NA-limitation-fix 2021-06-23 21:22:59 -07:00
Ross McFarland 4fcf056b75 Merge pull request #637 from octodns/processors
processors - hook in to modify zones to hide stuff from octoDNS, modify things, add special records, ...
2021-06-23 19:05:29 -07:00
Ross McFarland a7659c3086 processor not processors 2021-06-23 19:02:26 -07:00
Ross McFarland 8f3ee159c2 Changelog entry for processors 2021-06-23 18:56:20 -07:00
Ross McFarland c3f0bf677a Validate processor config sections 2021-06-23 18:49:19 -07:00
Ross McFarland 92b5b774be Merge remote-tracking branch 'origin/master' into processors 2021-06-23 18:26:34 -07:00
Ross McFarland 85e0be2f6c Merge pull request #730 from viranch/azuredns-dynamic-ip
Partial support for dynamic A+AAAA records on Azure
2021-06-23 18:17:33 -07:00
Sham 7e0733a4e4 fix for NA continent geo target limitation on NS1 2021-06-23 12:37:40 -07:00
Viranch Mehta fe7f57e2ad update README 2021-06-23 11:26:57 -07:00
Viranch Mehta a8a9c7c6d1 better test method names 2021-06-23 10:52:14 -07:00
Viranch Mehta 500097542b drop unneeded line break 2021-06-22 16:11:28 -07:00
Viranch Mehta 568e6860d3 drop comment 2021-06-22 15:56:08 -07:00
Viranch Mehta c0161fb228 Split out dynamic record validty check for readability 2021-06-22 15:51:54 -07:00
Ross McFarland 000ccac51c Merge branch 'master' into processors 2021-06-21 17:53:08 -07:00
Viranch Mehta a041e9d5c6 Merge branch 'master' into azuredns-dynamic-ip 2021-06-21 15:54:29 -07:00