1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

1789 Commits

Author SHA1 Message Date
Brian E Clow
2a6480bc05 Adding URLFWD record testing 2021-07-22 14:32:09 -07:00
Brian E Clow
5361cadd1c Adding URLFWD to record framework 2021-07-22 14:32:09 -07:00
Ross McFarland
6d08418cd6 Merge pull request #736 from meghashyamps/NA-limitation-fix-part2
Adding SX and UM to NA countries
2021-07-18 14:29:57 -07:00
Ross McFarland
1de2521c7a Changelog entry about SX and UM inclusion in NA for NS1 2021-07-18 14:25:44 -07:00
Ross McFarland
aa0376a15b Merge branch 'master' into NA-limitation-fix-part2 2021-07-18 14:08:32 -07:00
Ross McFarland
2753e1f702 Merge pull request #742 from octodns/rel-0-9-13
v0.9.13 version bump and CHANGELOG update
v0.9.13
2021-07-18 14:08:06 -07:00
Ross McFarland
bb5dbd7d42 v0.9.13 version bump and CHANGELOG update 2021-07-18 14:04:12 -07:00
Ross McFarland
8f2f03fc7f Merge pull request #740 from viranch/git-url-fix
Fix git URL in readme
2021-07-12 12:58:10 -07:00
Viranch Mehta
fdc4852bcc Merge branch 'master' into git-url-fix 2021-07-12 12:50:36 -07:00
Viranch Mehta
1a1391bf67 Fix git URL in readme 2021-07-12 12:49:31 -07:00
Adam Smith
8dae2a8aa4 Merge pull request #739 from jozo/patch-1
Fix missing dot in README example zone definition
2021-07-12 10:38:45 -04:00
jozo
fec33bbb10 Fix missing dot in example 2021-07-12 11:29:59 +02: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
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
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
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