Commit Graph
39 Commits
Author SHA1 Message Date
Adam SmithandGitHub b28fb07ddb Merge pull request #1007 from octodns/python311_matrix
Add Python 3.11 to Test Matrix
2023-05-20 22:29:27 -04:00
Adam Smith 5b3bcb704a add Python 3.11 to test matrix 2023-05-20 22:24:56 -04:00
Adam SmithandGitHub f749505df3 Merge pull request #913 from yzguy/zonefilesource_multivalue_ptr
AxfrSource and ZoneFileSource: support multi-value PTR records
2022-07-22 13:00:56 -04:00
Adam Smith 2a56d9b26e AxfrSource and ZoneFileSource: support multi-value PTR records 2022-07-22 12:50:24 -04:00
Adam SmithandGitHub 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
Adam SmithandGitHub d3c9b31c01 Merge pull request #829 from SmithPeder/cloudflareprovider-update-readme
Update README to reflect CF URLFWD record support
2022-01-01 21:28:31 -05:00
Adam SmithandGitHub c3b68ce4c6 Merge pull request #781 from octodns/multivalue-typo-fix
Fix typo in SUPPORTS_MULTIVALUE_PTR flag name
2021-09-18 06:59:58 -04:00
Adam SmithandGitHub 2ee690d36c Merge pull request #767 from octodns/bump-ns1-sdk
Bump ns1-python
2021-09-01 22:46:41 -04:00
Adam SmithandGitHub de3fc9d9cd Merge pull request #681 from G-Core/gcore-provider
Gcore provider
2021-08-04 15:04:33 -04:00
Adam SmithandGitHub 8dae2a8aa4 Merge pull request #739 from jozo/patch-1
Fix missing dot in README example zone definition
2021-07-12 10:38:45 -04:00
Adam SmithandGitHub 19a68ec502 Merge pull request #660 from yzguy/zonefilesource_alt_ext
ZoneFileSource: allow users to specify file extension
2021-01-09 15:30:58 -05:00
Adam Smith b2eab63d54 ZoneFileSource: allow users to specify file extension 2021-01-08 20:02:37 -08:00
Adam SmithandGitHub 97dbb6a782 Merge pull request #659 from yzguy/fqdn_module_missing
Add fqdn module to setup.py as dependency
2021-01-08 18:44:19 -05:00
Adam Smith 8d1f6c69e7 Add fqdn module to setup.py as dependency 2021-01-08 15:08:38 -08:00
Adam Smith e98f21455d Add CAA record support to AxfrSource/ZoneFileSource 2020-11-12 09:48:23 -08:00
Adam Smith 08af9aaab3 ContellixProvider: zone creation and records in one run 2020-02-02 22:23:51 -08:00
Adam Smith baa1f7472f ConstellixProvider: change ALIAS to CNAME to allow record deletion 2019-10-13 21:07:30 -07:00
Adam Smith c0315d25ba add Constellix Provider 2019-08-06 22:49:18 -07:00
Adam Smith ca80200653 add supports check to DNSMadeEasy Provider 2019-03-21 21:57:02 -07:00
Adam Smith 10452d1546 CloudflareProvider: unpack long SRV records correctly 2019-03-04 11:46:22 -08:00
Adam Smith a2fe9bb27a add ALIAS suppport for DNSMadeEasy to README 2018-12-09 17:16:27 -08:00
Adam Smith 6ee308089f add ANAME support to DnsMadeEasy (ALIAS == ANAME) 2018-12-09 17:08:38 -08:00
Adam Smith fd3de1e08b add Zone File source, reads Bind compatible zone files 2018-10-14 16:53:05 -07:00
Adam Smith a803371fa4 add AXFR source to OctoDNS
Adds a new source requested in #239. This source allows a user to pull data from
a legacy system (Bind9, etc.) that does not have an API/existing provider via
AXFR Zone Transfer.
2018-07-16 01:34:32 -07:00
Adam Smith 18e644918b fix formatting for base provider output 2018-06-13 23:29:47 -07:00
Adam Smith be6019f119 change all answers from NS1 to absolute for types that require it 2018-06-13 22:44:45 -07:00
Adam Smith 16eda53eb3 add note about fallback authentication for route53 provider 2018-06-13 21:24:29 -07:00
Adam Smith 446e8485b3 if user does not explicitly set Access Key ID and Secret Access Key then use
boto3's methods as fallback
2018-06-13 21:18:21 -07:00
Adam Smith d8837a14ad add tests for DnsMadeEasy provider 2018-01-27 21:58:05 -08:00
Adam Smith 4dc7c582a3 add ratelimit_delay parameter 2018-01-25 13:01:39 -08:00
Adam Smith 712d1d86aa add DnsMadeEasy to README, sandbox environment toggle 2018-01-22 21:45:21 -08:00
Adam Smith ef2ebf7199 add exists for zone creation detection 2018-01-21 23:37:01 -08:00
Adam Smith 449330bbf3 add DnsMadeEasy Provider 2018-01-21 22:47:46 -08:00
Adam Smith ef8d66ff9c Transform @ in Digitalocean API output to zone name 2017-11-23 22:30:39 -08:00
Adam Smith 9018e796bb migrate from pep8 to pycodestyle #152 2017-11-23 22:17:50 -08:00
Adam Smith 75cfc4fb76 remove default config file for octodns-validate 2017-11-13 00:19:05 -08:00
Adam Smith feec4a6821 Add DigitalOcean provider 2017-11-12 23:50:52 -08:00
Adam Smith bf1896329b validate values for empty string or None value
dump does not write invalid value(s) to yaml
2017-10-29 10:37:18 -07:00
Adam Smith 00aaa3bf4d set default value for nsone cname to None, use first value if non-zero length 2017-10-27 09:53:38 -07:00