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

1932 Commits

Author SHA1 Message Date
Ross McFarland
05bfa32b9f Merge pull request #775 from octodns/validate-lenient-config
Add lenient config support to validate(_configs)
2021-09-14 12:28:25 -07:00
Ross McFarland
2cf52180ac Add lenient config support to validate(_configs) 2021-09-13 19:09:05 -07:00
Ross McFarland
b7f50c18d5 Merge pull request #616 from mintopia/constellix-improvements
Add support for dynamic records to Constellix provider
2021-09-13 19:08:07 -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
dfd3a12f92 Merge pull request #769 from octodns/test-improvements-and-fixes
Test improvements: no network access allowed & speed ups
2021-09-03 09:51:13 -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
Ross McFarland
c878ec6eee Install nose no-network and timer plugins, use no-network in test & coverage 2021-09-02 05:00:15 -07:00
Adam Smith
2ee690d36c Merge pull request #767 from octodns/bump-ns1-sdk
Bump ns1-python
2021-09-01 22:46:41 -04:00
Viranch Mehta
a94f52f5b1 Bump ns1-python
The new ns1-python release includes optimizations with connection pooling so that every API call re-uses a TCP connection from a previous call if any.
2021-09-01 14:16:45 -07:00
apatserkovskyi
c55264e657 Merge remote-tracking branch 'origin/master' into constellix-improvements 2021-09-01 22:37:40 +03:00
Ross McFarland
4c9f0137a1 Merge pull request #761 from octodns/zone-shallow-copy
Zone shallow copy support and usage
2021-09-01 11:52:26 -07:00
Ross McFarland
e6fbda875b Merge remote-tracking branch 'origin/master' into zone-shallow-copy 2021-09-01 07:47:39 -07:00
Ross McFarland
9c09d9c403 Merge pull request #765 from octodns/use-provider-exception
Use ProviderException as the base for all provider exception classes
2021-09-01 07:44:23 -07:00
Ross McFarland
af22e8c9c7 Use ProviderException as the base for all provider exception classes 2021-08-31 19:39:04 -07:00
Ross McFarland
816d54f3d0 Pass at copy editing the new strict_supports documentation 2021-08-31 15:07:59 -07: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
Ross McFarland
0dbb64832e Merge pull request #764 from octodns/ns1-ipv6-monitor
Fix NS1 IPv6 monitor field
2021-08-25 13:15:24 -07:00
Viranch Mehta
ecb1753a07 Fix NS1 IPv6 monitor field 2021-08-25 11:10:08 -07:00
Ross McFarland
a786a62ea1 Merge pull request #763 from octodns/ns1-ipv6-monitor
Enable IPv6 for AAAA NS1 monitors
2021-08-25 10:12:22 -07:00
Viranch Mehta
b19c68fe0e Enable IPv6 for AAAA NS1 monitors 2021-08-25 10:01:10 -07:00
Ross McFarland
8be6de3493 Merge pull request #760 from octodns/ns1-cache
Cache NS1 zones and records for faster re-retrival
2021-08-24 09:25:59 -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
2914f52ff3 evict NS1 record from cache before an operation 2021-08-24 00:29:56 -07:00
Viranch Mehta
106971853c add comment 2021-08-24 00:23:35 -07:00
Viranch Mehta
3754c16774 Cleaner and more compact NS1 record cache management 2021-08-24 00:19:53 -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
aa88b877c4 Clear NS1 zone cache before record cache 2021-08-23 17:53:07 -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
b17936e142 Merge branch 'master' into ns1-cache 2021-08-23 13:43:16 -07:00
Ross McFarland
f6629f1ce4 Merge pull request #759 from octodns/noramlize-ip-addrs
Normalize IP addresses
2021-08-23 13:41:53 -07:00
Ross McFarland
e1c8e96e2e No need to normalize IPv6 values in ultra now that they are by default 2021-08-23 13:34:14 -07:00
Ross McFarland
aa3bc8fb9e Correct Route53 IPv6 IPAddress comment 2021-08-23 13:33:06 -07:00
Ross McFarland
e06c42c4fc No need to ip_address normalize AAAA in constellix now 2021-08-23 12:41:06 -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
fe013b21e3 Utilize shallow copies in Provider._process_desired_zone and Route53Provider._process_desired_zone 2021-08-21 10:29:48 -07:00
Ross McFarland
8c04508a86 Implement & test Zone.copy (shallow) and utilize it in processors 2021-08-21 10:11:23 -07:00
Viranch Mehta
f53b159d38 Merge branch 'master' into ns1-cache 2021-08-21 08:35:47 -07:00
Ross McFarland
cf60476183 Merge pull request #757 from octodns/process-desired-zone
Provider.process_desired_zone with warning & exception support
2021-08-21 03:08:37 -07:00
Viranch Mehta
5ab238c611 Cache NS1 zones and records for faster re-retrival 2021-08-20 13:41:04 -07:00
Ross McFarland
074de66988 Normalize IP addresses 2021-08-19 18:18:07 -07:00