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

3508 commits

Author SHA1 Message Date
Pavel Repin
a6921ccc91 Nix hardcoded regions: SimpleDB. 2012-02-02 15:39:44 -08:00
Pavel Repin
02dba9892e Nix hardcoded regions: SES. 2012-02-02 15:39:40 -08:00
Pavel Repin
b49cbc2199 Nix hardcoded regions: RDS. 2012-02-02 15:39:35 -08:00
Pavel Repin
cad849b173 Nix hardcoded regions: EMR. 2012-02-02 15:39:29 -08:00
Pavel Repin
93bd6d0834 Nix hardcoded regions: ELB. 2012-02-02 15:39:23 -08:00
Pavel Repin
b2f12931a5 Nix hardcoded regions: ElastiCache. 2012-02-02 15:39:16 -08:00
Pavel Repin
2a7c04e519 Nix hardcoded regions: EC2. 2012-02-02 15:39:00 -08:00
Pavel Repin
aef757d4b0 Nix hardcoded regions: CloudWatch. 2012-02-02 15:38:49 -08:00
Pavel Repin
4603621dce Nix hardcoded regions: CloudFormation. 2012-02-02 15:38:40 -08:00
Pavel Repin
d717e8af69 Nix hardcoded regions: Autoscaling. 2012-02-02 15:38:23 -08:00
Pavel Repin
3889ba6e98 Nix hardcoded regions: DynamoDB. 2012-02-02 15:37:47 -08:00
Wesley Beary
96cc7a2aba Merge pull request from shaiguitar/master
Add 2.8 support
2012-02-02 08:11:44 -08:00
Shai Rosenfeld
bdf8328a05 Add Ecloud version 2.8 as supported
The difference between 2.6 and 2.8 are a few additional api calls but the
existing calls are still backwards compatible, and we need the version bump
to be able to continue to use.
2012-02-01 16:05:42 -08:00
bdorry
a21eb9cefe Merge pull request from bdorry/master
[cloudstack|compute] added update resource count action
2012-02-01 09:42:55 -08:00
Wesley Beary
b8d6ff0548 Merge pull request from duritong/vcloud_1.5
Vcloud 1.5
2012-02-01 09:36:38 -08:00
Wesley Beary
3941e8109f Merge pull request from estonfer/fix_vsphere_shindo
fixed a typo in vm_power_on_tests.rb
2012-02-01 09:30:01 -08:00
Wesley Beary
6b0a08db8f Merge pull request from estonfer/aws_instances
add subnet and vpc info to instance gets
2012-02-01 09:27:28 -08:00
Wesley Beary
589c4d83d9 Merge pull request from rightscale/rs_1.1.2
Rackspace create_image request - pass all options
2012-02-01 09:25:56 -08:00
bdorry
f6bd3126c8 [cloudstack|compute] added update resource count action 2012-02-01 12:17:37 -05:00
Eric Stonfer
47767bbdb5 fixed a typo in vm_power_on_tests.rb 2012-02-01 10:03:36 -05:00
Eric Stonfer
39e6d267d6 add subnet and vpc info to instance gets 2012-01-31 23:32:47 -05:00
kbockmanrs
a68376a7ff Rackspace create_image request - pass all options 2012-01-31 19:55:28 +00:00
Wesley Beary
fdcc2a12de Merge pull request from aia/groupset
Removing duplicates from reservation's groupSet
2012-01-31 07:13:57 -08:00
Artem
1a7c15cbe3 Removing duplicates from reservation's groupSet 2012-01-30 17:44:08 -08:00
Jeff McCune
d4f850c5d3 Merge pull request from estonfer/fix_list
fix list_virtual_machines when using :folder
2012-01-30 12:57:26 -08:00
Peter Meier
30e28d704f [vcloud|compute] add API version 1.5 compability
vCloud version API 1.5 requires us to adapt certain calls. This
patch does all the necessary things to scan a vCloud 1.5 completely
and read all the necessary attributes, as we could already before.
Furthermore, it add tests for the version 1.5 calls.

The API version can now be set as a version param to the vcloud
compute resource. By default it chooses version 1.5.

This has been tested against a vCloud 1.5 and 1.0.
2012-01-30 19:04:19 +01:00
Peter Meier
3e240474ac [vcloud|compute] improve models + additional tests
vCloud has also the concept of links in the responses. So we should
make use of them to navigate through the tree of resources in the
vCloud.
Furthermore, we can make various calls a bit easier by directly
returning the specific resource object than the plain xml response.

Adjust tests to work with the new changes, and also test the added
parts.
2012-01-30 18:57:13 +01:00
Peter Meier
f3d97623d4 [vcloud|compute] rather mock Fog::Vcloud::Connection as this is the right place to mock things 2012-01-30 18:57:09 +01:00
Dan Peterson
8e9b86f42a [dynect|dns] Pass zone.records.all options through to get_node_list.
This is useful for the `:fqdn` option:

```
zone.records.all(:fqdn => "foo.bar.com") #=> only records under foo.bar.com
```
2012-01-30 11:39:15 -04:00
Eric Stonfer
bdacbb1666 fix list_virtual_machines when using :folder 2012-01-27 11:05:39 -05:00
Wesley Beary
cfd96c6cc5 Merge pull request from nirvdrum/s3_versioning_models
S3 versioning models
2012-01-26 15:14:55 -08:00
Kevin Menard
9c88964f02 [aws|storage|test] Removed a commented-out test. 2012-01-26 18:10:05 -05:00
Kevin Menard
4899785ec5 [aws|storage|test] Added versioning test for Files#head. 2012-01-26 18:00:30 -05:00
Kevin Menard
df503d6ab8 Fixed a filename. 2012-01-26 18:00:30 -05:00
Kevin Menard
9d02af6f7a [aws|storage|test] Added versioning tests for Versions collection. 2012-01-26 18:00:30 -05:00
Kevin Menard
0287c0f7a4 [aws|storage|test] Added versioning test for Files collection. 2012-01-26 18:00:29 -05:00
Kevin Menard
6a97b60650 [aws|storage|test] Added tests for the Version model. 2012-01-26 18:00:29 -05:00
Kevin Menard
a5a3f8fdf4 [aws|storage|test] Added model tests for versioning Directory and File models. 2012-01-26 18:00:29 -05:00
Kevin Menard
bfc882c7e0 [aws|storage|test] Added in some file and directory model tests. 2012-01-26 18:00:29 -05:00
Kevin Menard
69bdbe00b8 [aws|storage|test] Added failing request test for delete_object with versioning. 2012-01-26 18:00:29 -05:00
Kevin Menard
590ae9c67b [aws|storage|test] Added request tests for delete_object with versioning. 2012-01-26 18:00:29 -05:00
Kevin Menard
002d6e4dc5 [aws|storage|test] Added request test for get_object with versioning. 2012-01-26 18:00:29 -05:00
Kevin Menard
c0f2e43ea6 [aws|storage|test] Added tests for get_bucket_object_versions. 2012-01-26 18:00:29 -05:00
Kevin Menard
dab6b61997 [aws|storage|test] Added request tests for put_bucket_versioning and get_bucket_versioning. 2012-01-26 18:00:16 -05:00
Kevin Menard
a57fdd21dd [aws|storage] Added the ability to fetch a list of versions from a file. 2012-01-26 17:56:40 -05:00
Kevin Menard
2d084c7844 [aws|storage] Added ability to control bucket versioning from Directory model. 2012-01-26 17:56:40 -05:00
Kevin Menard
28df463458 [aws|storage] Allow options to be passed to the destroy method, facilitating passing of versionId. 2012-01-26 17:56:39 -05:00
Kevin Menard
abf8b5e670 [aws|storage] Return the object version in the request header and set an attribute value in the model. 2012-01-26 17:56:39 -05:00
Kevin Menard
eb75723f87 [aws|storage|test] Deal with suspended buckets properly. 2012-01-26 17:54:58 -05:00
Kevin Menard
f391ae7b94 [aws|storage|test] Added S3 versioning support for delete_object. 2012-01-26 17:54:57 -05:00