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

9 commits

Author SHA1 Message Date
snyquist2
39188c331c added tests for http health checks, images, target pools, and forwarding rules 2014-08-13 03:35:22 +00:00
snyquist2
6ab12ee6f2 added tests for list requests 2014-08-07 00:58:55 +00:00
snyquist2
8ad7e9e318 Merge remote-tracking branch 'new-upstream/master' into gce_l7
Conflicts:
	lib/fog/google/requests/compute/delete_backend_service.rb
2014-08-06 20:46:13 +00:00
A.S. Lomoff
b56aef40c7 add new line to the end of google_tests_helper.rb 2014-06-16 14:16:12 +03:00
A.S. Lomoff
2b03b76e70 fix live tests for google engine 2014-06-16 14:14:34 +03:00
A.S. Lomoff
2f6dfc9ceb fix disks and servers live tests 2014-06-13 17:10:00 +03:00
Ferran Rodenas
0a9884adfd [google|compute] Improve Disks support
- Add missing "Disk" properties
- Remove unnecessary property aliases
- Use "Operation" instead of the "backoff_if_unfound" method when
  inserting a "Disk" or "Snapshot"
- When destroying a "Disk" asyncronous return the "Operation" model instead
  of the raw operation response
- Add "list_aggregatted_disks" request
- If zone is not set on "all" and "get" methods, use the list aggregated
  disks request (1 API call) instead of fetching all zones
- Fix a bug when inserting a snapshot (description was not merged at the
  body request)
- Fix tests
2014-04-20 21:42:46 -07:00
Nat Welch
fd8d2461fa [google|compute] Also tweak default disk in tests 2014-04-11 02:19:57 -07:00
Carlos Sanchez
4c2736d0c2 [google][compute] Update to API v1
Simplify attachment of boot disk, get_as_boot_disk no longer needed
Add missing Disk.get_object method
Allow setting deviceName when attaching a disk
Add disks mocks
2013-12-19 21:37:46 +01:00