Commit Graph
876 Commits
Author SHA1 Message Date
Ross McFarland 268620c939 Add support for increasing Route53 retries 2017-08-12 12:54:53 -07:00
Terrence Cole 32f2a10daf Apply review feedback to bring logging inline with other providers. 2017-08-11 14:03:03 -07:00
Terrence Cole 17c9b8b527 Get lint and coverage tools clean. 2017-08-11 14:02:14 -07:00
Terrence Cole b1ef8a8f8d Delete first and create last to avoid having create coalesce into an update unexpectedly. 2017-08-10 10:50:38 -07:00
Terrence Cole f26f77fcae Force keys to be unicode. 2017-08-02 16:58:13 -07:00
Terrence Cole 3f369712e4 Updates need to be able to create records as well as delete them. 2017-08-02 10:51:12 -07:00
Terrence Cole 41617e69a7 MX record values are repesented by a sub-struct. 2017-08-02 10:20:10 -07:00
Ross McFarland c487954d14 Merge pull request #93 from github/better-sorted-error-msg
Improved/actionable keys out of order error message
2017-07-26 15:23:27 -07:00
Terrence Cole c185d28f14 Handle _ValueMixin record types as well as we handle _ValuesMixin records. 2017-07-26 12:49:30 -07:00
Ross McFarland 7f8a01a81d Improved/actionable keys out of order error message 2017-07-25 09:15:30 -07:00
Ross McFarland acf9fb67ad Merge pull request #92 from github/rel-0-8-5
Release v0.8.5
v0.8.5
2017-07-21 08:56:43 -07:00
Ross McFarland f0258d4b2a Release v0.8.5 2017-07-21 08:53:21 -07:00
Ross McFarland f890983e12 Merge pull request #85 from github/add-record-perf
Fix major performance issue with add_record O(N^2)
2017-07-21 08:40:38 -07:00
Ross McFarland 0cb284ad0c Merge branch 'master' into add-record-perf 2017-07-21 08:37:48 -07:00
Terrence Cole a9f3384d11 Remove trailing dot on all record types that take an fqdn. 2017-07-20 16:24:43 -07:00
Terrence Cole 8d86002382 Environment variables are strings, so convert to a float first. 2017-07-20 16:09:52 -07:00
Terrence Cole 803b002cd0 Rackspace backoff is actually just required. 2017-07-20 15:59:32 -07:00
Terrence Cole 4707b4654e Add a delay to work around rackspace rate limiting. 2017-07-20 15:50:57 -07:00
Terrence Cole bb4d1c82b1 Add a --quiet flag to suppress non-warning or error messages. 2017-07-20 15:46:08 -07:00
Terrence Cole 10ff8301a5 RackSpace's "name" field is a "fully-qualified" name, but without the dot. 2017-07-18 10:02:57 -07:00
Terrence Cole 0c31257b0f Use the correct record when computing the key. 2017-07-17 16:47:09 -07:00
Terrence Cole 057f50621e RackSpace does not escape ;. 2017-07-13 15:10:33 -07:00
Terrence Cole b911fac90e RackSpace does not send back TXT records quoted. 2017-07-13 15:04:16 -07:00
Terrence Cole 95fb613966 Pull quoted data out of the correct field. 2017-07-13 14:56:04 -07:00
Terrence Cole 3459064d0f Use the proper arity when accessing quoted data records. 2017-07-13 14:53:30 -07:00
Terrence Cole 92fb24f3fa The provider constructor requires a pass-through id parameter. 2017-07-13 14:47:29 -07:00
Terrence Cole 01f8431d74 Make formatting consistent and improve record type support. 2017-07-13 11:44:09 -07:00
Terrence Cole 823423054f Rename the test file to reflect the new functionality. 2017-07-12 16:35:39 -07:00
Terrence Cole 0579ff6f2d Working push for A records. 2017-07-12 16:34:22 -07:00
Ross McFarland e6d2c92df6 Merge pull request #84 from h-hwang/master
Azure DNS Support PR
2017-07-11 08:02:51 -07:00
Ross McFarland 4b7a18e8a4 Merge branch 'master' into master 2017-07-11 07:53:03 -07:00
Joe Williams 84b632ade6 Merge pull request #90 from github/fix_deletes_render
fix unsafe plan text interpolation
2017-07-11 07:41:01 -07:00
Joe Williams 5b746845ed add tests 2017-07-11 07:36:24 -07:00
Joe Williams 11a246da81 whitespace 2017-07-11 07:20:18 -07:00
Joe Williams 2b58e065e8 fix format 2017-07-11 07:09:20 -07:00
Joe Williams 22a0563916 fix unsafe plan text interpolation 2017-07-10 16:00:50 -07:00
Heesu Hwang 2cb93de3b6 Merge branch 'master' of https://github.com/github/octodns 2017-07-10 09:50:35 -07:00
Vietor Davis 21b3ffb509 Minor test updates for rackspace 2017-07-07 18:37:04 -07:00
Vietor Davis c19ec41b6b Parse all data in the sample return set 2017-07-07 18:21:59 -07:00
Ross McFarland d77a663fee Merge pull request #88 from github/ns1-no-escaping
Remove ; escapes before sending to ns1 and when pulling from
2017-07-06 07:35:42 -07:00
Ross McFarland 818c1e9cc6 Unit tests for ns1 escape handling and fix 2017-07-05 14:28:01 -07:00
Ross McFarland 8d7b3fb101 Remove ; escapes before sending to ns1 and when pulling from 2017-07-05 14:09:05 -07:00
Heesu Hwang 99578f328c add azure to README. order reqs, change comments slightly, alphabetize functions 2017-07-05 09:45:38 -07:00
Heesu Hwang 968db67f30 Merge branch 'master' of https://github.com/github/octodns 2017-07-03 16:03:27 -07:00
Heesu Hwang 348a6ca783 Changed to map types to Azure Records isntead of implicitly using eval 2017-07-03 16:03:20 -07:00
Ross McFarland 6b4a49d597 Merge pull request #87 from doddo/lenient_basesource
Add lenient to abstract BaseSource signature
2017-07-03 14:39:55 -07:00
Heesu Hwang 64455c4eff Merge branch 'master' of https://github.com/h-hwang/octodns 2017-07-03 11:08:37 -07:00
Heesu Hwang 3bd41d8e2b Merge branch 'master' of https://github.com/github/octodns 2017-07-03 11:07:39 -07:00
Heesu Hwang e42de92b91 Merge branch 'master' into master 2017-07-03 11:07:14 -07:00
Heesu Hwang cd9d7254f0 Fixed stray prints and assert errors. Added versions of required azure libraries 2017-07-03 11:03:23 -07:00