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
Yaroshevich Denis
2a7b36ade4
Merge branch 'master' into gcore-provider
5 years ago
Sham
2c72f840c1
CHANGELOG entry
5 years ago
Sham
76ea17f8eb
Merge branch 'master' of https://github.com/meghashyamps/octodns into NA-limitation-fix
5 years ago
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, ...
5 years ago
Ross McFarland
a7659c3086
processor not processors
5 years ago
Ross McFarland
8f3ee159c2
Changelog entry for processors
5 years ago
Ross McFarland
c3f0bf677a
Validate processor config sections
5 years ago
Ross McFarland
92b5b774be
Merge remote-tracking branch 'origin/master' into processors
5 years ago
Ross McFarland
85e0be2f6c
Merge pull request #730 from viranch/azuredns-dynamic-ip
Partial support for dynamic A+AAAA records on Azure
5 years ago
Sham
7e0733a4e4
fix for NA continent geo target limitation on NS1
5 years ago
Viranch Mehta
fe7f57e2ad
update README
5 years ago
Viranch Mehta
a8a9c7c6d1
better test method names
5 years ago
Viranch Mehta
500097542b
drop unneeded line break
5 years ago
Viranch Mehta
568e6860d3
drop comment
5 years ago
Viranch Mehta
c0161fb228
Split out dynamic record validty check for readability
5 years ago
Ross McFarland
000ccac51c
Merge branch 'master' into processors
5 years ago
Viranch Mehta
a041e9d5c6
Merge branch 'master' into azuredns-dynamic-ip
5 years ago
Viranch Mehta
e7524ec1ad
Partial support for dynamic A+AAAA records on Azure
5 years ago
Viranch Mehta
f147a3ab0f
Fix endpoint naming
5 years ago
Ross McFarland
6cac4b060a
Merge pull request #727 from iordanisg/fix_typo
Fix typo
5 years ago
Iordanis Grigoriou
794fca0ee7
Fix typo
5 years ago
Ross McFarland
f819c3d612
Merge pull request #726 from eilla1/fix/docs
Add alt text to images
5 years ago
Ella
501ae88673
chore: use =
5 years ago
Ella
fb805ced62
chore: add alt text to images
5 years ago
Ella
a31fa189c1
fix: update syntax for commands
for example:
`$ octodns-sync --config-file=./config/production.yaml` was throwing an error. Then, when i did `$ octodns-dump`, it prompted me to put it in this format: `$ octodns-sync --config-file CONFIG_FILE` (without the = sign)
5 years ago
Ross McFarland
0867d98731
Merge pull request #725 from viranch/azuredns-reused-pool
Handle re-used pools in Azure DNS dynamic records
5 years ago
Ross McFarland
8b6f05313b
Merge branch 'master' into azuredns-reused-pool
5 years ago
Ross McFarland
958360ad7a
Merge pull request #720 from meghashyamps/sham/issue-710
Allow the option to not pass Host header in healthchecks
5 years ago
Ross McFarland
4fc2d4e246
Merge branch 'master' into sham/issue-710
5 years ago
Viranch Mehta
725189af49
Handle re-used pools in Azure DNS dynamic records
5 years ago
Viranch Mehta
fec0aea144
minor clean up of azuredns tests
5 years ago
Ross McFarland
36de6ca8f7
Merge pull request #724 from viranch/azuredns-unique-atm
Ensure that dynamic records map to unique Azure TM profiles
5 years ago
Viranch Mehta
6734448462
log warning when dynamic CNAME has broken alias
5 years ago
Sham
53608cbcf9
Merge branch 'octodns:master' into sham/issue-710
5 years ago
Viranch Mehta
7e0c6296fb
ensure dynamic records map to unique ATM profiles
5 years ago
Viranch Mehta
5a943f0b13
handle broken alias to ATM for dynamic records
5 years ago
Viranch Mehta
f90d261133
drop Azure DNS env vars in scripts
5 years ago
Ross McFarland
a994ab9daf
Merge pull request #723 from viranch/azuredns-optimize
minimize Azure Traffic Manager hops for dynamic records
5 years ago
Viranch Mehta
aaffdb1388
minimize Azure Traffic Manager hops
5 years ago
Viranch Mehta
18c0e56759
log.debug the reason for profile mismatch
5 years ago
Viranch Mehta
e97675fe3d
check dns config when comparing profiles for equality
5 years ago
Ross McFarland
92d14587b1
Merge pull request #721 from sbrinkerhoff/master
UltradnsProvider: Add support for ALIAS type (fix #644 )
5 years ago