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

2149 Commits

Author SHA1 Message Date
Ross McFarland
0556532e98 f-strings for GoogleCloudProvider 2021-09-04 17:08:24 -07:00
Ross McFarland
7b5593a2ee f-strings for GandiProvider 2021-09-04 17:06:33 -07:00
Ross McFarland
ac31bcaa11 f-strings for AkamaiProvider 2021-09-04 17:05:31 -07:00
Ross McFarland
35c0ff4d8e f-strings for DnsMadeEasyProvider 2021-09-04 08:37:48 -07:00
Ross McFarland
4be12860d5 f-strings for EtcHostsProvider 2021-09-04 08:36:27 -07:00
Ross McFarland
f8d0f0ad16 f-strings for EasyDNSProvider 2021-09-04 08:35:35 -07:00
Ross McFarland
4245f6375b f-strings for DynProvider 2021-09-04 08:34:28 -07:00
Ross McFarland
15b8cfde01 f-strings for DnsimpleProvider 2021-09-04 08:33:27 -07:00
Ross McFarland
5104467067 f-strings for DigitalOceanProvider 2021-09-04 08:32:06 -07:00
Ross McFarland
f9280d3274 f-strings for CloudflareProvider 2021-09-04 08:22:38 -07:00
Ross McFarland
de3b4a5836 f-strings for BaseProvider 2021-09-04 08:18:57 -07:00
Ross McFarland
d49af6ee31 f-strings for AzureProvider 2021-09-04 08:15:09 -07:00
Ross McFarland
67e79481bd f-strings for cmds and processors 2021-09-03 09:58:08 -07:00
Ross McFarland
bd8e9c9c14 f-string some regexes in sources 2021-09-03 09:54:43 -07:00
Ross McFarland
dc6f475540 Merge remote-tracking branch 'origin/master' into py3-f-strings 2021-09-03 09:51:28 -07: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
b749d8cc32 f-strings for octodns/source/* 2021-09-02 16:49:52 -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
Ross McFarland
6b052feaa4 Switch record to use python 3 f-strings 2021-09-02 03:29:53 -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