Commit Graph

  • 074be92428 Add replace param to AutoArpa processor/provider Ross McFarland 2023-02-20 13:32:04 -08:00
  • 7dcf336217 Merge pull request #981 from octodns/provider-specific-req Ross McFarland 2023-02-20 13:08:04 -08:00
  • 91414669a1 Remove some trailing whitespace Ross McFarland 2023-02-20 13:05:45 -08:00
  • cc32fbd188 Elaborate on provider specific requirements in README Ross McFarland 2023-02-20 13:04:34 -08:00
  • 31d373fc8a Merge pull request #978 from sjparkinson/spf-processor Ross McFarland 2023-02-20 10:39:10 -08:00
  • ab64a6b0e4 Replace use of removeprefix with slicing Samuel Parkinson 2023-02-20 18:31:25 +00:00
  • 1bb672ed05 Use List[str] to support older versions of Python Samuel Parkinson 2023-02-20 18:24:47 +00:00
  • 25206426ea Escape the DMARC1 values properly Samuel Parkinson 2023-02-20 18:13:05 +00:00
  • 70fe46f76b Patch dns.resolver.resolve in all processor tests Samuel Parkinson 2023-02-16 16:23:15 +00:00
  • 19e8a27110 Handle chunked values from DNS lookups Samuel Parkinson 2023-02-16 16:12:17 +00:00
  • ae0497bb5a Add class comment Samuel Parkinson 2023-02-16 13:48:47 +00:00
  • 063bf78b9f Test nested include mechanisms Samuel Parkinson 2023-02-16 13:43:50 +00:00
  • ee44779f7f Error on ptr mechanisms Samuel Parkinson 2023-02-16 12:32:22 +00:00
  • ffe35b9096 Mock calls to dns.resolver.resolve Samuel Parkinson 2023-02-16 12:05:50 +00:00
  • 4e106818b0 Handle more sorts of TXT record values Samuel Parkinson 2023-02-16 11:40:21 +00:00
  • dfc0760adf Count extra lookups for the include mechanism Samuel Parkinson 2023-02-15 16:45:50 +00:00
  • dc446eefb9 Error on too many lookups from single SPF mechanisms Samuel Parkinson 2023-02-15 15:17:12 +00:00
  • 9f4a910a08 Upgrade dnspython Samuel Parkinson 2023-02-15 13:30:18 +00:00
  • 7fd6f9d181 Merge pull request #980 from adutton/update-readme-for-extracted-providers Ross McFarland 2023-02-17 12:16:50 -08:00
  • 6ac8d9c1a9 Update README sample to reflect extracted providers Aaron Dutton 2023-02-17 11:23:10 -08:00
  • 028d840c44 Merge pull request #979 from sjparkinson/readme Ross McFarland 2023-02-16 09:31:18 -08:00
  • 07e91f0d86 Add Financial-Times/octodns-fastly to the resources Samuel Parkinson 2023-02-16 16:42:32 +00:00
  • fa789876b2 Merge pull request #974 from octodns/delayed-arpa Ross McFarland 2023-02-07 11:37:26 -08:00
  • 42ade94c33 Merge branch 'main' into delayed-arpa Ross McFarland 2023-02-07 11:31:38 -08:00
  • 4634c669b2 Merge pull request #975 from octodns/isort Ross McFarland 2023-02-04 08:24:34 -08:00
  • 1d535ad596 more pragma: no cover for 3.7 specific import work-around Ross McFarland 2023-02-04 08:18:50 -08:00
  • ff7b9b0778 CHANGELOG entry for auto-arpa Ross McFarland 2023-02-03 07:49:51 -08:00
  • cfaf7315de use pyproject.toml for tooling, add isort Ross McFarland 2023-01-22 13:56:13 -08:00
  • 6be0a8133a isort import formatting Ross McFarland 2023-01-22 13:54:19 -08:00
  • 0dfa537f07 pass at documenting auto_arpa support Ross McFarland 2023-01-22 09:01:17 -08:00
  • ac59552403 Merge remote-tracking branch 'origin' into delayed-arpa Ross McFarland 2023-01-22 08:26:20 -08:00
  • 85954348dc Merge pull request #969 from octodns/octodns-record-breakup Ross McFarland 2023-01-22 08:14:28 -08:00
  • f8adb0dc47 Merge branch 'main' into octodns-record-breakup Ross McFarland 2023-01-22 07:43:24 -08:00
  • cfa7918f35 auto-arpa support for ptrs with multiple values Ross McFarland 2023-01-22 07:10:36 -08:00
  • 5a1e3fcb88 Merge remote-tracking branch 'origin/main' into delayed-arpa Ross McFarland 2023-01-20 18:12:34 -08:00
  • 172f6a333b fully check auto_arpa and eligible_* usage for safety Ross McFarland 2023-01-20 18:11:49 -08:00
  • 8dd690ac88 helps if you add the files, AutoArpa Ross McFarland 2023-01-19 12:19:10 -08:00
  • bc6a2d8067 working auto-arpa setup Ross McFarland 2023-01-19 10:04:39 -08:00
  • 6cb81cb15e Support for delaying arpa processing Ross McFarland 2023-01-19 08:23:39 -08:00
  • f434178b34 Merge pull request #973 from mjekson/edgecenter_update Ross McFarland 2023-01-19 08:16:37 -08:00
  • 465fd2aefb update README for EdgeCenter Evgeny Nechiporenko 2023-01-19 18:38:44 +03:00
  • 90c0402b00 break record tests into individual files Ross McFarland 2023-01-02 23:08:18 -05:00
  • 9205e32392 Finish breaking up octodns.record Ross McFarland 2023-01-02 14:58:03 -05:00
  • 965ee566bb Pull out rest of record into specific files Ross McFarland 2023-01-02 14:33:44 -05:00
  • 2c9c0518a5 Include Change in octodns.record, some module tests use it Ross McFarland 2023-01-02 10:24:53 -05:00
  • be7c3d279e WIP breakup of octodns.record file Ross McFarland 2023-01-02 10:12:59 -05:00
  • c9a57bf0a3 Merge pull request #968 from octodns/ds-record Ross McFarland 2023-01-02 06:20:46 -08:00
  • 8ba5335333 Add support for DsRecord type Ross McFarland 2023-01-01 21:15:11 -05:00
  • af23c00b26 Merge pull request #965 from octodns/certifi-bump Ross McFarland 2022-12-13 10:19:22 -08:00
  • ed14cd6c4b Merge branch 'main' into certifi-bump Ross McFarland 2022-12-13 10:16:22 -08:00
  • 800141500f Merge pull request #966 from octodns/yaml-filenames-refactor Ross McFarland 2022-12-09 08:51:12 -08:00
  • b54678bed9 Refactor YamlProvider to add get_filenames Ross McFarland 2022-12-09 08:47:02 -08:00
  • a8dd410e07 Bump certifi to 2022.12.7 Ross McFarland 2022-12-09 08:34:49 -08:00
  • 498d792823 Merge pull request #959 from octodns/get-zone Ross McFarland 2022-11-27 08:32:37 -08:00
  • 976d68d710 Merge branch 'main' into get-zone Ross McFarland 2022-11-27 06:53:42 -08:00
  • 4190d65ea5 Merge pull request #957 from octodns/strict-supports-true Ross McFarland 2022-11-21 07:52:06 -08:00
  • a19d44a530 Merge branch 'main' into strict-supports-true Ross McFarland 2022-11-20 11:44:15 -08:00
  • bd13f8dab1 Manager.get_zone used everywhere rather than direct create Ross McFarland 2022-11-20 09:24:28 -08:00
  • d0d945fa96 Merge pull request #958 from octodns/add-edge-center-to-readme Ross McFarland 2022-11-20 07:58:48 -08:00
  • b84b30957a Merge branch 'main' into add-edge-center-to-readme Ross McFarland 2022-11-20 07:57:40 -08:00
  • 7a25d9dfb7 Merge branch 'main' into strict-supports-true Ross McFarland 2022-11-17 07:30:49 -08:00
  • d01e46696c Merge pull request #956 from octodns/shim-removal Ross McFarland 2022-11-17 07:30:08 -08:00
  • 25615b3196 Revert "Zone._remove_record shim removed in favor of long standing Zone.remove_record" Ross McFarland 2022-11-17 07:23:07 -08:00
  • 81898c4044 Add EdgeCenter DNS to README Ross McFarland 2022-11-17 07:19:40 -08:00
  • 723db157ab Provider.strict_supports=True by default, fix tests that didn't like that Ross McFarland 2022-11-15 11:03:08 -08:00
  • 9841781d08 Remove stale TODO Ross McFarland 2022-11-15 10:32:51 -08:00
  • 9f22173d30 Zone._remove_record shim removed in favor of long standing Zone.remove_record Ross McFarland 2022-11-15 10:32:21 -08:00
  • efa80b43a1 1.0 RC: Remove deprecated provider, source, and processor shims Ross McFarland 2022-11-15 10:31:10 -08:00
  • a7eb1774e5 Merge pull request #955 from octodns/ignore-root-ns-filter Ross McFarland 2022-11-15 10:19:41 -08:00
  • b0140ce5f9 Changelog entry about IgnoreRootNsFilter, start rc0 section Ross McFarland 2022-11-15 09:57:41 -08:00
  • d1a7322a46 Add IgnoreRootNsFilter w/tests Ross McFarland 2022-11-09 09:13:04 -08:00
  • 8e7a3d5623 Merge pull request #953 from octodns/update-requirements Ross McFarland 2022-11-01 09:34:10 -07:00
  • 3dd1455362 Update requirements, specifically rm py Ross McFarland 2022-11-01 09:18:10 -07:00
  • 67ea0b0ea7 Merge pull request #950 from octodns/rel-0-9-21 v0.9.21 Ross McFarland 2022-10-24 16:04:49 -07:00
  • d199290bf9 Merge branch 'main' into rel-0-9-21 Ross McFarland 2022-10-16 18:45:36 -07:00
  • 489fd1181b Merge pull request #951 from octodns/more-test-modules Ross McFarland 2022-10-16 18:44:25 -07:00
  • 9ded28204c Try to get sed -i that'll work on both OSX and linux Ross McFarland 2022-10-16 18:40:06 -07:00
  • 64759e0236 Add https://github.com/asyncon/octoblox to the test-modules list Ross McFarland 2022-10-16 18:34:47 -07:00
  • 927ca1e8bc Revert back to .[dev], .[test] is not (yet) universally a thing Ross McFarland 2022-10-16 17:46:23 -07:00
  • 3125d1f7aa Explicitly install pytest-network in test-module in case underlying module doesn't include it Ross McFarland 2022-10-16 17:16:56 -07:00
  • 7d7cf49522 Install test requirements, not dev in test-module Ross McFarland 2022-10-16 17:16:22 -07:00
  • 4d025faa21 pyproject.toml is a better indicator of poetry Ross McFarland 2022-10-16 16:00:43 -07:00
  • c293bb19b3 Add ./script/test-module support for poetry and sukiyaki/octodns-netbox to the actions module list Ross McFarland 2022-10-16 15:56:34 -07:00
  • da81c8a7d5 Add octodns-bind to test-modules action Ross McFarland 2022-10-16 15:04:23 -07:00
  • 008621c5c8 Rel 0.9.21 version bump & CHANGELOG update Ross McFarland 2022-10-16 14:59:33 -07:00
  • 4bcc8200b2 Merge pull request #949 from octodns/axfr-extract Ross McFarland 2022-10-10 13:53:46 -07:00
  • c6392d798d Shim AxfrSource and ZoneFileSource Ross McFarland 2022-10-10 13:50:30 -07:00
  • e6652c4262 Independant tests for Record.from_rrs Ross McFarland 2022-10-10 13:47:07 -07:00
  • d45825bdf1 Link to new octodns-bind module Ross McFarland 2022-10-10 13:14:05 -07:00
  • ff6a7a690c Merge pull request #948 from octodns/rel-0-9-20 v0.9.20 Ross McFarland 2022-10-10 12:47:53 -07:00
  • 713d085793 Rel 0.9.20 version bump & CHANGELOG update Ross McFarland 2022-10-05 14:17:24 -07:00
  • 809fad6d70 Merge pull request #947 from octodns/ptr-consistency Ross McFarland 2022-10-05 13:42:09 -07:00
  • f5d2d8ba6d Actually NsValue is now the same as PtrValue, so _TargetsValue to DRY things up Ross McFarland 2022-10-01 19:12:43 -07:00
  • 4a6fae34b3 PtrValue should no longer be using _TargetValue now that it acceps multiple values Ross McFarland 2022-10-01 19:08:24 -07:00
  • e9c413e51e Merge pull request #945 from octodns/quiet-cmd-line Ross McFarland 2022-10-01 18:36:33 -07:00
  • fbfef60e69 Merge branch 'main' into quiet-cmd-line Ross McFarland 2022-10-01 18:35:26 -07:00
  • ac6fb98683 Merge pull request #946 from octodns/remove-stray-pprint Ross McFarland 2022-09-29 15:36:57 -07:00
  • 9f20efc887 Remove a stray pprint in a test Ross McFarland 2022-09-29 15:35:05 -07:00
  • 3fe6025462 POC of auto-arpa concept, think there's too many complications though auto-arpa Ross McFarland 2022-09-29 15:33:01 -07:00
  • 6a19dc554f Merge pull request #930 from octodns/records-rfc-test Ross McFarland 2022-09-29 14:37:08 -07:00