Commit Graph

19 Commits

Author SHA1 Message Date
Steve Pulec
585ef7b768 Add route53 health checks. 2015-01-17 19:06:43 -05:00
Steve Pulec
adb26986eb Add route53 ResourceSet to Cloudformation. 2015-01-17 15:37:46 -05:00
Steve Pulec
42cd333d51 Refactor Route53 record sets. 2015-01-17 14:50:19 -05:00
Steve Pulec
5d5f241b99 Add route53 support to cloudformation. 2015-01-17 10:17:25 -05:00
Steve Pulec
e05fc76e28 Merge pull request #256 from mrucci/route53-response-insync
Report route53 changes immediately as INSYNC.
2014-11-10 19:25:41 -05:00
Marco Rucci
0408511533 Report route53 changes immediately as INSYNC.
This avoids leaving changes in a perennial PENDING limbo.
2014-11-07 21:56:36 +01:00
Marco Rucci
99afd892a9 Add missing Id field in route 53 change response. 2014-11-07 21:40:00 +01:00
Steve Pulec
79e31e7287 Fix route53 hosted zone id parsing.
The zone id previously contained hostedzone/<zone_id>
2014-09-08 22:00:55 -04:00
Steve Pulec
22d9141122 Cleanup route53 local variable names. 2014-08-29 21:14:24 -04:00
David Baumgold
eedb4c4b73 Support Python 3 using six 2014-08-28 10:57:43 -04:00
David Baumgold
4201e6b430 from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
Marco Rucci
9f092e6192 Route 53 GET request honors the Name parameter.
Now record sets can be retrieved by name via get_all_rrsets.
2014-07-13 19:48:20 +02:00
Vincent Rivellino
eb93a2bcd1 Route53 Zone.update_record() fix [spulec/moto#83]
* Zone.update_record() issues what is essentially a batched update to
   the AWS Route53 API: It's a DELETE followed by a CREATE.  This fix
   allow moto to handle that batched update.
2014-01-24 14:34:53 -05:00
Steve Pulec
c1f224954e Cleanup some style 2013-12-29 08:59:07 -05:00
jjofseattle
38b26f038f handle double deletion caused by httpretty 2013-11-20 14:45:44 -08:00
jjofseattle
2d6e649245 improve coverage 2013-11-15 16:20:25 -08:00
jjofseattle
08777e4b18 pep8 2013-11-15 15:35:46 -08:00
jjofseattle
8da1d31432 fix style issues 2013-11-15 15:29:01 -08:00
jjofseattle
a11c80fe20 add route53 2013-11-14 11:14:14 -08:00