Ross McFarland
43e955a538
Only copy and set directory when it doesn't match
2022-04-14 12:19:26 -07:00
Ross McFarland
17c294042f
Implement a sketch of --output-provider support for dump
2022-04-14 10:19:33 -07:00
Ross McFarland
ee6fe1970f
Rel 0.9.17 version bump & CHANGELOG update
2022-04-01 12:37:11 -07:00
Ross McFarland
6f15a4cec4
Add octodns-versions command
2022-03-30 19:09:03 -07:00
Ross McFarland
66958f7c21
Manager._try_version with 3.7 noop (for now)
2022-03-28 13:33:32 -07:00
Ross McFarland
d714f623b8
Merge branch 'master' into log-version
2022-03-27 11:56:33 -07:00
Ross McFarland
a0f9668e83
Remove extranious None default from get
2022-03-27 07:05:55 -07:00
Ross McFarland
b458fe0dc8
Walk module hierarchy looking for __VERSION__
2022-03-25 20:43:48 -07:00
Ross McFarland
633aef5845
Manager prints provider, processor, and plan_output versions for non-core modules when available
2022-03-25 20:03:42 -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
5827e23d22
Simplify Record.register_type. Values?Mixin public
2022-03-18 19:05:00 -07:00
Ross McFarland
7f98d9dfca
Base of Record type registration
2022-03-16 09:58:44 -07:00
Ross McFarland
9e945f3b0a
Merge branch 'master' into change-ordering
2022-03-07 18:15:12 -08:00
Ross McFarland
cdcaef8f2b
Order changes: deletes, creates, updates
2022-03-04 14:18:23 -08:00
Ross McFarland
7c92d3984a
Rel 0.9.16 version bump & CHANGELOG update
2022-03-04 11:07:30 -08:00
Ross McFarland
8e70695eb2
Apply suggestions/corrections from a round of code review
2022-02-23 09:32:20 -08:00
Ross McFarland
e3edae8466
Non-configured root NS when supported is always a warning
2022-02-17 13:24:34 -08:00
Ross McFarland
0544e9ed7d
More thorough testing of root ns cases and associated improvements
2022-02-17 13:00:28 -08:00
Ross McFarland
81dd4d714b
Only throw RootNsChange UnsafePlan on existing zones
2022-02-17 09:34:48 -08:00
Ross McFarland
02ee7518fa
Rework root NS logic to ignore when unconfigured, more testing
2022-02-17 08:50:42 -08:00
Ross McFarland
14fc137788
Use Zone.root_ns to avoid lookping/searching
2022-02-16 15:46:46 -08:00
Ross McFarland
1b543c675f
Finish backing out test churn w/YamlProvider's optional SUPPORTS_ROOT_NS
2022-02-16 15:37:16 -08:00
Ross McFarland
02296652ca
WIP: Backing out a more test churn now that YamlProvider has SUPPORTS_ROOT_NS flag
2022-02-16 15:23:55 -08:00
Ross McFarland
adb01a982c
WIP: Backing out a lot of test churn now that YamlProvider has SUPPORTS_ROOT_NS flag
2022-02-16 15:00:21 -08:00
Ross McFarland
f43833e9bb
Make YamlProvider.SUPPORTS_ROOT_NS configurable, default True
...
This will result in less churn in tests for root NS support and allow us
to enable/disable things easily as needed.
2022-02-16 14:38:10 -08:00
Ross McFarland
9454f622f9
Merge remote-tracking branch 'origin/master' into root-ns-support
2022-02-16 14:24:17 -08:00
Ross McFarland
38b51fb456
Rework unsafe bits, add RootNsChange as a new type of unsafe plan
2022-02-16 14:24:10 -08:00
Ross McFarland
40820f351e
Implement and test Zone.root_ns helper property
2022-02-16 14:24:05 -08:00
Ross McFarland
2564e4aebe
Fix handling of null MX records and add test for behavior
2022-02-15 07:53:39 -08:00
Ross McFarland
728ab2af89
_process_desired_zone after populate, test/enforce order
2022-02-12 12:27:51 -08:00
Ross McFarland
5215930109
Always require a root NS in desired, sketch out SUPPORTS_ROOT_NS tests
2022-02-10 14:51:01 -08:00
Ross McFarland
08f98a5e65
Revert "Remove _process_existing_zone as it's not currently needed"
...
This reverts commit f1fd63205e .
2022-02-10 13:50:37 -08:00
Ross McFarland
f1fd63205e
Remove _process_existing_zone as it's not currently needed
2022-02-10 11:58:48 -08:00
Ross McFarland
39e4185346
Merge remote-tracking branch 'origin/master' into root-ns-support
2022-02-10 11:57:11 -08:00
Ross McFarland
6e7c0420e1
Merge remote-tracking branch 'origin/master' into aggregate-target-supports
2022-02-10 11:49:03 -08:00
Ross McFarland
3bcb6c8cec
Add Provider._process_existing_zone to mirror _process_desired_zone
2022-02-08 13:46:04 -08:00
Ross McFarland
33a10eada4
Base support for managing root NS records
...
* Zone object no longer treats them special, some tests needed adjusting
b/c of this, some provider's tests may also need adjusting, though
they should not plan changes since they won't (yet) have
SUPPORTS_ROOT_NS
* _process_desired_zone filters and warns when not supported
* YamlProvider supports them
* TinyDnsBaseSource supports them
2022-02-08 10:26:49 -08:00
Ross McFarland
e0a5f4d746
Rework _AggregateTarget to dynamically handle SUPPORTS
2022-02-08 09:31:42 -08:00
Ross McFarland
8a6f7247e9
Rel 0.9.15 version bump & CHANGELOG update
2022-02-07 12:59:01 -08:00
Ross McFarland
f2b3505d43
Falidate record fields that should hold FQDNs w/tests
2022-02-04 15:04:18 -08:00
Ross McFarland
25c6569a04
Correct the extraction warning links in the rest of the providers
2022-01-26 14:29:02 -08:00
Ross McFarland
0cb0a54f67
Update octodns/provider/azuredns.py
...
Co-authored-by: Parker Moore <237985+parkr@users.noreply.github.com >
2022-01-26 14:14:58 -08:00
Ross McFarland
7ad1a8389f
Link all of the extration help messages to the README section
2022-01-25 19:03:18 -08:00
Ross McFarland
aecbb61ea5
Extract UltraProvider from octoDNS core
2022-01-17 13:58:59 -08:00
Ross McFarland
cfe33e543c
Extract TransipProvider from octoDNS core
2022-01-14 14:17:49 -08:00
Ross McFarland
3d99e319be
Extract SelectelProvider from octoDNS core
2022-01-14 14:02:59 -08:00
Ross McFarland
9e51a4600f
Extract RackspaceProvider from octoDNS core
2022-01-14 13:47:10 -08:00
Ross McFarland
1498ced567
Merge remote-tracking branch 'origin/master' into address-warnings
2022-01-14 10:03:03 -08:00
Ross McFarland
c86b5bb904
Extract OvhProvider from octoDNS core
2022-01-13 15:26:38 -08:00
Ross McFarland
32c358af04
Quell all python warnings, mostly *Equals -> Equal and warn -> warning
2022-01-13 10:58:07 -08:00