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

147 Commits

Author SHA1 Message Date
Ross McFarland
1bad1e668b WIP: full tinydns spec-compliant source implementation 2023-06-29 15:40:00 -07:00
Ross McFarland
33f464a17d Changelog entry for tinydns . fix 2023-06-29 10:16:00 -07:00
Ross McFarland
3ce2c59b1a changelog entry for ownership and report lenient 2023-06-20 09:21:10 -07:00
Ross McFarland
cfa7abaee5 Validations to ensure Record.name and Zone.name have no whitespace 2023-05-19 09:57:56 -07:00
Viranch Mehta
9e280a8c41 Early release 2023-05-16 19:18:48 -07:00
Viranch Mehta
74880c3e06 Fix date of latest entry in CHANGELOG 2023-05-16 11:04:25 -07:00
Viranch Mehta
38e46c0565 Clarify subnet/geo targeting specificity 2023-05-16 11:03:31 -07:00
Viranch Mehta
438a0e4d8f s/should/must/ 2023-05-16 10:58:58 -07:00
Viranch Mehta
7ddfbd6143 Rel 1.0.0.rc0 version bump & CHANGELOG update 2023-05-16 10:54:16 -07:00
Ross McFarland
4c5e2a3ab8 Merge branch 'main' into ownership-remove-last-change 2023-05-13 17:47:38 -07:00
Ross McFarland
8ec75dc194 fix issue in OwnershipProcessor when last change is removed 2023-04-17 10:39:07 -07:00
Viranch Mehta
09c07d4651 Merge branch 'main' into dynamic-subnets 2023-04-06 14:29:17 -07:00
Viranch Mehta
1f346edc04 CHANGELOG entry for subnet targeting support 2023-04-02 05:02:21 -07:00
Ross McFarland
7c6c1bb77c Document the new dynamic rule validations, add changelog entry 2023-03-28 20:13:03 -07:00
Ross McFarland
ff7b9b0778 CHANGELOG entry for auto-arpa 2023-02-03 07:49:51 -08:00
Ross McFarland
be7c3d279e WIP breakup of octodns.record file 2023-01-02 10:12:59 -05:00
Ross McFarland
8ba5335333 Add support for DsRecord type 2023-01-01 21:15:11 -05:00
Ross McFarland
b54678bed9 Refactor YamlProvider to add get_filenames
Makes it easier to inherit from YamlProvider to add custom filename
handling
2022-12-09 08:47:02 -08:00
Ross McFarland
7a25d9dfb7 Merge branch 'main' into strict-supports-true 2022-11-17 07:30:49 -08:00
Ross McFarland
25615b3196 Revert "Zone._remove_record shim removed in favor of long standing Zone.remove_record"
This reverts commit 9f22173d30.
2022-11-17 07:23:07 -08:00
Ross McFarland
723db157ab Provider.strict_supports=True by default, fix tests that didn't like that 2022-11-15 11:03:08 -08:00
Ross McFarland
9f22173d30 Zone._remove_record shim removed in favor of long standing Zone.remove_record 2022-11-15 10:32:21 -08:00
Ross McFarland
efa80b43a1 1.0 RC: Remove deprecated provider, source, and processor shims 2022-11-15 10:31:10 -08:00
Ross McFarland
b0140ce5f9 Changelog entry about IgnoreRootNsFilter, start rc0 section 2022-11-15 09:57:41 -08:00
Ross McFarland
008621c5c8 Rel 0.9.21 version bump & CHANGELOG update 2022-10-16 14:59:33 -07:00
Ross McFarland
c6392d798d Shim AxfrSource and ZoneFileSource 2022-10-10 13:50:30 -07:00
Ross McFarland
713d085793 Rel 0.9.20 version bump & CHANGELOG update 2022-10-05 14:17:24 -07:00
Ross McFarland
d04ad0fd15 Merge branch 'main' into idna-values 2022-09-21 09:25:38 -07:00
Ross McFarland
000541eea4 CHANGELOG entry for values as objects 2022-09-21 09:14:29 -07:00
Ross McFarland
496183bce0 Fix version type-os in CHANGELOG 2022-09-15 19:10:17 -07:00
Ross McFarland
247cef2701 CHANGELOG entry for IDNA values 2022-09-14 14:06:20 -07:00
Ross McFarland
bf296cd5ff Merge branch 'main' into global-processors 2022-09-14 09:52:10 -07:00
Ross McFarland
2982733c70 CHANGELOG entry about IDNA support 2022-09-14 09:46:25 -07:00
Ross McFarland
5f277b886c Merge branch 'main' into name-filtering 2022-09-14 06:49:10 -07:00
Ross McFarland
5498a3b9c9 CHANGELOG entry for global processors 2022-09-12 16:37:19 -07:00
Ross McFarland
8ff83b8ed9 Implement TtlRestrictionFilter w/tests 2022-09-12 14:18:20 -07:00
Ross McFarland
92ecb54564 Add a note about name reject/allow filter to CHANGELOG 2022-09-11 15:02:09 -07:00
Ross McFarland
b664a28488 Changelog update about Provider._process_desired_zone and YamlProvider.supports 2022-08-27 15:54:48 -07:00
Ross McFarland
6d2a039a3f Changelog release dates should be aug, not sept 2022-08-27 14:51:58 -07:00
Ross McFarland
55aecba9de Add missing 0.9.18 CHANGELOG entries 2022-08-14 11:49:31 -07:00
Ross McFarland
dfd56c6636 Rel 0.9.19 version bump & CHANGELOG update 2022-08-14 11:49:20 -07:00
Ross McFarland
af40184f29 Rel 0.9.18 version bump & CHANGELOG update 2022-08-09 08:06:53 -07:00
Ross McFarland
5c1a1b9621 Merge remote-tracking branch 'origin/master' into idna 2022-06-26 16:36:17 -04:00
Kian-Meng Ang
04b7bf0ac2 Fix typos 2022-05-29 13:16:01 +08:00
Ross McFarland
044d8561ed Add idna encode/decode helpers 2022-05-20 09:13:38 -07:00
Ross McFarland
ee6fe1970f Rel 0.9.17 version bump & CHANGELOG update 2022-04-01 12:37:11 -07:00
Ross McFarland
d714f623b8 Merge branch 'master' into log-version 2022-03-27 11:56:33 -07:00
Ross McFarland
9313b5f233 CHANGELOG entry for Record.register_type 2022-03-27 07:10:15 -07:00
Ross McFarland
6ab6124d72 Log the octoDNS version as part of Manager.__init__ info line 2022-03-25 18:16:50 -07:00
Ross McFarland
9e945f3b0a Merge branch 'master' into change-ordering 2022-03-07 18:15:12 -08:00