Brian E Clow
a3b94cfed3
Adding URLFWD type to CloudeFlare provider + testing updates
4 years ago
Brian E Clow
0967858554
Accounting for CloudFlare TTL alias
5 years ago
Brian E Clow
07aad177b5
Update docs/records.md
Co-authored-by: Ross McFarland <rwmcfa1@gmail.com>
5 years ago
Brian E Clow
75423fd786
Documentation update?
5 years ago
Brian E Clow
f4caa35caa
Ignoring URLFWD and adjusting test counts for other providers
5 years ago
Brian E Clow
21fcff920e
Adding NS1 URLFWD support and testing
5 years ago
Brian E Clow
9be1195d47
SplitYAML testing
5 years ago
Brian E Clow
c5efba89fe
Adding yaml support and testing for URLFWD
5 years ago
Brian E Clow
2a6480bc05
Adding URLFWD record testing
5 years ago
Brian E Clow
5361cadd1c
Adding URLFWD to record framework
5 years ago
Ross McFarland
6d08418cd6
Merge pull request #736 from meghashyamps/NA-limitation-fix-part2
Adding SX and UM to NA countries
4 years ago
Ross McFarland
1de2521c7a
Changelog entry about SX and UM inclusion in NA for NS1
4 years ago
Ross McFarland
aa0376a15b
Merge branch 'master' into NA-limitation-fix-part2
4 years ago
Ross McFarland
2753e1f702
Merge pull request #742 from octodns/rel-0-9-13
v0.9.13 version bump and CHANGELOG update
4 years ago
Ross McFarland
bb5dbd7d42
v0.9.13 version bump and CHANGELOG update
4 years ago
Ross McFarland
8f2f03fc7f
Merge pull request #740 from viranch/git-url-fix
Fix git URL in readme
4 years ago
Viranch Mehta
fdc4852bcc
Merge branch 'master' into git-url-fix
4 years ago
Viranch Mehta
1a1391bf67
Fix git URL in readme
4 years ago
Adam Smith
8dae2a8aa4
Merge pull request #739 from jozo/patch-1
Fix missing dot in README example zone definition
4 years ago
jozo
fec33bbb10
Fix missing dot in example
4 years ago
Ross McFarland
da15027bc5
Merge pull request #738 from viranch/azuredns-dynamic-A
Full support for A/AAAA dynamic records in Azure
5 years ago
Viranch Mehta
3cde73ce1c
small cleanup
5 years ago
Viranch Mehta
b684b54b3e
update README
5 years ago
Viranch Mehta
6f5df26e88
allow multiple values if all pool values are included
5 years ago
Viranch Mehta
2d21125645
Full support for A/AAAA dynamic records in Azure
5 years ago
Ross McFarland
c5f023dca8
Merge pull request #737 from meghashyamps/ignore-non-octo-managed-monitors
skip monitors that are not managed by OctoDNS
5 years ago
Ross McFarland
38ed4155f6
Merge branch 'master' into ignore-non-octo-managed-monitors
5 years ago
Sham
7f3aafe6a4
added tests for both non-confirming notes as well as empty notes in existing monitors
5 years ago
Ross McFarland
271a1cd78c
Merge pull request #735 from viranch/azuredns-fix-dynamic-updates
Azure DNS dynamic record bug fixes
5 years ago
Sham
303e439a54
skip monitors that are not managed by OctoDNS
5 years ago
Viranch Mehta
0f0d0d12e2
Drop colons of IPv6 values from endpoint names
5 years ago
Sham
1b95724e17
Adding SX and UM to NA countries
5 years ago
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.
5 years ago
Ross McFarland
4f5f02a70a
Merge pull request #731 from meghashyamps/NA-limitation-fix
fix for NA continent geo target limitation on NS1
5 years ago
Ross McFarland
0dcbb11bcb
Clarify new NA countries are NS1Provider specific
5 years ago
Ross McFarland
5c4a46f63f
Add note about SX & UM country code support
5 years ago
Sham
832c22a513
added SX and UM to partial list of countries test
5 years ago
Sham
9e085e9f4e
Merge branch 'octodns:master' into NA-limitation-fix
5 years ago
Ross McFarland
212b4bdc50
Merge pull request #732 from constantinblanariu/python-2.7-fixes
Minor Python 2.7 fixes
5 years ago
Ross McFarland
cdfec9035f
Merge branch 'master' into python-2.7-fixes
5 years ago
Ross McFarland
f9440bc4af
Merge pull request #734 from viranch/azuredns-fix-duplicate
Azure DNS dynamic record bug fixes
5 years ago
Viranch Mehta
4848246712
Fix partially re-used fallback chain
5 years ago
Viranch Mehta
d6deabcc52
Fix duplicate endpoints in Azure DNS dynamic records
5 years ago
Sham
e55da245d9
comment for why US-* need to continue to exist under _REGION_TO_CONTINENT
5 years ago
blanariu
29532302e2
Leave just importing from mock
5 years ago
blanariu
efc4d99d8d
Replaced conditional imports with six
5 years ago
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
5 years ago
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
5 years ago
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'
5 years ago
Sham
2c72f840c1
CHANGELOG entry
5 years ago