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

17 commits

Author SHA1 Message Date
Kyle Rames
9f1050c5c4 [rackspace|dns] updated DNS service to use Fog::DNS::Rackspace::NotFound exceptions in keeping with the rest of the services. 2013-04-16 15:01:07 -05:00
Andreas Gerauer
d954a16354 Removed Zerigo::Models::DNS::Records#find method, moved functionality to all(options)
Removed Rackspace::Models::DNS::Zones#find, moved functionality to all(options)
2013-03-13 18:01:54 +01:00
Brian Hartsock
c6d2bf9e8d [rackspace|dns] fix issue in zones.find where results with no links throw exception 2013-01-31 20:08:49 -05:00
H. Wade Minter
d35e389f02 Get rid of the extra load() calls. 2013-01-31 17:55:04 -05:00
H. Wade Minter
ca7d6f61c8 Add initial support for pulling in >100 zones via Zones.each.
Uses the hypermedia links returned by the response body to
determine whether or not there are more results available.
2013-01-30 21:01:52 -05:00
H. Wade Minter
989acc71ba Add a zones.find(substring) method to return only zones whose
name matches that substring.

http://docs.rackspace.com/cdns/api/v1.0/cdns-devguide/content/list_domains.html
2013-01-28 13:15:56 -05:00
Paul Thornthwaite
bc26c4e433 [rackspace] Updates reference to service 2013-01-07 21:01:20 +00:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Andreas Gerauer
0c88e3fe63 [rackspace|dns] creating a record now uses specified ttl 2012-12-11 17:27:19 +01:00
Jesse Scott
29aeb20f9f Clarified the logic for finding the newly created DNS record for Rackspace Cloud DNS. 2012-10-17 11:37:14 -07:00
Jesse Scott
ea179666a4 Implemented bootstrap method for Rackspace Compute v2.
Added ability to set "metadata" and "personality" fields when creating a server on Rackspace Compute v2.
Improved response parsing when dealing with Rackspace DNS service.
2012-09-11 09:45:14 -07:00
geemus
065883b066 [rackspace|dns] record should pass priority
closes #635
2011-12-01 09:56:57 -06:00
Brian Hartsock
179bae1990 [rackspace|dns] error state callbacks now return an error 2011-11-24 11:29:12 -05:00
Brian Hartsock
34ee799ee7 [rackspace|dns] Adapted to changes in callback mechanism 2011-11-10 20:53:00 -05:00
geemus
2ac4ff250f [rackspace][dns] fixes for job request format 2011-10-25 10:43:06 -05:00
Nik Wakelin
39e7b987f3 Seems like rackspace might have changed this 2011-10-25 16:22:01 +13:00
geemus
a90007b7d4 [dns|rackspace] move rackspace dns to its own shared area (namespacing should probably be corrected) 2011-08-29 10:37:01 -05:00