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

2073 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
bfbaf16d6a f-strings for ConstellixProvider 2021-09-14 10:28:23 -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
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
bc6c874cc7 transip no longer needs to check supports 2021-09-07 13:24:41 -07:00
Ross McFarland
c6e8ee48f5 quell lint indention alignment warnings 2021-09-07 13:24:29 -07:00
Ross McFarland
47de105a29 POC supports & dynamic checking in _process_desired_zone 2021-09-07 13:11:15 -07:00
Ross McFarland
adf08a178a f-strings for Manager, Zone and yaml 2021-09-04 19:08:29 -07:00
Ross McFarland
fe66582edf f-strings for Plan 2021-09-04 18:47:19 -07:00
Ross McFarland
c36091062a f-strings for YamlProvider 2021-09-04 18:41:30 -07:00
Ross McFarland
f946900433 f-strings for UltraProvider 2021-09-04 18:15:29 -07:00
Ross McFarland
059bb5dbbc f-strings for SelectelProvider 2021-09-04 18:14:28 -07:00
Ross McFarland
58b2dc1696 f-strings for Route53Provider 2021-09-04 18:13:30 -07:00
Ross McFarland
0e458e0f6e f-strings for RackspaceProvider 2021-09-04 18:09:50 -07:00
Ross McFarland
7f6b08b460 f-strings for PwerDnsProvider 2021-09-04 18:09:09 -07:00
Ross McFarland
e1cdfbdc88 f-strings for OvhProvider 2021-09-04 18:07:29 -07:00
Ross McFarland
4ca8cded8b f-strings for Ns1Provider 2021-09-04 18:04:40 -07:00
Ross McFarland
b29c27df7c Fix BaseProvider test call expect 2021-09-04 17:45:32 -07:00
Ross McFarland
4ab3238f24 f-strings for MythicBeastsProvider 2021-09-04 17:45:14 -07:00
Ross McFarland
fe49ed9d3b f-strings for HetznerProvider 2021-09-04 17:10:48 -07:00
Ross McFarland
a31e4b91b7 f-strings for GCoreProvider 2021-09-04 17:09:56 -07:00
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