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

2765 Commits

Author SHA1 Message Date
Ross McFarland
e473c32bfb Add some directories to ignore 2023-08-17 12:23:43 -07:00
Ross McFarland
608e367a9b More extensive tests of YamlProvider.list_zones 2023-08-17 12:13:42 -07:00
Ross McFarland
32896d41f3 Merge branch 'yaml-provider-refactor' of github.com:octodns/octodns into yaml-provider-refactor 2023-08-17 10:34:24 -07:00
Ross McFarland
10c31e37e7 Dump a pip freeze into ci output for ease of seeing module verisons 2023-08-17 10:31:10 -07:00
Ross McFarland
3cd4dceae8 Merge branch 'main' into yaml-provider-refactor 2023-08-17 10:31:08 -06:00
Ross McFarland
3c304aa6ee Pass through YamlProvider doc and CHANGELOG entry 2023-08-17 09:27:03 -07:00
Ross McFarland
8ed143c530 Merge pull request #1043 from octodns/update-requirements
Update requirements, certifi advisory
2023-08-17 09:10:03 -06:00
Ross McFarland
e6e3290b14 Update requirements, certifi advisory 2023-08-17 07:26:10 -07:00
Ross McFarland
5b8498a550 Refactory yaml source logic out to make it easily testable 2023-08-12 19:31:38 -07:00
Ross McFarland
11ddb20005 Refactory YamlProvider and SplitYamlProvider into a unified class 2023-08-12 11:18:33 -07:00
Ross McFarland
6e7f036b6e Merge pull request #1026 from octodns/dynamic-zones
Dynamic zone configs
2023-08-10 16:38:33 -06:00
Ross McFarland
866a9f9710 Update CHANGELOG for dynamic zone config and TOC in README 2023-08-10 15:36:50 -07:00
Ross McFarland
e0610112ad Merge branch 'main' into dynamic-zones 2023-08-10 16:27:07 -06:00
Ross McFarland
0b5265e1b8 Merge pull request #1039 from hellbot/srv-rdata
rdata_text for SrvValue
2023-08-09 08:38:44 -06:00
Ross McFarland
cac2f3b962 Merge branch 'main' into srv-rdata 2023-08-09 08:35:05 -06:00
Kir
316ed95304 Reformatting test file 2023-08-09 12:38:46 +03:00
Kirill Losev
4c86566f82 rdata_text for SrvValue
Fixing #1038
2023-08-09 03:06:18 +03:00
Ross McFarland
0a78ecd564 Merge pull request #1037 from octodns/update-toc
Update the README TOC and add script that can generate it
2023-08-07 14:13:21 -06:00
Ross McFarland
2ab1b7b173 Fix notes section 2023-08-07 13:11:44 -07:00
Ross McFarland
1ccd980f50 Update the README TOC and add script that can generate it 2023-08-07 13:09:57 -07:00
Ross McFarland
45974099fd Merge branch 'main' into dynamic-zones 2023-08-06 10:26:47 -06:00
Ross McFarland
ca52349111 Merge pull request #1035 from octodns/validate-all
Add --all option to octodns-validate, to enable showing of all record validation issues
2023-08-06 10:26:28 -06:00
Ross McFarland
fbc7c42efb Fix strict_supports README doc & link 2023-08-06 09:23:50 -07:00
Ross McFarland
3ffd4070f2 changelog entry for --all opttion to octodns-validate 2023-08-06 09:23:01 -07:00
Ross McFarland
4a2f8a4687 Merge branch 'main' into validate-all 2023-08-06 10:19:52 -06:00
Ross McFarland
e2c39b5a6e Merge pull request #1029 from octodns/error-context
config/validation errors with source context
2023-08-06 10:19:20 -06:00
Ross McFarland
6f1135c572 error context changelog entry 2023-08-06 09:13:23 -07:00
Ross McFarland
349c8b6f56 Add -all option to octodns-validate, to enable showing of all record validation issues 2023-08-04 15:57:44 -07:00
Ross McFarland
fc76b1d604 Merge remote-tracking branch 'origin/main' into error-context 2023-07-31 12:09:25 -07:00
Ross McFarland
f107c235f9 Merge remote-tracking branch 'origin/main' into dynamic-zones 2023-07-31 12:08:26 -07:00
Ross McFarland
6a8cf4b1e6 Merge pull request #1033 from octodns/rel-1-0-0
v1.0.0 version bump and changelog update
v1.0.0
2023-07-31 13:06:57 -06:00
Ross McFarland
9fac14af08 v1.0.0 version bump and changelog update 2023-07-30 07:09:55 -07:00
Ross McFarland
bdc97fbd86 Merge pull request #1032 from octodns/deprecate-geo
Deprecate geo records in favor of dynamic
2023-07-30 08:08:35 -06:00
Ross McFarland
303bc7740d Deprecate geo records in favor of dynamic 2023-07-30 06:40:17 -07:00
Ross McFarland
0d8fcf490b Merge pull request #1031 from octodns/no-netbox-modules-ci
Comment out netbox modules ci run
2023-07-30 07:29:31 -06:00
Ross McFarland
f9b49b68ab Comment out netbox modules ci run 2023-07-30 06:22:32 -07:00
Ross McFarland
82bf9586b1 Merge pull request #1030 from octodns/remove-py-3-7-try
Require python 3.8, remove a p3.7 import work-around, address other minor TODOs as prep for 1.0
2023-07-30 07:20:19 -06:00
Ross McFarland
c908d90656 Uncomment some lightweight dynamic yaml tests that were TODO'd 2023-07-29 18:16:56 -07:00
Ross McFarland
6a7d5349e0 Remove botocore logging quell, moved to octodns-route53 2023-07-29 18:02:10 -07:00
Ross McFarland
c649a9c999 Formally deprecate Zone._remove_record in favor of Zone.remove_record 2023-07-29 17:58:28 -07:00
Ross McFarland
abb80e509d Remove old non-actionable TODO 2023-07-29 17:48:26 -07:00
Ross McFarland
f94ae67d77 Remove Dyn related logging quell 2023-07-29 17:48:21 -07:00
Ross McFarland
15390a6679 CHANGELOG entry about py 3.8 req 2023-07-29 17:28:36 -07:00
Ross McFarland
6be9bb9c6d Move ContextDict into octodns.context 2023-07-29 12:10:00 -07:00
Ross McFarland
9cb690d64c Remove a python 3.7 import work-around 2023-07-29 12:02:26 -07:00
Ross McFarland
f14c1f0b64 formatting 2023-07-29 10:25:28 -07:00
Ross McFarland
20ace6008c Use the correct set of sources when dynamically dumping 2023-07-29 10:24:13 -07:00
Ross McFarland
27f0ff9e21 Document new dynamic zone config functionality, improve overall config doc a bit 2023-07-29 09:46:19 -07:00
Ross McFarland
e910450782 readme cleanup: consistent octoDNS capitalization, console rather than shell 2023-07-29 09:45:50 -07:00
Ross McFarland
361de870e0 octodns-validate dynamic-config support 2023-07-29 08:44:30 -07:00