Ross McFarland
d7053a2e92
Ns1Client tests for caching and minor logic
6 years ago
Ross McFarland
55f4194daf
Functionally complement and untested ns1 dynamic support
6 years ago
Ross McFarland
7a472506cc
Implement _data_for_dynamic_A w/some related refactoring
6 years ago
Ross McFarland
4fd2daa8a9
Implement reworked NS1 retry mechinism
6 years ago
Ross McFarland
c4987f1a09
s/nsone/ns1/g
6 years ago
Ross McFarland
f599d91902
Update ns1 to 0.13.0 and use newer API methods
Results in lots of churn in the tests, but actually for the better as it
doesn't have to jump through nearly as many hoops to mock things now.
6 years ago
Ross McFarland
9e948aa4c8
Validate Record name & fqdn length
6 years ago
Ross McFarland
2b33f95c17
EqualityTupleMixin impl, use everywhere we were doing tuple compares
6 years ago
Adam Smith
baa1f7472f
ConstellixProvider: change ALIAS to CNAME to allow record deletion
6 years ago
Ross McFarland
00fa158c59
filter -> [... if]s
6 years ago
Ross McFarland
3f487197df
Manager throws ManagerException rather than Exception, more robust tests
6 years ago
Josef Vogt
7c34247e3b
Fix 'server error: zone not found' for NS1 provider
6 years ago
Ross McFarland
7867ad2093
Use six's StringIO, remove compat.py
6 years ago
Ross McFarland
be06a5da94
Make sure map and keys are lists when needed
6 years ago
Ross McFarland
7958233fcc
Consistently order changes :-/
Many providers make their modifications in the order that changes comes. In
python3 this causes things to be inconsistently ordered. That mostly works, but
could result in hidenbugs (e.g. Route53Provider's batching could be completely
different based on the order it sees changes.) Sorting changes consistently
is a good thing and it shouldn't hurt situations where providers are already
doing their own ordering. All-in-all more consistent is better and we have to be
explicit with python 3.
6 years ago
Ross McFarland
bfa1fadde9
Fix CloudflareProvider test ordering assumptions
6 years ago
Ross McFarland
db8de8acb8
Fix Manager ordering assumptions
6 years ago
Ross McFarland
14063186f3
YamlProvider python3, tests
6 years ago
Ross McFarland
90a60d3dbd
TransipProvider python3
6 years ago
Ross McFarland
25768c476f
SelectelProvider python3 (tests)
6 years ago
Ross McFarland
c82e94792e
RackspaceProvider python3, value types hashing
6 years ago
Ross McFarland
aeb70b2488
Route53Provider python 3, rm incf.countryutils, lots of cmp removal and ordering fixes
6 years ago
Ross McFarland
0acff67faa
Ns1Provider python3
6 years ago
Ross McFarland
37543e6a76
OvhProvider python3
6 years ago
Ross McFarland
484a5118f4
MythicBeastsProvider python3
6 years ago
Ross McFarland
0078198500
GoogleCloud python3
6 years ago
Ross McFarland
47199fdfab
FastDNS python3
6 years ago
Ross McFarland
742305c20b
six.moves.urllib.parse
6 years ago
Ross McFarland
470dd82202
python 3 support for constellix provider
6 years ago
Maikel Poot
637c254778
Handling PR Review comments.
- Added Specific exceptions
- str() instead of concatenation
- removed zone not found warning
6 years ago
Mark Mercado
e235796865
support and test old and new authn methods
6 years ago
Maikel Poot
a035ee8c84
Give the option to use a private_key_file.
Transip sdk also supports a private_key_file,
so forwarding that option to the provider.
Could be handy in combination with k8s secrets.
6 years ago
Mark Mercado
16121be4de
support email/token and just token for cloudflare
6 years ago
Maikel Poot
59e44b865c
Added detection for edge case that could happen with existing records where the value is '@'
TransIP allows '@' as value to alias the root record.
'@' was on populate appended with the zone, which trigger an unneeded update.
'@' => '@.example.com.' -> 'example.com'
This fix will stop the unneeded update
6 years ago
Maikel Poot
7056d29907
fixes lint warning.
6 years ago
Maikel Poot
bb3f0c0b4a
Added TransIP provider and tests
6 years ago
Mark Mercado
e18dfe1c19
switch from X-Auth-{Email,Key} to Authorization for Cloudflare
6 years ago
William Blackie
dd4238ad6b
fix split calls in Route53Provider to not specify ' ' parameter so they can tolerate multiple sequential separators
6 years ago
Adam Smith
c0315d25ba
add Constellix Provider
6 years ago
Ross McFarland
ce67824015
Handle python3 sourcing of urlparse
6 years ago
Ross McFarland
da09d9baaf
Modernize object cmp methods
6 years ago
Ross McFarland
9e4c120c3e
StringIO compat
6 years ago
Ross McFarland
a9d0eef3ba
Lots of text_type
6 years ago
Ross McFarland
ee0efc5b3a
Explicit list-ification
6 years ago
Shnayder Anton
57c96cf40f
Add Selectel as OctoDNS provider
6 years ago
Kitten King
daa6fecc9b
Fix Typos
6 years ago
Basir Jamil
5a741eb600
fastdns: fixed typo in test fixture
7 years ago
Basir Jamil
1596add89f
fastdns provider:
- added unit tests for apply functions
- added another json config file for this
- 100% code coverage reached
7 years ago
Basir Jamil
852d607715
fastdns:
- added test cases for test_apply, testing for basic create, update, delete records
- added previous state json file in test/fixtures to do the above
7 years ago
Basir Jamil
41c5986144
Fastdns provider:
- added test cases for testin populate()
- added mock request responses in tests/fixtures/
- updated requirements.txt to require edgegrid-python
7 years ago