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
Paul Thornthwaite
6e28c357d2 [Brightbox] Add support for Cloud SQL service
This adds support for Brightbox's Cloud SQL DBaaS.

It is currently still part of the Compute service so all resources can
be managed from one connection to the service.
2014-01-29 11:35:36 +00:00
geemus
ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00
geemus
2c3e22f4b6 Merge branch 'brightbox'
Conflicts:
	tests/brightbox/helper.rb
	tests/brightbox/requests/compute/account_tests.rb
	tests/brightbox/requests/compute/api_client_tests.rb
	tests/brightbox/requests/compute/cloud_ip_tests.rb
	tests/brightbox/requests/compute/image_tests.rb
	tests/brightbox/requests/compute/interface_tests.rb
	tests/brightbox/requests/compute/server_tests.rb
	tests/brightbox/requests/compute/server_type_tests.rb
	tests/brightbox/requests/compute/user_tests.rb
	tests/brightbox/requests/compute/zone_tests.rb
2010-12-30 13:04:19 -08:00
Paul Thornthwaite
3cf5259b7f [brightbox] Some fixes to Formats in test helper 2010-12-09 10:46:03 -08:00
Paul Thornthwaite
c63fc6cb4e [brightbox] Tests for remaining API requests
* Request tests for accounts, api_clients, cloud_ips, images, interfaces, server types, user and zones
* Added 'ready?' methods to CloudIp and Image models
* Reworked brightbox helper to include Format patterns for all of the
* Added "hack" to allow select objects to be one class OR NilClass for fields that may be a JSON string or null if unset
* Some tests are not enabled (commented out) because they need manual steps (such as uploading Image to your account before registration)
2010-12-09 10:45:24 -08:00
Paul Thornthwaite
734fbfaf43 Updated to match other tests
Conflicts:
	tests/brightbox/helper.rb
2010-12-09 16:01:38 +00:00
Paul Thornthwaite
2d2ef12c34 [brightbox] Some fixes to Formats in test helper 2010-12-09 15:50:53 +00:00
Paul Thornthwaite
6500fa46bf [brightbox] Tests for remaining API requests
* Request tests for accounts, api_clients, cloud_ips, images, interfaces, server types, user and zones
* Added 'ready?' methods to CloudIp and Image models
* Reworked brightbox helper to include Format patterns for all of the
* Added "hack" to allow select objects to be one class OR NilClass for fields that may be a JSON string or null if unset
* Some tests are not enabled (commented out) because they need manual steps (such as uploading Image to your account before registration)
2010-12-09 13:28:51 +00:00
Paul Thornthwaite
26358ecb98 [brightbox] Load Balancer requests added with tests 2010-12-03 14:39:24 +00:00
Paul Thornthwaite
df9d093df7 [brightbox] DRY up the Image used for testing 2010-12-03 14:24:23 +00:00
Paul Thornthwaite
2468c43df8 [brightbox] Added Server request tests 2010-12-03 14:24:14 +00:00
geemus
26c1e239d5 [brightbox] moving specs to tests 2010-11-16 13:24:43 -08:00