Commit Graph

2566 Commits

Author SHA1 Message Date
Ross McFarland cfaf7315de use pyproject.toml for tooling, add isort 2023-01-22 13:56:13 -08:00
Ross McFarland 6be0a8133a isort import formatting 2023-01-22 13:54:19 -08:00
Ross McFarland 85954348dc Merge pull request #969 from octodns/octodns-record-breakup
Breakup of octodns.record file and tests
2023-01-22 08:14:28 -08:00
Ross McFarland f8adb0dc47 Merge branch 'main' into octodns-record-breakup 2023-01-22 07:43:24 -08:00
Ross McFarland f434178b34 Merge pull request #973 from mjekson/edgecenter_update
update README for EdgeCenter
2023-01-19 08:16:37 -08:00
Evgeny Nechiporenko 465fd2aefb update README for EdgeCenter 2023-01-19 18:38:44 +03:00
Ross McFarland 90c0402b00 break record tests into individual files 2023-01-02 23:08:18 -05:00
Ross McFarland 9205e32392 Finish breaking up octodns.record 2023-01-02 14:58:03 -05:00
Ross McFarland 965ee566bb Pull out rest of record into specific files 2023-01-02 14:33:44 -05:00
Ross McFarland 2c9c0518a5 Include Change in octodns.record, some module tests use it 2023-01-02 10:24:53 -05:00
Ross McFarland be7c3d279e WIP breakup of octodns.record file 2023-01-02 10:12:59 -05:00
Ross McFarland c9a57bf0a3 Merge pull request #968 from octodns/ds-record
Add support for DsRecord type
2023-01-02 06:20:46 -08:00
Ross McFarland 8ba5335333 Add support for DsRecord type 2023-01-01 21:15:11 -05:00
Ross McFarland af23c00b26 Merge pull request #965 from octodns/certifi-bump
Bump certifi to 2022.12.7 due to security vuln
2022-12-13 10:19:22 -08:00
Ross McFarland ed14cd6c4b Merge branch 'main' into certifi-bump 2022-12-13 10:16:22 -08:00
Ross McFarland 800141500f Merge pull request #966 from octodns/yaml-filenames-refactor
Refactor YamlProvider to add get_filenames
2022-12-09 08:51:12 -08: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 a8dd410e07 Bump certifi to 2022.12.7 2022-12-09 08:34:49 -08:00
Ross McFarland 498d792823 Merge pull request #959 from octodns/get-zone
Manager.get_zone used everywhere rather than direct create
2022-11-27 08:32:37 -08:00
Ross McFarland 976d68d710 Merge branch 'main' into get-zone 2022-11-27 06:53:42 -08:00
Ross McFarland 4190d65ea5 Merge pull request #957 from octodns/strict-supports-true
1.0 RC: Provider.strict_supports=True by default, fix tests that didn't like that
2022-11-21 07:52:06 -08:00
Ross McFarland a19d44a530 Merge branch 'main' into strict-supports-true 2022-11-20 11:44:15 -08:00
Ross McFarland bd13f8dab1 Manager.get_zone used everywhere rather than direct create 2022-11-20 09:24:28 -08:00
Ross McFarland d0d945fa96 Merge pull request #958 from octodns/add-edge-center-to-readme
Add EdgeCenter DNS to README
2022-11-20 07:58:48 -08:00
Ross McFarland b84b30957a Merge branch 'main' into add-edge-center-to-readme 2022-11-20 07:57:40 -08:00
Ross McFarland 7a25d9dfb7 Merge branch 'main' into strict-supports-true 2022-11-17 07:30:49 -08:00
Ross McFarland d01e46696c Merge pull request #956 from octodns/shim-removal
1.0 RC: Shim removal
2022-11-17 07:30:08 -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 81898c4044 Add EdgeCenter DNS to README 2022-11-17 07:19:40 -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 9841781d08 Remove stale TODO 2022-11-15 10:32:51 -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 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