Commit Graph

11 Commits

Author SHA1 Message Date
joe morgan 1245e2d791 update styling per rubocop 2014-07-11 14:54:38 -05:00
joe morgan fc5c23a917 Add options for listing hosts
Options include
- Per_page
- Page
- FQDN

Added test
2014-07-11 11:11:13 -05:00
Paul Thornthwaite ec8b940b2c Standardise on collection methods
Done with `rubocop --auto-correct --only CollectionMethods`
2014-05-26 16:22:07 +01:00
Paul Thornthwaite ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
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