Ross McFarland
294c2cc9b3
Update CHANGELOG for python 3 work
6 years ago
Ross McFarland
6959b58b75
Update requirements and setup.py, remove incf.countryutils, promote pycountry-convert
6 years ago
Ross McFarland
b5c75d189c
Convert sources building back out to for x in y from list comprehension
6 years ago
Ross McFarland
10ad30e7ea
map( to [...]
6 years ago
Ross McFarland
4d0bc29acc
Remove a couple more filters(
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
Ross McFarland
0a7d63ef06
Show line numbers missing coverage
6 years ago
Ross McFarland
00d65af6f1
Merge remote-tracking branch 'origin/master' into python3-start
6 years ago
Ross McFarland
bb0dcee149
Merge pull request #411 from josvo/fix_ns1_create_zone
Fix 'server error: zone not found' for NS1 provider
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
3c75dc81f8
Require python 3.7 to pass
6 years ago
Ross McFarland
25cc4f42db
Explicit list on filter when checking for non-existant targets
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
0708b797da
TinyDnsSource python3
6 years ago
Ross McFarland
e0c5962d79
AxfrSource python3
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
Ross McFarland
db77d5b3bb
python3 compat for azure provider
6 years ago
Ross McFarland
f252aa3b98
Merge remote-tracking branch 'origin/master' into python3-start
6 years ago
Ross McFarland
ab1164492e
Merge pull request #408 from github/rel-0-9-8
Rel 0.9.8 with a bunch of pypi readme/description fixes
6 years ago
Ross McFarland
3296b55aa6
Include readme_renderer[md] in dev requirements
6 years ago
Ross McFarland
659a60de46
v0.9.8 version bump and CHANGELOG updates
6 years ago
Ross McFarland
e3ad57d15b
twine check before upload
6 years ago
Ross McFarland
a1d2217604
Fix/hack README rendering so that pypi's markdown handling libs are happy
6 years ago
Ross McFarland
f7424a2853
Merge pull request #407 from github/rel-0-9-7
v0.9.7 version bump and CHANGELOG updates
6 years ago
Ross McFarland
97608b3823
v0.9.7 version bump and CHANGELOG updates
6 years ago
Ross McFarland
2cd23a14ae
Merge pull request #405 from maikelpoot/transip_provider
Add a Transip 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
Mark Mercado
f200d91e49
don't impose editor things
6 years ago
Maikel Poot
71f215932d
whitespaces around operators to make /script/lint happy again
6 years ago
Maikel Poot
9cab94a83a
Some codestyle review changes.
6 years ago
Maikel Poot
cebc629a06
Enforce values as basic string to fix yaml export error
Fixes an exception in combination
with the yamlProvider as a target
The unmodified value object isn't
represented as string while
building the yaml output
The Exception:
yaml.representer.RepresenterError:
('cannot represent an object', 1.1.1.1)
yaml/representer.py@249,
represent_undefined()
6 years ago