Ross McFarland
2143ccf80b
Merge pull request #646 from nikolay-te/master
Ignore UltraDNS records with unsupported rrtypes and log warning.
5 years ago
Nikolay Denev
049bdb55af
Shorten line
5 years ago
Nikolay Denev
20dc4dc6a7
Update octodns/provider/ultra.py
Co-authored-by: Ross McFarland <ross@github.com>
5 years ago
Nikolay Denev
9549a0dec9
Ignore records with unsupported rrtypes and log warning.
5 years ago
Ross McFarland
bf99785aee
Merge pull request #645 from octodns/clear-out-nbsp
Replace some nbsp chars that have slipped into manager.py somehow
5 years ago
Ross McFarland
a7bb6a306c
Remove corresponding nbsp's from manager tests
5 years ago
Ross McFarland
86232b48cf
Replace some nbsp chars that have slipped into manager.py somehow
5 years ago
Ross McFarland
4516fa4fbf
Merge pull request #642 from octodns/octodns-org-links
Update links to octodns/octodns
5 years ago
Ross McFarland
523f1f5647
s#github/octodns#octodns/octodns/g
5 years ago
Ross McFarland
040afe6fc1
Don't need to _wildcard empty names
5 years ago
Ross McFarland
16241d29a6
Merge pull request #641 from 0xflotus/patch-1
fix: error in gandi.py
5 years ago
0xflotus
870c1209d3
Update test_octodns_provider_gandi.py
5 years ago
0xflotus
61280e1e75
fix: error in gandi.py
5 years ago
Ross McFarland
261abeb133
Sketch at process: source, target, plan setup, with ownership
5 years ago
Ross McFarland
b1b992c628
Merge pull request #639 from PeterDaveHello/AddMorePythonVersionsOnGitHubActions
Also add Python v3.6, v3.8 on GitHub Actions for test
5 years ago
Ross McFarland
ac0aeef54f
Link to python vesrion EOL dates
5 years ago
Peter Dave Hello
3c942defb5
Also add Python v3.6, v3.8 on GitHub Actions for test
Unlike Python v2 as v2.7 is 10 years old, Python v3 has more versions
alive amoung us, it'll be great if they will all be tested.
5 years ago
Ross McFarland
f9a4239af5
Marking side of ownership processor
5 years ago
Ross McFarland
95d9ffc221
Tell the processor when it's being called in a target context
5 years ago
Ross McFarland
e4d6084b4c
POC of processors concept that can hook in to modify zones
5 years ago
Ross McFarland
f9aa08b38b
Merge pull request #632 from ucc/python_3.9_compat
Fix _is_valid_dkim_key for Python 3.9 compatibility in OVH provider
5 years ago
Mark Tearle
6a869dae8b
Merge branch 'master' into python_3.9_compat
5 years ago
Mark Tearle
f9cf97e98a
Add python 3.9 to GitHub CI workflow to catch removed methods
5 years ago
Ross McFarland
7235d82460
Merge pull request #631 from PeterDaveHello/ImproveValueValidation
Improve ALIAS, CNAME, DNAME & PTR record FQDN validation
5 years ago
Mark Tearle
0ebd343cba
Merge branch 'master' into python_3.9_compat
5 years ago
Mark Tearle
7f89c621a1
Address coverage for Python 2, tidy up variable names in _is_valid_dkim_key
5 years ago
Mark Tearle
fa266c23d2
Fix _is_valid_dkim_key for Python 3.9 compatibility in OVH provider
base64.decodestring was deprecated and removed in Python 3.9 in favour of
decodebytes (See https://bugs.python.org/issue39351 )
5 years ago
Peter Dave Hello
3dd7061a0c
Remove Azure allow empty CNAME, PTR value behavior
cc #84 #628
5 years ago
Peter Dave Hello
b7ed4aa57f
Improve ALIAS, CNAME, DNAME & PTR record FQDN validation
Use fqdn package to help verify if the record value is really valid.
The original behavior will treat value like `_.` or `.` be a valid
record, which is strange, and the real world may not have those use
cases at all.
The RFC documents are pretty long, as I didn't read them all or enough
to tell should it be valid or not by the spec, so I opened issue #612 to
discuss this case and got a positive response from the main maintainer
to have the change.
Close #628
5 years ago
Ross McFarland
3076f28212
Merge pull request #630 from pieterlexis/pdns-pre-release
PowerDNS: Support pre-release versions
5 years ago
Ross McFarland
f822ef3d5f
Removing trailing space
5 years ago
Ross McFarland
5e13d5009a
Add a comment about the `-` version split
5 years ago
Pieter Lexis
e02a8b3858
PowerDNS: Support pre-release versions
This commit strips any superfluous -alphaN (or beta or rc) from the
version number's minor number so it can be cast to an int. This will
allow octodns to sync to/from PowerDNS pre-releases.
5 years ago
Ross McFarland
07b8c19acc
Merge pull request #627 from numberly/fix-name-length-validation
Fix name length validation
5 years ago
Guillaume Gelin
9c20d0015b
Fix name length validation
Closes #626
5 years ago
Ross McFarland
6a169be47a
Merge pull request #625 from yzguy/axfr_caa
Add CAA record support to AxfrSource/ZoneFileSource
5 years ago
Adam Smith
e98f21455d
Add CAA record support to AxfrSource/ZoneFileSource
5 years ago
Ross McFarland
317f7cadc6
Merge pull request #623 from github/rel-0-9-11
v0.9.11 version bump and CHANGELOG update
5 years ago
Ross McFarland
edf92fb159
v0.9.11 version bump and CHANGELOG update
5 years ago
Ross McFarland
340a54a65d
Merge pull request #609 from jayvdb/sdist-tests
MANIFEST.in: Add test data
5 years ago
Ross McFarland
c9ae0e7d49
Merge branch 'master' into sdist-tests
5 years ago
Ross McFarland
150005d905
Add missing .md's remove redundant recursives
5 years ago
Ross McFarland
a1dc5c7382
Merge pull request #619 from Inikup/gandi-provider
Add support for Gandi LiveDNS
5 years ago
Jonathan Leroy
f3e3f19cd3
Suppress previous exceptions before raising GandiClientUnknownDomainName
exception
5 years ago
Jonathan Leroy
09a02286f5
Merge branch 'master' into gandi-provider
5 years ago
Ross McFarland
51f9f2826f
Merge pull request #621 from github/alias-root-only
ALIAS records only allowed at the root of zones
5 years ago
Ross McFarland
269e737812
Add a caveat emptor clause to lenient doc section.
5 years ago
Ross McFarland
b017f90c66
Add some docs around lenient and its uses
5 years ago
Ross McFarland
7958a6e1d1
Merge remote-tracking branch 'origin/master' into alias-root-only
5 years ago
Jonathan Leroy
729fd01dbf
Merge branch 'master' into gandi-provider
5 years ago