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

2534 Commits

Author SHA1 Message Date
Ross McFarland
bd13f8dab1 Manager.get_zone used everywhere rather than direct create 2022-11-20 09:24:28 -08:00
Ross McFarland
a7eb1774e5 Merge pull request #955 from octodns/ignore-root-ns-filter
Add IgnoreRootNsFilter w/tests
2022-11-15 10:19:41 -08:00
Ross McFarland
b0140ce5f9 Changelog entry about IgnoreRootNsFilter, start rc0 section 2022-11-15 09:57:41 -08:00
Ross McFarland
d1a7322a46 Add IgnoreRootNsFilter w/tests 2022-11-09 09:13:04 -08:00
Ross McFarland
8e7a3d5623 Merge pull request #953 from octodns/update-requirements
Update requirements, specifically rm py
2022-11-01 09:34:10 -07:00
Ross McFarland
3dd1455362 Update requirements, specifically rm py 2022-11-01 09:18:10 -07:00
Ross McFarland
67ea0b0ea7 Merge pull request #950 from octodns/rel-0-9-21
Rel 0.9.21 version bump & CHANGELOG update
v0.9.21
2022-10-24 16:04:49 -07:00
Ross McFarland
d199290bf9 Merge branch 'main' into rel-0-9-21 2022-10-16 18:45:36 -07:00
Ross McFarland
489fd1181b Merge pull request #951 from octodns/more-test-modules
Add octodns-bind and other modules to test-modules action
2022-10-16 18:44:25 -07:00
Ross McFarland
9ded28204c Try to get sed -i that'll work on both OSX and linux 2022-10-16 18:40:06 -07:00
Ross McFarland
64759e0236 Add https://github.com/asyncon/octoblox to the test-modules list 2022-10-16 18:34:47 -07:00
Ross McFarland
927ca1e8bc Revert back to .[dev], .[test] is not (yet) universally a thing 2022-10-16 17:46:23 -07:00
Ross McFarland
3125d1f7aa Explicitly install pytest-network in test-module in case underlying module doesn't include it 2022-10-16 17:16:56 -07:00
Ross McFarland
7d7cf49522 Install test requirements, not dev in test-module 2022-10-16 17:16:22 -07:00
Ross McFarland
4d025faa21 pyproject.toml is a better indicator of poetry 2022-10-16 16:00:43 -07:00
Ross McFarland
c293bb19b3 Add ./script/test-module support for poetry and sukiyaki/octodns-netbox to the actions module list 2022-10-16 15:56:34 -07:00
Ross McFarland
da81c8a7d5 Add octodns-bind to test-modules action 2022-10-16 15:04:23 -07:00
Ross McFarland
008621c5c8 Rel 0.9.21 version bump & CHANGELOG update 2022-10-16 14:59:33 -07:00
Ross McFarland
4bcc8200b2 Merge pull request #949 from octodns/axfr-extract
AxfrSouce and ZoneFileSource extracted into octodns-bind
2022-10-10 13:53:46 -07:00
Ross McFarland
c6392d798d Shim AxfrSource and ZoneFileSource 2022-10-10 13:50:30 -07:00
Ross McFarland
e6652c4262 Independant tests for Record.from_rrs 2022-10-10 13:47:07 -07:00
Ross McFarland
d45825bdf1 Link to new octodns-bind module 2022-10-10 13:14:05 -07:00
Ross McFarland
ff6a7a690c Merge pull request #948 from octodns/rel-0-9-20
Rel 0.9.20 version bump & CHANGELOG update
v0.9.20
2022-10-10 12:47:53 -07:00
Ross McFarland
713d085793 Rel 0.9.20 version bump & CHANGELOG update 2022-10-05 14:17:24 -07:00
Ross McFarland
809fad6d70 Merge pull request #947 from octodns/ptr-consistency
PtrValue should no longer be using _TargetValue now that it acceps multiple values
2022-10-05 13:42:09 -07:00
Ross McFarland
f5d2d8ba6d Actually NsValue is now the same as PtrValue, so _TargetsValue to DRY things up 2022-10-01 19:12:43 -07:00
Ross McFarland
4a6fae34b3 PtrValue should no longer be using _TargetValue now that it acceps multiple values 2022-10-01 19:08:24 -07:00
Ross McFarland
e9c413e51e Merge pull request #945 from octodns/quiet-cmd-line
--quiet and --logging-config cmd line options
2022-10-01 18:36:33 -07:00
Ross McFarland
fbfef60e69 Merge branch 'main' into quiet-cmd-line 2022-10-01 18:35:26 -07:00
Ross McFarland
ac6fb98683 Merge pull request #946 from octodns/remove-stray-pprint
Remove a stray pprint in a test
2022-09-29 15:36:57 -07:00
Ross McFarland
9f20efc887 Remove a stray pprint in a test 2022-09-29 15:35:05 -07:00
Ross McFarland
6a19dc554f Merge pull request #930 from octodns/records-rfc-test
(mostly) RFC compliant to/from RR text support for Records
2022-09-29 14:37:08 -07:00
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
cadeada955 Add --logging-config command line option 2022-09-29 14:29:32 -07:00
Ross McFarland
a1e54c2bbf Remove hacky _LogLevelSetter and just setLevel on Plan logger 2022-09-29 14:27:05 -07:00
Ross McFarland
7e3857fe1f Pass plan_output a dedicated logger rather than use the Manager's 2022-09-29 12:39:04 -07:00
Ross McFarland
3967c273f8 --debug flag to commands, work-around to ensure PlanLogger plan always prints 2022-09-27 08:06:30 -07:00
Ross McFarland
e734b64355 WARN -> WARNING 2022-09-27 08:06:24 -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