Commit Graph

1619 Commits

Author SHA1 Message Date
Yaroshevich, Denis 0ff933244a allow to pass login/password which will be used to acquire token for further usage 2021-04-20 14:33:42 +03:00
Yaroshevich, Denis 988e8d27fb fix populate for multiple resource records in single rrset 2021-04-09 11:45:40 +03:00
Yaroshevich, Denis 4a1e11c394 commit missing changes for tests 2021-03-23 11:48:23 +03:00
Yaroshevich, Denis c35e369b8d Merge branch 'gcore-provider' of github.com:G-Core/octodns into gcore-provider 2021-03-23 11:41:20 +03:00
Yaroshevich, Denis 70555ed546 add new API parameter has been added to fetch all resource records 2021-03-23 11:35:12 +03:00
Yaroshevich, Denis ac56a36f43 multiple resource records values should be sent as separate 'content'-s 2021-03-22 20:57:10 +03:00
Yaroshevich Denis bef351f8be Merge branch 'master' into gcore-provider 2021-03-19 10:46:36 +03:00
Ross McFarland 1ef140f372 Merge pull request #682 from evgkrsk/patch-1
Update README.md: fix typo
2021-03-17 17:12:28 -07:00
Ross McFarland 376449b771 Merge branch 'master' into patch-1 2021-03-17 17:08:46 -07:00
Ross McFarland 575f50fb56 Merge pull request #683 from octodns/run-ci-on-md-changes
Revert "Stopped running CI for doc changes."
2021-03-17 17:08:13 -07:00
Ross McFarland 8745081746 Revert "Stopped running CI for doc changes."
This reverts commit a8366aa02d.
2021-03-17 17:04:10 -07:00
Evgenii Tereshkov 6c1cc47024 Update README.md: fix typo 2021-03-18 02:31:10 +07:00
Yaroshevich Denis d18757754d Merge branch 'master' into gcore-provider 2021-03-16 17:04:35 +03:00
Yaroshevich, Denis 04a9b2b9b8 add logging for all apply actions, instead of in case of error(s) 2021-03-12 15:00:24 +03:00
Ross McFarland 765766b1bf Merge pull request #679 from xt0rted/patch-1
Update branch name
2021-03-11 17:46:56 -08:00
Ross McFarland 06f685583c Remove some whitespace. 2021-03-11 17:43:13 -08:00
Brian Surowiec bec4d025dc Update branch name 2021-03-10 15:57:50 -05:00
Yaroshevich, Denis 2f90ce4756 add more information in logs when RR create/update/delete fail 2021-03-09 16:26:22 +03:00
Yaroshevich, Denis 88b003130e fix API incorrect behaviour while returning records data: API always must return type in upper case, but at this moment it returns record type as it was provided on record creation 2021-03-09 11:28:09 +03:00
Yaroshevich, Denis d688c6123a Added G-Core DNS API v2 provider with support of A, AAAA records 2021-03-04 13:16:52 +03:00
Ross McFarland fa5cff78ff Merge pull request #668 from ucc/srv_null_records
Fix handling of NULL SRV records in Cloudflare and Digital Ocean providers, add warnings to DNS Made Easy and DNSimple providers
2021-02-18 08:14:44 -08:00
Ross McFarland 5e1f653848 Merge remote-tracking branch 'origin/master' into srv_null_records 2021-02-18 07:52:47 -08:00
Ross McFarland 55af09d73c use super for supports base case, remove unused data_for. 2021-02-18 07:11:18 -08:00
Ross McFarland a63fb06b05 Merge pull request #635 from ucc/loc_record_support
Add LOC record support to OctoDNS for AXFR source, YAML, Cloudflare and PowerDNS providers
2021-02-18 06:42:02 -08:00
Ross McFarland cac0a85a42 Merge branch 'master' into loc_record_support 2021-02-18 06:30:34 -08:00
Ross McFarland 23844b8382 Merge branch 'master' into srv_null_records 2021-02-18 06:15:04 -08:00
Ross McFarland ed1a3f7f99 Merge pull request #677 from octodns/2-7-requirement-tweaks
Remove formal python 2.7 support
2021-02-16 07:47:41 -08:00
Ross McFarland e516e7647b Remove 2.7 form the version matix 2021-02-16 07:39:52 -08:00
Ross McFarland f64ee57b14 Actually only install twine on 3.x 2021-02-16 07:11:46 -08:00
Ross McFarland cec53b2180 Require different twines based on python version 2021-02-16 07:11:14 -08:00
Mark Tearle ccd7994347 Merge branch 'master' into loc_record_support 2021-02-15 22:52:49 +08:00
Mark Tearle 5d23977bbd Adjust remaining unit tests due to extra records in test zone 2021-02-15 22:46:22 +08:00
Mark Tearle 84a0c089d4 Warn that NULL SRV records are unsupported in DNS Made Easy provider 2021-02-15 22:33:12 +08:00
Mark Tearle 2cd5511dc6 Warn that NULL SRV records are unsupported in DNSimple provider
DNSimple does not handle NULL SRV records correctly (either via
their web interface or API).  Flag to end user if attempted.

Issue noted with DNSimple support 2020-12-09
2021-02-15 22:33:04 +08:00
Mark Tearle e0d79f826f Update Edge DNS tests and fixtures for NULL SRV records
Thanks to @jdgri for assisting with API tests to confirm support
2021-02-15 22:33:02 +08:00
Mark Tearle fb197b890e Update Mythic Beasts tests and fixtures for NULL SRV records
Thanks to @pwaring for assisting with API tests to confirm support,
and reaching out to Mythic Beasts to obtain a fix
2021-02-15 22:33:00 +08:00
Mark Tearle 909c7ad7e8 Update EasyDNS tests and fixtures for NULL SRV records
Thanks to @actazen for assisting with API tests to confirm support
2021-02-15 22:32:58 +08:00
Mark Tearle ae65311a96 Update Constellix tests and fixtures for NULL SRV records
Thanks to @yzguy for assisting with API tests to confirm support
2021-02-15 22:32:56 +08:00
Mark Tearle 4105fb7ee7 Update Gandi tests and fixtures for NULL SRV records
Thanks to @yzguy for assisting with API tests to confirm support
2021-02-15 22:32:54 +08:00
Mark Tearle 876a5b46f3 Update PowerDNS tests and fixtures for NULL SRV records 2021-02-15 22:24:39 +08:00
Mark Tearle 39412924da Fix handling of NULL SRV records in DigitalOcean provider 2021-02-15 22:24:26 +08:00
Mark Tearle 403be8bb83 Fix handling of NULL SRV records in Cloudflare provider 2021-02-15 22:23:45 +08:00
Mark Tearle 45d5da23cf Add NULL SRV record examples to unit tests 2021-02-15 21:24:53 +08:00
Ross McFarland 5cb0fa1641 Merge pull request #674 from patcon/related-proj-docs
Add list of related projects & resources
2021-02-11 17:48:25 -08:00
Patrick Connolly 29c8f3253e Update README.md 2021-02-11 20:35:32 -05:00
Ross McFarland 571b707d63 Merge branch 'master' into related-proj-docs 2021-02-11 17:13:08 -08:00
Ross McFarland ce3de86524 Merge pull request #675 from snh/powerdns-sort
PowerDNS: Delete records before creating or modifying records
2021-02-11 17:12:40 -08:00
Ross McFarland 6034e8022f Swap import order 2021-02-11 17:05:42 -08:00
Steven Honson fdf74f9dd3 powerdns: sort in place 2021-02-12 00:48:42 +11:00
Steven Honson 39d86f023e powerdns: deletes before replaces 2021-02-12 00:29:48 +11:00