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

8016 commits

Author SHA1 Message Date
Kyle Rames
9bc7bdfd4d Merge pull request from damnitjim/master
Adding notifications for Rackspace Monitoring
2013-09-10 09:09:03 -07:00
Wesley Beary
4072eeda5c Merge pull request from sugarb/master
Add fog Elasticache security group mocking
2013-09-10 09:00:08 -07:00
Jim Salinas
c88b7daacf Adding notifications for Rackspace Monitoring 2013-09-10 10:03:33 -05:00
Kyle Rames
8407d32472 Merge pull request from rackspace/snapshot_id
[rackspace|block_storage] updated Volume#create to honor snapshot_id attribute
2013-09-10 06:24:54 -07:00
Kyle Rames
579f5558f3 [rackspace|block_storage] updated Volume#create to honor snapshot_id attribute 2013-09-09 11:08:23 -05:00
Paul Thornthwaite
528c717a99 Merge pull request from brightbox/brightbox_updates
Brightbox updates
2013-09-09 05:11:58 -07:00
Paul Thornthwaite
21c3e97c11 [Brightbox] Breaks schemas from test helper 2013-09-09 11:31:47 +01:00
Paul Thornthwaite
5db11e34f0 [Brightbox] Adds missing images attributes 2013-09-09 11:02:08 +01:00
Paul Thornthwaite
0d93b3f0f9 [Brightbox] Expands on some tests
Starts checking fields that should have been altered by a request have.
2013-09-09 10:53:06 +01:00
Paul Thornthwaite
4e41e00fed [Brightbox] Switches to new format helper
Using #data_matches_schema which correctly fails when a nullable
resource is absent.
2013-09-09 10:52:57 +01:00
Hemant Kumar
4c9f4cf671 [Brightbox] Servers can now have their groups updated
The support was already there in fog, this code just adds documentation
comment for it
2013-09-09 10:46:14 +01:00
Brian Nelson
c943ceb6c0 Another fix from @jbence comments to simplify Excon response in authorize_cache_security_group_ingress 2013-09-08 18:41:43 -07:00
Brian Nelson
8948156ee0 More fixes to AWS::Elasticache mocking
* Implemented recommendations from @jbence review
 * Enabled tests which revealed a bug in create_cache_security_group response
2013-09-08 18:36:35 -07:00
Wesley Beary
de7fe5b768 Merge pull request from frodenas/config_drive
[openstack|compute] Add support for config_drive
2013-09-06 06:38:08 -07:00
Wesley Beary
6d72dbe09d Merge pull request from nosborn/vcloud_director_module_name
[vcloud_director] Fix module name.
2013-09-06 06:18:40 -07:00
Nick Osborn
0e5a8b47a5 [vcloud_director] add keys to Errors.missing_credentials 2013-09-06 00:03:09 +01:00
Nick Osborn
a081fd2758 [vcloud_director] make available to Fog::Bin 2013-09-05 23:52:26 +01:00
Ferran Rodenas
83e9717de2 [openstack|compute] Add support for config_drive 2013-09-05 16:38:23 +02:00
Kyle Rames
85bc9df3b7 Merge pull request from rackspace/default_v2
[Rackspace|Compute] Make Next Gen Servers the default server implementation for Rackspace
2013-09-05 05:54:43 -07:00
Dan Peterson
f1323c1986 Merge pull request from gregburek/aws-getfedtoken-mocks
Add mocks for AWS STS GetFederationToken api call
2013-09-04 18:19:25 -07:00
gregburek
05dcff185f Add mocks for GetFederationToken and enable use 2013-09-04 18:05:54 -07:00
gregburek
b6f5165a5b Add minimal documentation in GetFederationToken request 2013-09-04 18:05:39 -07:00
gregburek
98a72c018b Strip new lines from PackedPolicySize response from GetFederationToken 2013-09-04 18:04:39 -07:00
Nick Osborn
2eb2e983f8 [vcloud_director] Fix module name. 2013-09-04 23:03:00 +01:00
Kyle Rames
cf54ea8522 [rackspace|compute_v2] fixing broken tests 2013-09-04 15:25:18 -05:00
Kyle Rames
e0867dbabe Merge branch 'master' of github.com:fog/fog into default_v2 2013-09-04 14:09:36 -05:00
Kyle Rames
9106068c05 Merge pull request from rackspace/lb_test_fix
[Rackspace| Load Balancers] fixing broken tests
2013-09-04 12:03:35 -07:00
Wesley Beary
4173954af9 Merge pull request from nosborn/vcloud_director_instantiate_options
[vcloud_director] Use options in instantiate.
2013-09-04 11:39:13 -07:00
Wesley Beary
58217c6cdf Merge pull request from nosborn/vcloud_director_set_cookie
[vcloud_director] 'Set-Cookie' may be lowercase
2013-09-04 11:38:49 -07:00
Kyle Rames
2c29e6a651 Merge branch 'master' of github.com:fog/fog into lb_test_fix 2013-09-04 13:25:49 -05:00
Kyle Rames
810b023a47 [rackspace|load balancers] fixing broken test 2013-09-04 13:22:26 -05:00
Nick Osborn
87616f5e3f [vcloud_director] 'Set-Cookie' may be lowercase 2013-09-04 17:50:42 +01:00
Nick Osborn
71a303415b [vcloud_director] Use options in instantiate. 2013-09-04 17:48:39 +01:00
Efe Yardimci
790ed63b82 Merge pull request from eyardimci/master
[redshift] Support for AWS Redshift
2013-09-04 09:12:14 -07:00
Kyle Rames
18833ba486 Merge branch 'master' of github.com:fog/fog into default_v2 2013-09-04 09:32:53 -05:00
Paul Thornthwaite
d9fe97bd37 [] Allows non VCR HTTP connections
This is a temporary solution. The VCR config which globally affects all
providers should not be isolated under one provider.
2013-09-04 10:20:07 +01:00
Kyle Rames
7eb41776df Merge pull request from rackops/monitoring_mock
[rackspace] mock support for Rackspace Monitoring
2013-09-03 13:05:17 -07:00
Ryan Richard
cfe80bc200 Merge branch 'master' of https://github.com/fog/fog into monitoring_mock
Conflicts:
	lib/fog/rackspace/requests/monitoring/get_entity.rb
	tests/rackspace/requests/monitoring/entity_tests.rb
2013-09-03 14:40:16 -05:00
Rodrigo Estebanez
99dd30fe3f Merge pull request from restebanez/feature/vcloudng
Feature/vcloudng
2013-09-03 04:26:57 -07:00
Rodrigo Estebanez
81f8911fc7 clean-up 2013-09-03 13:17:13 +02:00
Ryan Richard
96517d10de one last obfuscate pass 2013-09-02 22:33:46 -05:00
Rodrigo Estebanez
e837f0596f get_vms_by_metadata 2013-09-02 11:58:05 +02:00
Efe Yardimci
da9340898e marked mocking tests pending 2013-09-02 00:58:23 -04:00
Efe Yardimci
a79aad91e0 refactored duplicate parser code, added more request tests, converted all parser responses to be key,value pairs 2013-09-02 00:23:04 -04:00
Efe Yardimci
fad43b8694 refactoring common parser code. cluster requests tests 2013-08-31 02:06:04 -04:00
Ryan Richard
f805662213 list_data_points mock support 2013-08-30 19:44:28 -05:00
Ryan Richard
da9b2e381b mock framework for list_data_points 2013-08-30 19:31:40 -05:00
Ryan Richard
3cf548fbdc fix missing response.remote_ip 2013-08-30 18:57:39 -05:00
Ryan Richard
7304b5e600 enable 2 failure tests, minor obfuscates 2013-08-30 18:35:31 -05:00
Efe Yardimci
f83629550b Starting adding tests, some cleanup 2013-08-30 17:28:43 -04:00