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

15 commits

Author SHA1 Message Date
Eric Hankins
abe7c5dafe Simplify Zerigo DNS list_zones request. 2013-05-14 16:02:12 -05: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
Kevin Menard
8f28a85c07 Fixed #673: Zerigo DNS - update_host fails with some options 2011-12-22 15:38:08 -05:00
Kevin Menard
25562a42b4 Implemented mocks for Zerigo. 2011-10-08 20:19:32 -04:00
geemus
0763c6370a [dns|zerigo] move zerigo dns to its own shared area (namespacing should probably be corrected) 2011-08-24 14:40:47 -05:00
geemus
39b5899163 [dns] consolidate 2011-01-07 16:12:04 -08:00
geemus
a641545902 [zerigo|dns] first rough pass at models 2010-12-22 20:36:53 -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
5ff4551adc completed work on Zerigo provider. all methods supported and tested
updated all parameter and return values
tested all functions
update sample in examples directory to show how to use provider
note: no mocks or test cases
2010-12-13 08:51:04 -05:00
Athir Nuaimi
65e6c49757 Zerigo DNS methods to manage zones fully debugged and commented 2010-12-13 07:38:06 -05:00
Athir Nuaimi
df44afd837 cleaned up the Zerigo DNS calls. Also, added comments detailing parameters and return values 2010-12-12 21:18:21 -05:00
Athir Nuaimi
8837931a0e 1st pass at complete Zerigo provider. Not debugged but all requests are there
added all the methods for handling host DNS records
still need to debug, need to review comments and update example code
2010-12-12 18:02:02 -05:00
Athir Nuaimi
e081fac0b5 added support for 4 more zerigo dns methods: count_zones, get_zone, get_zone_stats, create_zone
items added but not yet tested.  Will continue to add the rest of the methods and then do a big testing cycle
2010-12-12 09:51:52 -05:00
Athir Nuaimi
15d35d3e0c start of work to support Zerigo DNS service
have defined all the requests in compute.rb
have the 1st request - list_zones working
2010-12-11 20:01:33 -05:00