Commit Graph

2210 Commits

Author SHA1 Message Date
Ross McFarland 55a4d0cddc Merge pull request #856 from octodns/extract-selectel
Extract SelectelProvider from octoDNS core
2022-01-17 09:45:59 -08:00
Ross McFarland 75216816fe Merge remote-tracking branch 'origin/master' into extract-selectel 2022-01-17 09:44:29 -08:00
Ross McFarland f8ed01b086 Merge pull request #855 from octodns/extract-rackspace
Extract RackspaceProvider from octoDNS core
2022-01-17 09:42:21 -08:00
Ross McFarland b4f3fb8923 Merge remote-tracking branch 'origin/master' into extract-rackspace 2022-01-17 09:40:46 -08:00
Adam Smith fd4b09cc9f Merge pull request #857 from octodns/readme-provider-links
Use proper provider names and product links in README
2022-01-14 21:59:21 -05:00
Viranch Mehta 7060037255 Fix order 2022-01-14 14:24:27 -08:00
Viranch Mehta 931d042dd8 Use provider names and product links in README 2022-01-14 14:19:45 -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
Viranch Mehta f78123c914 Merge pull request #854 from octodns/drop-provider-healthchecks
Drop provider specific healthcheck sections
2022-01-14 12:47:35 -08:00
Ross McFarland 21784fcf9e Merge pull request #852 from octodns/python3-10
Add python 3.10 to actions matrix now that we're off nose
2022-01-14 12:29:54 -08:00
Ross McFarland 85e7cfaeb5 Merge remote-tracking branch 'origin/master' into python3-10 2022-01-14 12:17:37 -08:00
Ross McFarland 53b26217b9 Merge pull request #851 from octodns/pytest
Switch to pytests, add a tiny bit of smoke test coverage to get something coverage no longer gets
2022-01-14 12:16:42 -08:00
Ross McFarland b68f726b25 OvhProvider has been extracted so no need to ignore its warnings 2022-01-14 10:12:18 -08:00
Ross McFarland 69e7632df3 Merge pull request #850 from octodns/address-warnings
Quell all python warnings, mostly *Equals -> Equal and warn -> warning
2022-01-14 10:09:52 -08:00
Ross McFarland 7efd4f8b2f Use pytest's built in coverage support 2022-01-14 10:09:34 -08:00
Ross McFarland 1498ced567 Merge remote-tracking branch 'origin/master' into address-warnings 2022-01-14 10:03:03 -08:00
Ross McFarland db2f06abdd Merge pull request #853 from octodns/extract-ovh
Extract OvhProvider from octoDNS core
2022-01-14 09:56:40 -08:00
Viranch Mehta 646201c5d3 Drop provider specific sections 2022-01-13 15:51:48 -08:00
Ross McFarland c86b5bb904 Extract OvhProvider from octoDNS core 2022-01-13 15:26:38 -08:00
Ross McFarland e90d1e6940 Add python 3.10 to actions matrix now that we're off nose 2022-01-13 14:28:43 -08:00
Ross McFarland 3ed6d743e6 Switch to pytests, add a tiny bit of smoke test coverage to get something coverage no longer gets 2022-01-13 14:26:30 -08:00
Ross McFarland 32c358af04 Quell all python warnings, mostly *Equals -> Equal and warn -> warning 2022-01-13 10:58:07 -08:00
Ross McFarland 4d53d05bdb Merge pull request #847 from octodns/extract-mythicbeasts
Extract MythicBeastsProvider from octoDNS core
2022-01-13 10:05:03 -08:00
Ross McFarland 0b05afbf8d Merge remote-tracking branch 'origin/master' into extract-mythicbeasts 2022-01-13 10:03:32 -08:00
Ross McFarland fd6ed352a0 Merge pull request #846 from octodns/extract-hetzner
Extract HetznerProvider from octoDNS core
2022-01-13 10:02:56 -08:00
Ross McFarland f8bd8ec1a8 Merge remote-tracking branch 'origin/master' into extract-hetzner 2022-01-13 10:01:14 -08:00
Ross McFarland 1ae01a1b1f Merge pull request #845 from octodns/extract-googlecloud
Extract GoogleCloudProvider from octoDNS core
2022-01-13 10:00:37 -08:00
Ross McFarland ecee50289b Merge remote-tracking branch 'origin/master' into extract-googlecloud 2022-01-13 09:59:10 -08:00
Ross McFarland 0ce60061e2 Merge pull request #844 from octodns/extract-gcore
Extract GCoreProvider from octoDNS core
2022-01-13 09:58:00 -08:00
Ross McFarland bac4e67f50 Merge remote-tracking branch 'origin/master' into extract-gcore 2022-01-13 09:55:34 -08:00
Ross McFarland ad695ff5d8 Merge pull request #848 from octodns/python-version-updates
Remove 3.6 based on python lifecycle
2022-01-13 09:52:43 -08:00
Ross McFarland 2987875293 Looks like nose doesn't support 3.10, so for now hold off on it 2022-01-13 09:50:32 -08:00
Ross McFarland 93ecb2a566 Need newer setuptools to get things happy with 3.10 2022-01-13 09:35:24 -08:00
Ross McFarland f15c2fa31a Newer pycountry that hopefully works with 3.10 2022-01-13 09:25:05 -08:00
Ross McFarland 852558b559 Good grief, it's treating them as floats, so quote 2022-01-13 09:20:33 -08:00
Ross McFarland 76d5ed56b8 Remove 3.6 and add 3.10 based on python lifecycle 2022-01-13 09:17:07 -08:00
Ross McFarland 7bb0385cf9 Merge pull request #842 from octodns/extract-gandi
Extract GandiProvider from octoDNS core
2022-01-13 08:58:52 -08:00
Ross McFarland 703119807c Merge branch 'master' into extract-gandi 2022-01-13 08:35:53 -08:00
Ross McFarland 36fc965531 Extract MythicBeastsProvider from octoDNS core 2022-01-12 08:00:51 -08:00
Ross McFarland d420dd7ca1 Extract HetznerProvider from octoDNS core 2022-01-12 07:43:36 -08:00
Ross McFarland 1afc068690 Merge pull request #833 from octodns/extract-azure
Extract & shim AzureProvider
2022-01-12 07:23:35 -08:00
Ross McFarland 93ac64d65c Merge remote-tracking branch 'origin/master' into extract-azure 2022-01-12 07:21:57 -08:00
Ross McFarland c9a1be2f48 Extract GoogleCloudProvider from octoDNS core 2022-01-11 12:46:27 -08:00
Ross McFarland 142295a16c Extract GCoreProvider from octoDNS core 2022-01-11 12:24:34 -08:00
Ross McFarland 3e127255f7 Merge pull request #843 from octodns/constellix-base-type-o
Remove stray/type-o ConstellixBaseProvider
2022-01-11 09:12:04 -08:00
Ross McFarland 81d1769bd2 Remove stray/type-o ConstellixBaseProvider 2022-01-09 10:51:17 -08:00
Ross McFarland ae1928ad03 Merge branch 'master' into extract-gandi 2022-01-09 09:43:31 -08:00
Ross McFarland 38d9e57638 Extract GandiProvider from octoDNS core 2022-01-09 09:40:09 -08:00
Ross McFarland 55f7977054 Merge pull request #841 from octodns/extract-etchosts
Extract EtcHostsProvider from octoDNS core
2022-01-09 09:18:01 -08:00