Ross McFarland
a2e9af7057
wip stuff to store progress, queuing for 2.x
2 years ago
Ross McFarland
9f8ac99682
Merge remote-tracking branch 'origin/main' into chunked-variation-handling
2 years ago
Ross McFarland
9819272136
Merge pull request #1178 from octodns/plan-json
Quick pass at implementing PlanJson
2 years ago
Ross McFarland
00235e6641
Move record_type mention as well
2 years ago
Ross McFarland
b5c38fe044
Merge branch 'main' into plan-json
2 years ago
Ross McFarland
cb1ca65e9b
Merge pull request #1181 from octodns/handle-none-values
Don't blow up when config keys are present, but None
2 years ago
Ross McFarland
e8764ac1c5
Move changelog entry
2 years ago
Ross McFarland
389938f5d3
Don't blow up when config keys are present, but None
2 years ago
Ross McFarland
f78c7c8834
Merge branch 'main' into plan-json
2 years ago
Ross McFarland
6320deb910
Merge pull request #1180 from octodns/rel-1-8-0
Version 1.8.0 bump & changelog update
2 years ago
Ross McFarland
60a8dc4743
Version 1.8.0 bump & changelog update
2 years ago
Ross McFarland
92064b29d1
Merge pull request #1179 from octodns/svcb-tweaaks
Move HTTPS to its own file, import them in octodns.record
2 years ago
Ross McFarland
a4a57cd44a
Move HTTPS to its own file, import them in octodns.record
2 years ago
Ross McFarland
3455a7af44
Merge pull request #1176 from pieterlexis-tomtom/SVCB-HTTPS
Add support for SVCB and HTTPS records
2 years ago
Ross McFarland
df85637d30
Replace contine with else, to fix coverage on 3.8/9
2 years ago
Pieter Lexis
214c859a1e
SCVB: Fix issue with coverage and older python versions
2 years ago
Ross McFarland
83a7e05753
changelog entry for SVCB & HTTP records
2 years ago
Ross McFarland
133c8a2101
Update changelog w/ PlanJson/record_type
2 years ago
Ross McFarland
3f7af27537
Include record_type in change data
2 years ago
Pieter Lexis
b19cf82d05
SVCB: sort rdata svcparams
2 years ago
Ross McFarland
60e8c63d2b
Merge remote-tracking branch 'origin/main' into chunked-variation-handling
2 years ago
Ross McFarland
db47c507e6
Clean up and address chunked test todos
2 years ago
Ross McFarland
6cc0945805
Newline after json blob
2 years ago
Ross McFarland
8988d9b4ca
Quick pass at implementing PlanJson
2 years ago
Pieter Lexis
b53993e988
SVCB: force scvparamvalue lists to be lists
2 years ago
Pieter Lexis
8846468748
SVCB: Make SvcParams a dict
2 years ago
Pieter Lexis
23cc45dad9
SVCB: rename variables to RFC names
2 years ago
Pieter Lexis
f02f94e4ad
Add support for SVCB and HTTPS records
These records are defined in [RFC 9460](https://datatracker.ietf.org/doc/html/rfc9460 )
and are used for "Service Binding" and provide clients with all
connection information for network services.
Modern browsers already query for these records and several larger
websites have [adopted usage of HTTPS
records](https://blog.apnic.net/2023/12/18/use-of-https-resource-records/ )
already.
2 years ago
Ross McFarland
45753744a6
Merge pull request #1175 from octodns/update-requirements
update requirements*.txt
2 years ago
Ross McFarland
f6a9656199
update requirements*.txt
2 years ago
Ross McFarland
0d9d765971
Merge pull request #1173 from rasturic/topic/fix-add-record-lenient-ds
Fix add_record() lenient check to allow managed sub-zone DS records
2 years ago
Ross McFarland
fbe3ccbe49
changelog entry for sub-zone DS records being allowed
2 years ago
Timothy Berger
020834539b
Fix add_record() lenient check to allow managed sub-zone DS records
2 years ago
Ross McFarland
dd745f9ca6
Near complete rework of chunked rdata handling/parsing
2 years ago
Ross McFarland
89b3650c4c
Improve _ChunkedValue's handling of split chunks with unexpected whitespace
2 years ago
Ross McFarland
fae406af21
Merge pull request #1171 from octodns/caa-tags
Fix CAA value handling to support tags
2 years ago
Ross McFarland
743c3b88db
Fix CAA value handling to support tags
2 years ago
Ross McFarland
ed13d2db52
Merge pull request #1169 from octodns/rel-1-7-0
Version 1.7.0 bump & changelog update
2 years ago
Ross McFarland
4035afaa83
Version 1.7.0 bump & changelog update
2 years ago
Ross McFarland
f18062cc28
Merge pull request #1167 from octodns/ensure-trailing-dots-fix
Fix for EnsureTrailingDots reverting value types back to strings
2 years ago
Ross McFarland
47fd435bb7
Merge branch 'main' into ensure-trailing-dots-fix
2 years ago
Ross McFarland
c200753868
Merge pull request #1165 from wjgauthier/auto_arpa_ttl
AutoArpa: Add an optional inherit_ttl option
2 years ago
William Gauthier
b15e04380d
Use the TTL value of the first ordered FQDN
2 years ago
Ross McFarland
6991786cc5
Fix for EnsureTrailingDots reverting value types back to strings
2 years ago
William Gauthier
a948b8233e
AutoArpa: Add an optional inherit_ttl option
2 years ago
Ross McFarland
0cfd8b4f49
Merge pull request #1163 from octodns/cibuild-setup-py-fix
Rework cibuild-setup-py to build a pkg and install & test it
2 years ago
Ross McFarland
0086206f53
Rework cibuild-setup-py to build a pkg and install & test it
pip env doesn't seem to like `python setup install`ing thing into it
anymore and prints a bunch of deprecation warnings and something is
already broken, at least w/google modules, that prevents them from
loading afterwards
2 years ago
Ross McFarland
83e737da93
Merge pull request #1162 from octodns/improve-cibuild-module
Build wheel and install that for cibuild-module
2 years ago
Ross McFarland
c37a72aa86
Merge branch 'main' into improve-cibuild-module
2 years ago
Ross McFarland
14c3563677
Build wheel and install that for cibuild-module
2 years ago