1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

2497 Commits

Author SHA1 Message Date
Ross McFarland
1f2bb8860a Revert "WIP/expiriments with auto-arpa"
This reverts commit 8b82159ee0.
2022-09-29 14:35:28 -07:00
Ross McFarland
437e3a6ca2 Merge branch 'main' into records-rfc-test 2022-09-29 14:34:00 -07:00
Ross McFarland
c70fcbe8f9 Merge pull request #944 from octodns/trivial-cleanup
Trivial cleanup
2022-09-27 07:21:44 -07:00
Ross McFarland
2a3eb24759 Remove stray pprint 2022-09-27 07:18:47 -07:00
Ross McFarland
0af455049a Remove master mentions from README 2022-09-27 07:18:17 -07:00
Ross McFarland
8b82159ee0 WIP/expiriments with auto-arpa 2022-09-27 07:16:54 -07:00
Ross McFarland
d37ecc3b68 Merge pull request #939 from octodns/host-from-fqdn-idna
hostname_from_fqdn work with utf8 or idna, whichever it's passed
2022-09-23 18:53:16 -07:00
Ross McFarland
2d0be4147c Merge branch 'main' into host-from-fqdn-idna 2022-09-23 18:49:33 -07:00
Ross McFarland
6890e3307c Merge pull request #937 from octodns/empty-super
Use super() now that we require python3, less error prone
2022-09-23 18:49:00 -07:00
Ross McFarland
1e57595554 Merge branch 'main' into empty-super 2022-09-23 18:47:11 -07:00
Ross McFarland
dbd40fb20a Merge in main, remove parse_rdata_text usage from validate & cstor 2022-09-23 15:09:34 -07:00
Ross McFarland
6cf5bc247a Merge pull request #935 from octodns/idna-values
IDNA support for Record values holding fqdns
2022-09-23 13:58:49 -07:00
Ross McFarland
40d03e24cc Merge branch 'main' into idna-values 2022-09-23 13:49:19 -07:00
Ross McFarland
2c5d8ad101 Flip ttl and type return order 2022-09-22 20:29:08 -07:00
Ross McFarland
7f0cfb08a2 Implement Record.rrs 2022-09-22 20:26:25 -07:00
Ross McFarland
b3c374257b Merge branch 'records-rfc-test' of github.com:octodns/octodns into records-rfc-test 2022-09-22 18:58:54 -07:00
Ross McFarland
cea1c65305 Remove pprints and add some comments/doc 2022-09-22 18:58:16 -07:00
Ross McFarland
f79c79b778 Merge branch 'main' into records-rfc-test 2022-09-22 15:22:04 -07:00
Ross McFarland
06ffda4d27 Merge pull request #942 from Ariana-Hlavaty-i2/main
Update CONTRIBUTING branch name to main
2022-09-22 14:27:31 -07:00
Ariana Hlavaty
9af7acfed9 Update CONTRIBUTING branch name to main 2022-09-22 22:16:00 +01:00
Ross McFarland
ace2fdf4e1 Make sure _ChunkedValue.parse_rdata_text escapes ; 2022-09-22 10:26:21 -07:00
Ross McFarland
0228e6822e Implmement Record.from_rrs and plug it together with parse_rdata_text 2022-09-22 10:13:19 -07:00
Ross McFarland
c6ab68e331 Merge branch 'main' into records-rfc-test 2022-09-21 09:37:00 -07:00
Ross McFarland
d04ad0fd15 Merge branch 'main' into idna-values 2022-09-21 09:25:38 -07:00
Ross McFarland
78d6e6ded6 Merge pull request #929 from octodns/value-object
Record values are first-class objects
2022-09-21 09:25:30 -07:00
Ross McFarland
000541eea4 CHANGELOG entry for values as objects 2022-09-21 09:14:29 -07:00
Ross McFarland
23673f1a1f Merge branch 'main' into value-object 2022-09-20 12:32:46 -07:00
Ross McFarland
5da272da48 Merge branch 'main' into host-from-fqdn-idna 2022-09-15 19:28:31 -07:00
Ross McFarland
44e4736a11 Merge pull request #938 from octodns/changelog-typeo
Fix version type-os in CHANGELOG, 0.0.18 twice
2022-09-15 19:26:25 -07:00
Ross McFarland
3b102b4516 hostname_from_fqdn work with utf8 or idna, whichevr it's passed 2022-09-15 19:26:16 -07:00
Ross McFarland
496183bce0 Fix version type-os in CHANGELOG 2022-09-15 19:10:17 -07:00
Ross McFarland
66debc0b80 Use super() now that we require python3, less error prone 2022-09-15 14:25:47 -07:00
Ross McFarland
89aa8ee0bc Merge pull request #936 from octodns/remove-from-futures
Remove from __futures__ bits, all are now manditory
2022-09-15 14:12:55 -07:00
Ross McFarland
d7880c084d Remove from __futures__ bits, all are now manditory 2022-09-15 14:10:21 -07:00
Ross McFarland
247cef2701 CHANGELOG entry for IDNA values 2022-09-14 14:06:20 -07:00
Ross McFarland
0932cb5def Merge remote-tracking branch 'origin/value-object' into idna-values 2022-09-14 14:04:52 -07:00
Ross McFarland
6e6edac576 Merge branch 'main' into value-object 2022-09-14 14:04:22 -07:00
Ross McFarland
faf277ca01 IDNA support for Record values holding fqdns 2022-09-14 13:56:27 -07:00
Ross McFarland
00f0123b97 Merge pull request #934 from octodns/global-processors
Global processors support
2022-09-14 13:54:27 -07:00
Ross McFarland
870a5c3c3e Merge remote-tracking branch 'origin/main' into value-object 2022-09-14 10:35:56 -07:00
Ross McFarland
bf296cd5ff Merge branch 'main' into global-processors 2022-09-14 09:52:10 -07:00
Ross McFarland
e1ce226298 Merge pull request #922 from octodns/idna-internally
Everything works with IDNA encoded names internally
2022-09-14 09:49:37 -07:00
Ross McFarland
2982733c70 CHANGELOG entry about IDNA support 2022-09-14 09:46:25 -07:00
Ross McFarland
0c9fb11696 Merge branch 'main' into idna-internally 2022-09-14 09:37:05 -07:00
Ross McFarland
9ab9d126e6 Merge pull request #932 from octodns/name-filtering
Processor impl that filters on name
2022-09-14 07:03:27 -07:00
Ross McFarland
5cb42d6d73 elif trivial improvement 2022-09-14 07:00:33 -07:00
Ross McFarland
5f277b886c Merge branch 'main' into name-filtering 2022-09-14 06:49:10 -07:00
Ross McFarland
c6ec942e14 Merge pull request #933 from octodns/restricter
Implement TtlRestrictionFilter w/tests
2022-09-14 06:48:32 -07:00
Ross McFarland
48831659e5 Add allowed_ttls support to TtlRestrictionFilter 2022-09-14 06:46:13 -07:00
Ross McFarland
5498a3b9c9 CHANGELOG entry for global processors 2022-09-12 16:37:19 -07:00