Ross McFarland
df61856ce3
processors doc and link fixing
4 months ago
Ross McFarland
a5674874e7
logo in docs
4 months ago
Ross McFarland
73d956954a
more doc related cleanup and infra
4 months ago
Ross McFarland
f5462cf40e
sphinx mermaid diagrams, continue on doc restructuring/split
4 months ago
Ross McFarland
4572105fbb
WIP: major restructuring of docs, README/doc split
4 months ago
Ross McFarland
126b11889d
Merge pull request #1288 from octodns/doc-err-and-warn
Fix all sphinx docstring errors and warnings, not links
4 months ago
Ross McFarland
245e764dbe
Fix all sphinx docstring errors and warnings, not links
4 months ago
Ross McFarland
07d2298f87
Merge pull request #1287 from octodns/doc-heading-fixes
Fix sphinx heading warnings. Remove uneeded globs that were also warnings
4 months ago
Ross McFarland
2a876407c6
Fix sphinx heading warnings. Remove uneeded globs that were also warnings
4 months ago
Ross McFarland
d535dcfbbd
Merge pull request #1286 from octodns/rel-1-13-0
Release 1.13.0 version bump and changelog update
4 months ago
Ross McFarland
8194e2a0d4
Release 1.13.0 version bump and changelog update
4 months ago
Ross McFarland
c5df7c510d
Merge pull request #1285 from octodns/idna-improvements
Fix encoding and decoding of mixed idna fqdns
4 months ago
Ross McFarland
dfdf4dd409
Merge branch 'main' into idna-improvements
4 months ago
Ross McFarland
0d6d31100b
Merge pull request #1284 from rnalrd/naptr-quote
Quote NAPTR 'flags', 'service' and 'regexp' values
4 months ago
Ross McFarland
d36645ca45
Merge branch 'main' into naptr-quote
4 months ago
Leonardo Arena
4e8658ddbf
Quote NAPTR 'flags', 'service' and 'regexp' values as required by RFC3403
https://www.rfc-editor.org/rfc/rfc3403#section-4.3
4 months ago
Ross McFarland
af65019398
Fix encoding and decoding of mixed idna fqdns
4 months ago
Ross McFarland
551a662d90
Merge pull request #1283 from octodns/gen-doc
Documentation generation via Sphinx
4 months ago
Ross McFarland
02208f39ae
move examples and include in docs, most important stuff. move index and license to bottom
4 months ago
Ross McFarland
972c229d8c
more sphnix (downstream) early deps
4 months ago
Ross McFarland
5590eca0bf
Port of @olofvndrhr , structure/setup from #1261
4 months ago
Ross McFarland
a62cf24ea7
doc requirements in setup.py and new requirements-doc.txt
4 months ago
Ross McFarland
3a7e13c11b
Merge pull request #1282 from jleroy/feature/disable-root-ns-warnings
Add new provider parameter "root_ns_warnings" to disable root NS related warnings
4 months ago
Jonathan Leroy
932774f9d6
Add new provider parameter "root_ns_warnings" to disable root NS related
warnings
5 months ago
Ross McFarland
a89f635206
Merge pull request #1279 from octodns/fix-alias-templating
Fix issue with using Templating processor on aliased zones
5 months ago
Ross McFarland
e7016ae03d
Merge remote-tracking branch 'origin/main' into fix-alias-templating
5 months ago
Ross McFarland
386a00a28b
Merge pull request #1280 from octodns/templating-bad-key
Improve error messaging for unknown templating parameters
5 months ago
Ross McFarland
b8603daf95
Merge remote-tracking branch 'origin/main' into templating-bad-key
5 months ago
Ross McFarland
14c609d568
Merge pull request #1278 from jleroy/bugfix/templating-variables
Templating processor: remove trailing dot on FQDN variables
5 months ago
Jonathan Leroy
fad8c03986
Change in the way templating parameters are handled when trailing_dots is disabled
5 months ago
Ross McFarland
871b2f2a7e
Improve error messaging for unknown templating parameters
5 months ago
Jonathan Leroy
a5a1d50453
Add trailing_dots parameter to templating processor
5 months ago
Jonathan Leroy
c4dc79b64c
Revert: Fix Templating processor not working on alias zones
5 months ago
Ross McFarland
974d047d6e
Fix issue with using Templating processor on aliased zones
Switches the processor to use process_source_and_target_zones which
happens later, during planning changes and thus happens seperately for
the source and aliased zones. This leaves the templates in the copy of
desired that Manager uses to start the alias process. The updated copy
is in the plan so externally everything will still make sense and
behave as expected.
5 months ago
Jonathan Leroy
3e7cca0c6c
Fix Templating processor not working on alias zones
5 months ago
Jonathan Leroy
d75e672fe1
Removes the final dot from zone_*name and record_*fqdn templating variables
5 months ago
Ross McFarland
67e9a06d11
Merge pull request #1277 from octodns/changelet-switch
Make the switch to the changelet module
5 months ago
Ross McFarland
90f97dafdc
Make activate optional in script/changelog
5 months ago
Ross McFarland
b6729e77c5
include requirements-dev.txt in changelog install
5 months ago
Ross McFarland
00fc2c75ed
Make the switch to the changelet module
5 months ago
Ross McFarland
5638d40412
Merge pull request #1253 from octodns/escaped-semi
Add unescaped semicolons support to YamlProvider
5 months ago
Ross McFarland
3707f44e86
Merge branch 'main' into escaped-semi
5 months ago
Ross McFarland
013e8c16ae
Merge pull request #1275 from octodns/uri-type
implementation of the URI record type
5 months ago
Ross McFarland
ce77ccddb5
implementation of the URI record type
5 months ago
Ross McFarland
4f24f86793
Merge branch 'escaped-semi' of github.com:octodns/octodns into escaped-semi
5 months ago
Ross McFarland
79dd016789
Merge remote-tracking branch 'origin/main' into escaped-semi
5 months ago
Ross McFarland
484a04b248
very slight tweak to working for escaped_semicolons docstring
5 months ago
Ross McFarland
97477dadbf
Merge branch 'main' into escaped-semi
5 months ago
Ross McFarland
3f90b20d0b
Merge pull request #1274 from olofvndrhr/fix-include-target
Fix include target in some Processors
5 months ago
Ross McFarland
e55c35bd6f
Merge branch 'main' into fix-include-target
5 months ago