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

4 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
Ferran Rodenas
42c5ae3d19 [google|compute] Complete Operations support
- Add missing Operation attributes
- Remove unnecessary attribute aliases
- Add "zone_name" attibute for backward compatibility
- Add "destroy" method for an Operation
- Add "all" method for Operations
- Fix a bug when building an empty response (ie on delete operations)
- Return nil on NotFound Operations (behave like other fog resources)
2014-04-10 14:32:30 -07:00
Benson Kalahar
c7f3e952e6 Adds target pools 2014-03-17 00:55:33 -07:00
Carlos Sanchez
8db39e3637 [google] Implement operation model
Check that server and disk destroy operation starts successfully
Implement get and delete requests
Handle 204 responses without body
Return excon response with same status as the api returned
Delete delete_operation api method that doesn't exist
Add mocks for operations and use them in disk and server
2013-12-06 12:55:16 +01:00