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

703 Commits

Author SHA1 Message Date
Ross McFarland
aae65594f2 Remove explicit use of six 2021-09-17 07:10:07 -07:00
Ross McFarland
e3676dba95 Merge remote-tracking branch 'origin/master' into py3-f-strings 2021-09-16 21:23:14 -07:00
Ross McFarland
775917f4b9 f-strings for the rest of the tests 2021-09-16 19:55:22 -07:00
Ross McFarland
9156bdaea0 f-strings for tests pass 1 2021-09-16 16:16:01 -07:00
Ross McFarland
3d806b27ff Remove (hopefully temporarily) TransipProvider due to suds failure to install 2021-09-16 13:46:16 -07:00
Ross McFarland
5746ffd7f5 Merge branch 'master' into py3-f-strings 2021-09-16 13:17:58 -07:00
Ross McFarland
643685f459 Merge branch 'master' into strict-supports-types-and-dynamic 2021-09-15 18:54:43 -07:00
Ross McFarland
953a3bb88e Merge branch 'master' into py3-f-strings 2021-09-15 18:34:53 -07:00
Ross McFarland
e3b4ac84ed Merge branch 'master' into fix-caa-records 2021-09-15 18:31:52 -07:00
Ross McFarland
e6c18efde3 Merge remote-tracking branch 'origin/master' into py3-f-strings 2021-09-14 10:22:37 -07:00
Ross McFarland
4cc4fa6ea9 Merge branch 'master' into constellix-improvements 2021-09-13 19:04:27 -07:00
apatserkovskyi
52da08dfec Constellix provider full Dynamic support added 2021-09-08 16:30:58 +03:00
Ross McFarland
47de105a29 POC supports & dynamic checking in _process_desired_zone 2021-09-07 13:11:15 -07:00
Ross McFarland
b29c27df7c Fix BaseProvider test call expect 2021-09-04 17:45:32 -07:00
Ross McFarland
6354e45d7c Configurable domain_create_sleep in EasyDnsProvider, 0s for tests 2021-09-02 13:21:28 -07:00
Ross McFarland
d374dc355b Use patch to mock in transip tests, rework bits to make more mockable 2021-09-02 13:00:38 -07:00
Ross McFarland
4f036c77f8 Mock boto's unstubbed metadata api access 2021-09-02 10:48:40 -07:00
Ross McFarland
2efb550686 Rework TransipProvider to support mocking and avoid network calls during __init__ 2021-09-02 10:03:39 -07:00
apatserkovskyi
c55264e657 Merge remote-tracking branch 'origin/master' into constellix-improvements 2021-09-01 22:37:40 +03:00
Ross McFarland
a40641edaa Merge remote-tracking branch 'origin/master' into zone-shallow-copy 2021-08-26 16:01:07 -07:00
Ross McFarland
fd148d1803 Documentation of strict_supports and lenient, changelog info 2021-08-26 15:56:27 -07:00
Viranch Mehta
ecb1753a07 Fix NS1 IPv6 monitor field 2021-08-25 11:10:08 -07:00
Viranch Mehta
b19c68fe0e Enable IPv6 for AAAA NS1 monitors 2021-08-25 10:01:10 -07:00
Ross McFarland
56b8b23391 Delete second ns1 record to make sure cache clears w/o zone 2021-08-24 09:18:14 -07:00
Viranch Mehta
c9fc8feae2 Centralized NS1 record cache management with decorator 2021-08-24 00:01:49 -07:00
Ross McFarland
025180ac3f NS1Client.records_update result caching & tests 2021-08-23 18:00:24 -07:00
Ross McFarland
efdb4866c0 Remove a couple of stray prints 2021-08-23 15:37:02 -07:00
Ross McFarland
64072f9f43 Coverage test for NS1 client caching behaviors 2021-08-23 15:36:57 -07:00
Ross McFarland
886ab89dec Clean up NS1 mock resetting 2021-08-23 14:43:38 -07:00
Ross McFarland
9522da210d implement & use NS1Client.reset_caches 2021-08-23 14:32:10 -07:00
Ross McFarland
7538b91cdf Merge branch 'master' into noramlize-ip-addrs 2021-08-23 12:23:52 -07:00
Ross McFarland
b84b933eb0 Copy zones early on and allow modifications after that. Doc requirements. 2021-08-21 13:41:10 -07:00
Ross McFarland
8c04508a86 Implement & test Zone.copy (shallow) and utilize it in processors 2021-08-21 10:11:23 -07:00
Ross McFarland
074de66988 Normalize IP addresses 2021-08-19 18:18:07 -07:00
Ross McFarland
08f9ec56a3 Rework supports_warn_or_except to msg and fallback 2021-08-18 16:25:13 -07:00
Ross McFarland
65f0bfc243 Update multi-value PTR warn to supports_warn_or_except 2021-08-18 12:35:49 -07:00
Ross McFarland
53a21b649a Merge remote-tracking branch 'origin/master' into process-desired-zone 2021-08-18 12:26:15 -07:00
Viranch Mehta
4517df555d add tests 2021-08-18 11:39:04 -07:00
Ross McFarland
5b0e47f31f Cleanup and test of _process_desired_zone and supports_warn_or_except 2021-08-18 10:07:21 -07:00
Ross McFarland
c81450682c Implement and test Route53Provider.process_desired_zone checking of NA-CA-* 2021-08-17 20:26:51 -07:00
Viranch Mehta
3abea76921 Merge branch 'master' into multi-value-PTR 2021-08-16 16:37:26 -07:00
Viranch Mehta
6e9ce3ac3c pick first PTR value instead of erroring out 2021-08-16 16:39:23 -07:00
Ross McFarland
0309a95195 Merge branch 'master' into CA_province_support 2021-08-15 21:05:10 -07:00
Sham
6d302af719 adds support for CA provinces 2021-08-13 02:34:35 -07:00
Viranch Mehta
ec41e0377e multi-value PTR tests for Azure 2021-08-12 22:15:46 -07:00
Viranch Mehta
49bff426b7 Multi-value PTR records 2021-08-12 21:43:01 -07:00
Ross McFarland
c0c3a93d4a Rename to AcmeManagingProcess, doc usage 2021-08-11 21:36:41 -07:00
Ross McFarland
a5fdf05a3c Merge branch 'master' into acme-ignoring-processor 2021-08-11 10:47:13 -07:00
Ross McFarland
5c1ea34bc6 Tests for acme processor with ownership 2021-08-11 10:41:52 -07:00
Ross McFarland
1aa78b87a6 Merge branch 'master' into skip-creating-duplicate-monitors 2021-08-07 09:01:48 -07:00