1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Bulat Shakirzyanov
2b7d0bb12f add change_resource_record_set request mock 2012-06-07 14:55:28 -07:00
Bulat Shakirzyanov
b1f83c9474 add list_hosted_zones request mock 2012-06-07 11:52:35 -07:00
Bulat Shakirzyanov
52501a30d1 add create_hosted_zone and get_hosted_zone request mocks 2012-06-07 10:46:35 -07:00
Gavin Sandie
d45ce70c9b Correct docs for change_resource_record_sets
I came across errors in the docs for the change_resource_record_sets
method. I've updated the docs for the method and provided an example of
using it.
2012-04-26 17:27:48 +01:00
George Scott
fd36a788cd [aws|dns] Fixed #all iteration
It was not possible to iterate all records using #all because of lack
of NextRecordIdentifier.
2012-03-31 10:01:45 -07:00
George Scott
27f3eda915 [aws|dns] Support for latency/weighted resource sets.
Support for CRUD on latency/weighted resource sets for AWS Route 53.
Updated to latest API version.
2012-03-28 13:50:56 -07:00
George Scott
446870d8a6 [aws|dns] Allow both Ruby and AWS style names for alias.
It was not possible to delete AWS DNS Alias Records because retrieved
records use CamelCase for alias target keys and change_resource_records
required ruby style names.  It now accepts both.
2012-03-28 10:48:06 -07:00
James Miller
e3732aa19f [aws|dns] Add support for aliasing records to Elastic Load Balancers (API 2011-05-05) 2011-12-05 21:24:07 -08:00
geemus
487046d85b [dns|aws] move aws dns to its own shared area (namespacing should probably be corrected) 2011-08-24 20:00:45 -05:00
geemus
39b5899163 [dns] consolidate 2011-01-07 16:12:04 -08:00
geemus
4e017b8a6b [aws|dns] fix mocks and pending unmocked tests 2010-12-17 16:48:38 -08:00
Athir Nuaimi
718029dc56 [aws|slicehost|linode|zerigo|dns] added support for Route 53 and full test cases for each DNS provider 2010-12-17 18:08:56 -05:00
Athir Nuaimi
eb523fb80a [aws|dns] 1st pass at Route 53 support. All functions added but not tested
have added each of the Route 53 functions
list_hosted_zones is working.  rest still need to be tested

[aws|linode|slicehost|zerigo|dns] added complete test cases for linode & slicehost DNS.  Also added initial support for AWS Route 53
2010-12-16 00:29:42 -05:00