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
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite
8483a599f2 Remove trailing whitespace 2014-02-19 12:30:59 +00:00
Kyle Rames
5236421707 [rackspace|dns] adding :limit => 100 to clarify that all returns a limit of 100 records per page at @rupakg suggestion. 2013-06-20 08:39:14 -05:00
Kyle Rames
0e37ae8406 [rackspace|dns] added total_entries attribute to zones 2013-06-19 11:06:06 -05:00
Kyle Rames
7f65d9f9a3 [rackspace|dns] fixing DNS pagination issue #1887 2013-06-18 12:42:35 -05:00
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
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
Renamed from lib/fog/dns/models/rackspace/zones.rb (Browse further)