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

12 commits

Author SHA1 Message Date
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
8b3081ad10 [slicehost|dns] give dns its own namespace/service 2010-12-21 15:25:31 -08:00
geemus
3ea111c7f8 [core] fix/cleanup requires/recognizes for service
closes #113
2010-12-16 15:31:24 -08:00
Athir Nuaimi
5d78577099 added support for managing DNS records through Slicehost
added for functions that work on DNS records.  The full Slicehost DNS API is now supported.
2010-12-09 16:12:32 -05:00
Athir Nuaimi
b1ddc8bf7a completed adding all the Slicehost DNS zone functions
can now add/edit/delete zones in the Slicehost DNS service. Includes the methods create_zone, delete_zone, get_zones, get_zone.  Note, there are no mocks or test cases.
2010-12-09 14:14:48 -05:00
Athir Nuaimi
9d4b6a8bfb add new method to Slicehost - get_zones (not debugged yet)
have added new parser and request for get_zones.  As slicehost docs are sparse, parser has not been updated.  Will do so once I analyze xml that comes back from request (ie next checkin should have working parser)
2010-12-09 11:51:17 -05:00
Juris Galang
c37629e742 requires and recognizes clauses for services now receives a block so that the declared parameters are applied to their Real implementation. 2010-12-08 11:09:13 -08:00
Juris Galang
827c029a99 This is a combination of 23 commits (included merges from upstream); this commit(s) include changes to enforces recognizes/requires parameters for all supported services. Comments from the included commits follow:
- Added google_storage_* keys
- Fixed indentations.
- Factored out requires and recognizes method implementation (now relies on the requires and recognizes clause from the NamedParameters module)
- Added dependency to named-parameters gem.
- Added recognizes declaration to classes for all supported services to enforce parameter name checks -
- passing an unrecognized key when instantiating a service object will now cause an ArgumentError to be raised.
- Added NOTE
- comment added
- check/filter-out keys from credentials that are not required by the class being instantiated
- [local|storage] properly write out file contents
- Added google_storage_* keys
- Fixed indentations.
- added put_object_acl request (ref: https://github.com/geemus/fog/issues#issue/74)
- Release 0.3.24
- remove tracker reference from README
- issues is now the goto for bugs/todo
- notify and gracefully skip credential-less testsa
- [rackspace|storage] fixes for directory/files
- [local|storage] CGI.escape file names
- Release 0.3.25
- updated deps; recognized_parameters -> declared_parameters; restored options filtering if Fog.bin
- Added requires/recognizes to Fog::Terremark::Ecloud
- Updted to use latest named-parameters gem.
- Filter out unwanted parameters when Fog.bin
- Updated to latest named-parameters gem
- commented out unnecessary code
- fix missing "volume" parameter error when setting Fog::AWS::Volume#server to nil (in order to detach it)
- documentation update for key_pairs and helper
- [aws|compute] commented/documented flavors/volumes
- Fixes for issue 38 and 39
Closes #96
2010-12-01 14:34:42 -08:00
Nathan Sutton
ee4f95e4ce Change to use new Excon::Errors::HTTPStatusError class 2010-12-01 03:16:41 +08:00
geemus
f0e2cfd21d rely on service to include collections 2010-09-14 10:51:13 -07:00
geemus
a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00
geemus
136442206f [slicehost] rename slices to compute for consistency 2010-09-08 15:00:47 -07:00