Ross McFarland
c92734f7a6
Merge pull request #920 from octodns/rel-0-9-19
Rel 0.9.19 version bump & CHANGELOG update
3 years ago
Ross McFarland
55aecba9de
Add missing 0.9.18 CHANGELOG entries
3 years ago
Ross McFarland
dfd56c6636
Rel 0.9.19 version bump & CHANGELOG update
3 years ago
Ross McFarland
b5340801e0
Merge pull request #917 from octodns/subzones
Fix issues with sub-zone handling
3 years ago
Ross McFarland
ffe456714c
Correct error message grammar
Co-authored-by: Sachi King <nakato@nakato.io>
3 years ago
Ross McFarland
4a847cb38c
More test cases for configured_sub_zones
3 years ago
Ross McFarland
18ee70ddb5
Fix issue when subzone is a non-dotted endswith for zone
3 years ago
Ross McFarland
af010121ea
Do away with zone_tree, not a tree and unnecessary now
3 years ago
Ross McFarland
810cc7faff
Use collections.deque for pop'ing
3 years ago
Ross McFarland
611431b042
Broken up string formatting cleanup
3 years ago
Ross McFarland
33794f3796
Fix a bug in Zone.add_record subzone handling when name ends with non-dotted subzone name
3 years ago
Ross McFarland
6a1b86af6f
Rework configured_sub_zones and add tests specifically for it
3 years ago
Ross McFarland
6e5c7a8b70
Add failing tests of subzone handling
3 years ago
Ross McFarland
35a6c85bbb
Rework Manager.zone_tree into a property
3 years ago
Ross McFarland
62caa4bac6
Merge pull request #914 from octodns/rel-0-9-18
Rel 0.9.18 version bump & CHANGELOG update
3 years ago
Ross McFarland
af40184f29
Rel 0.9.18 version bump & CHANGELOG update
3 years ago
Ross McFarland
a874edf43a
Merge pull request #903 from octodns/idna
Add idna encode/decode helpers
3 years ago
Ross McFarland
ea50c8cf38
Merge branch 'idna' of github.com:octodns/octodns into idna
3 years ago
Ross McFarland
78c53de22c
Merge remote-tracking branch 'origin/master' into idna
3 years ago
Ross McFarland
c80a93a296
Merge pull request #898 from octodns/dump-support-output-provider
Implement a sketch of --output-provider support for dump
3 years ago
Ross McFarland
02e07f4209
Merge remote-tracking branch 'origin/master' into dump-support-output-provider
3 years ago
Adam Smith
f749505df3
Merge pull request #913 from yzguy/zonefilesource_multivalue_ptr
AxfrSource and ZoneFileSource: support multi-value PTR records
3 years ago
Adam Smith
2a56d9b26e
AxfrSource and ZoneFileSource: support multi-value PTR records
3 years ago
Ross McFarland
a0841f4420
Merge pull request #911 from octodns/black-formatting
Implement black formatting
3 years ago
Ross McFarland
e671e7e57a
Remove unneeded [] from list comprehension
Co-authored-by: Viranch Mehta <email@viranch.me>
3 years ago
Ross McFarland
26d8f7aa92
.git-blame-ignore-revs for initial black formatting
3 years ago
Ross McFarland
e116d26eec
Implement black formatting
3 years ago
Ross McFarland
c98b5abdf3
Merge branch 'master' into idna
3 years ago
Ross McFarland
392d8b516f
Merge pull request #910 from octodns/rm-funding
Remove repo-specific FUNDING.yml
3 years ago
Ross McFarland
0bf5154311
Remove repo-specific FUNDING.yml
3 years ago
Ross McFarland
c33da93bd9
Merge pull request #908 from nakato/dottedsubzone
Support dotted subdomains for subzones
4 years ago
Sachi King
04be906c3c
Add test to validate non-dotted subdomain zones are vaild
This confirms that in addition to the recently added support for dotted
subdomains that subdomains that are not dotted are supported. From
RFC1034 Section 3.5 this would be a <subdomain> that contains a single
<label> without <subdomain> recurring.
4 years ago
Sachi King
d5363e8045
Add comments and use list comprehensions
Per PR review, use list comprehensions as they are prefered in py3 over
use of filter.
Add comments to describe the building of the zone tree.
4 years ago
Ross McFarland
5c1a1b9621
Merge remote-tracking branch 'origin/master' into idna
4 years ago
Ross McFarland
08523cd4ba
Functionally complete (I think) IDNA encode/decode support
4 years ago
Sachi King
5592f5da96
Support dotted subdomains for subzones
Currently if there are two zones configured;
- example.com.
- delegated.subdomain.example.com.
When an NS record is created in example.com.yaml as such:
delegated.subdomain:
type: NS
values:
- ns1.example.org.
The NS record for delegated.subdomain.example.com cannot be created as it
throws an exception:
octodns.zone.SubzoneRecordException: Record delegated.subdomain.example.com is under a managed subzone
Additionally, all records other than NS are rejected for
subdomain.example.com..
This is caused by zone_tree being the result of all zones split on '.'
and being added to the tree, even if a zone does not exist at that
point.
To support records where a subzone is dotted, the the map is built such
that each node represents the subdomain of the closest subzone.
Before:
{"com", {"example": {"subdomain": {"delegated": {}}}}}
After:
{"example.com": {"delegated.subdomain": {}}}
Fixes : #378
4 years ago
Sachi King
e299ceced2
Prepare tests with failing "managed subzone" error
The is not a zone between delegated.subzone.unit.tests. and unit.tests.,
however we get a delegated subzone error. This modifies the tests to
succeed with the added record, however the tests fail as it incorrectly
throws the managed subzone error.
Change the name of delegated.subzone, and the tests will pass cleanly.
4 years ago
Ross McFarland
e17e30b383
Merge pull request #907 from williamjacksn/patch-1
Add documentation for `include_meta` config key
4 years ago
William Jackson
a17c4f8e0c
Add documentation for `include_meta` config key
Update README.md to include documentation for the `include_meta` key in the `manager` section of the config.
4 years ago
Ross McFarland
fe116fdbb1
Merge pull request #906 from kianmeng/fix-typos
Fix typos
4 years ago
Kian-Meng Ang
04b7bf0ac2
Fix typos
4 years ago
Ross McFarland
75f1003bb3
Merge pull request #905 from johankok/patch-1
Updated link to providers in README.md
4 years ago
Johan Kok
4241cb5277
Updated link to providers in README.md
The supported providers table was renamed in 9b79c98a09 , this would fix the link to the table.
4 years ago
Ross McFarland
044d8561ed
Add idna encode/decode helpers
4 years ago
Ross McFarland
eccf91f32e
Merge pull request #902 from Aquifoliales/master
SSHFP support for Source AXFR/Zonefile
4 years ago
Aquifoliales
8b2bfa5dea
SSHFP support for Source AXFR/Zonefile
4 years ago
Ross McFarland
4416756c16
Merge pull request #901 from Aquifoliales/master
Feature: TLSA record
4 years ago
Aquifoliales
2401a7318c
Fixed testing, TLSA record ready.
4 years ago
Aquifoliales
3cdefc5058
Adaption for Linting
4 years ago
Aquifoliales
084d537c94
Fixed testing for TLSA record type.
4 years ago