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

600 Commits

Author SHA1 Message Date
Ross McFarland
73c002f94c Implement populate exists for Route53Provider 2018-01-21 14:26:51 -08:00
Ross McFarland
94bfb1e507 Switch populate to return exists, cleaner setup 2018-01-21 14:06:20 -08:00
Ross McFarland
1e71bce907 Add create param to Plan 2018-01-21 13:47:58 -08:00
Ross McFarland
4946837faf Merge pull request #173 from github/handle-0-pref
Handle MX preference of 0
2018-01-21 06:53:22 -08:00
Ross McFarland
af435c3130 Handle MX preference of 0 2018-01-21 06:31:37 -08:00
Ross McFarland
52d4aa1af8 Merge pull request #169 from github/ns1-retry-period
RateLimitException.period is coming back as str now
2018-01-09 08:41:05 -08:00
Ross McFarland
5ae9c03915 Merge branch 'master' into ns1-retry-period 2018-01-09 08:37:41 -08:00
Ross McFarland
a504ad1168 Merge pull request #171 from github/ns1-geo-hc
Comment that NS1 geo health checks aren't yet supported
2018-01-09 08:07:28 -08:00
Ross McFarland
68bc400e19 Comment that NS1 geo health checks aren't yet supported 2018-01-09 07:51:32 -08:00
Ross McFarland
456bed5da8 Merge pull request #170 from nsone/master
Set Ns1Provider to "Yes" for GeoDNS Support
2018-01-09 07:41:56 -08:00
Steve Coursen
682e57c9f9 Set Ns1Provider to "Yes" for GeoDNS Support 2018-01-09 10:35:52 -05:00
Ross McFarland
c16b8d6d78 RateLimitException.period is coming back as str now 2018-01-09 07:28:36 -08:00
Ross McFarland
feb61dfd4d Merge pull request #165 from procore/master
Add RackSpace as a provider
2018-01-09 07:25:36 -08:00
Ross McFarland
1fc735e617 Merge branch 'master' into master 2018-01-09 07:22:17 -08:00
Ross McFarland
b5ad8a7eb3 Merge pull request #164 from nsone/master
Add geo support for NS1 provider
2018-01-09 07:13:16 -08:00
Steve Coursen
9785e40688 use defaultdict 2018-01-08 22:04:42 -05:00
Steve Coursen
d8ba6a2b41 slight code cleanup, coverage increase 2018-01-08 22:02:46 -05:00
Steve Coursen
241e6cc0ce E501 trim lines 2018-01-08 21:57:13 -05:00
Steve Coursen
dcdde5db5d Handle multiple answers correctly when dersializing 2018-01-08 21:46:59 -05:00
Steve Coursen
154ca64038 Fix serialization of multiple answers, that had caused a ResourceException 2018-01-08 20:13:20 -05:00
Ross McFarland
e45fec3956 Merge branch 'master' into master 2018-01-08 14:12:03 -08:00
Terrence Cole
e875ee7f5d Add a comment explaining our update scheme. 2018-01-08 11:07:03 -08:00
Steve Coursen
b06c14deae Fix E501 line too long 2018-01-08 12:28:25 -05:00
Steve Coursen
dc43c43866 Increased test coverage 2018-01-08 10:02:27 -05:00
Steve Coursen
ccf31c1f91 Merge branch 'master' into master 2018-01-08 09:05:51 -05:00
Steve Coursen
25dfaf2310 Merge branch 'master' into master 2018-01-06 23:28:20 -05:00
Stephen Coursen
57685b89cf Merge branch 'master' of ssh://github.com/nsone/octodns 2018-01-07 03:50:19 +00:00
Stephen Coursen
0df8ed5e2a bump required version of nsone-python client 2018-01-07 03:50:10 +00:00
Steve Coursen
24f72a85d1 Merge pull request #2 from nsone/ns1-geo-add-filter
Add geotarget filter, change log level to debug
2018-01-06 22:47:27 -05:00
Ross McFarland
10dd69fae7 Merge pull request #167 from github/cloudflare-alias-support
Cloudflare ALIAS support
2018-01-06 19:02:08 -08:00
Ross McFarland
e300f1c301 Merge branch 'master' into cloudflare-alias-support 2018-01-06 18:59:41 -08:00
Ross McFarland
de4dc76b3f Merge pull request #156 from github/plan-outputs
Adds new plan_outputs functionality to allow configuring what to do with plans
2018-01-06 17:04:23 -08:00
Ross McFarland
c8e71955bb Merge branch 'master' into plan-outputs 2018-01-06 16:54:04 -08:00
Ross McFarland
fdea900537 Correct total_count in Cloudflare record fixtures 2018-01-06 16:53:34 -08:00
Ross McFarland
0659eda451 Add Cloudflare ALIAS record support
Translates them to/from root CNAME
2018-01-06 16:53:11 -08:00
Ross McFarland
026b9108d0 Merge pull request #162 from github/cloudflare-updates
Major reworking of Cloudflare record update
2018-01-06 16:34:12 -08:00
Ross McFarland
ad1d0f0fe8 Fixes and unit tests for new plan output functionality 2018-01-06 16:26:48 -08:00
Ross McFarland
85af9c5f88 Merge remote-tracking branch 'origin/master' into cloudflare-updates 2018-01-06 15:52:08 -08:00
Ross McFarland
3c3f63b450 Unit tests for reworked Cloudflare updates 2018-01-06 15:51:48 -08:00
Terrence Cole
80aed00523 Pull transformer above the loop for delete as well. 2018-01-06 11:18:33 -08:00
Terrence Cole
cdf26ffae4 Refactor the output transformer loop. 2018-01-06 10:35:47 -08:00
Terrence Cole
41622009e4 Set a default rate-limit delay. 2018-01-06 10:32:25 -08:00
Terrence Cole
88bbd66300 Move request delay to a central location. 2018-01-06 10:29:22 -08:00
Ross McFarland
b7d058b0e7 Merge pull request #163 from github/route53-naptr-nones
Route53's NAPTR values should default to '' not None
2018-01-06 10:15:58 -08:00
Ross McFarland
a7e32d2c87 Hard-ping azure lib versions, they have breaking changes 2018-01-06 10:13:23 -08:00
Ross McFarland
5c94407893 All requirements are >=, not exact versions 2018-01-06 08:58:28 -08:00
Ross McFarland
ddf53b7a47 No changes bold, not h2 2018-01-06 07:50:23 -08:00
Terrence Cole
8d7eca21e9 Get lint green on test code too. 2018-01-05 15:56:06 -08:00
Stephen Coursen
34f2432c3f after discussion, we should shuffle if there's more than 1 answer 2018-01-05 22:45:00 +00:00
Stephen Coursen
e6cda62284 Only add shuffle if there is more than 1 answer *and* any of the answers have geo 2018-01-05 22:34:15 +00:00