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

7 commits

Author SHA1 Message Date
Eric Hankins
6f8c0e6120 Support pagination on Zerigo DNS zones
For Zerigo accounts with more than 100 domains, the previous zones.all
method was unable to get to records beyond 100. This adds pagination per
the Zerigo API doc with :per_page and :page parameters. You can then use
count_zones to get the total zone count, divide by your :per_page, and
iterate over all pages to fetch all your zones.

https://www.zerigo.com/docs/apis/dns/1.1/zones/index
2013-05-09 13:57:33 -05:00
geemus
fcc5a1c224 [tests] rearrange to match new lib structure 2011-09-08 16:37:58 -05:00
geemus
d3872679b8 [dns] consolidate tests 2010-12-29 18:13:36 -08:00
geemus
803ceefb91 [dns] first pass at model tests 2010-12-29 17:08:13 -08:00
geemus
8c5b57cf0e [zerigo|dns] move compute to dns namespace 2010-12-21 13:45:53 -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