Граф коммитов

11254 Коммитов

Автор SHA1 Сообщение Дата
Aaron Huber 8ccc355b2e Updating authentication functions to prevent sending expired token. 2014-11-12 17:41:09 -08:00
Michael Hale 9c96b96ea0 [AWS|IAM] Fix user count tests (there will be at least 1 other user on the account for fog access) 2014-11-12 17:31:40 -05:00
Michael Hale 73da78afa7 [AWS|IAM] Fix assigning path to IAM role 2014-11-12 17:31:40 -05:00
Michael Hale 746e33b5d7 [AWS|IAM] Also ignore Fog::AWS::IAM::NotFound (and return nil) 2014-11-12 17:31:40 -05:00
Michael Hale fcc02bc49a [AWS|IAM] Do not call Fog.mock! in tests 2014-11-12 17:31:40 -05:00
Wesley Beary d1a8a64520 Merge pull request #3264 from plribeiro3000/remove_vmfusion
Moved Vmfusion to its own gem
2014-11-12 11:02:14 -06:00
Paulo Henrique Lopes Ribeiro a10930a184 Moved Vmfusion to its own gem 2014-11-12 11:04:48 -02:00
Shlomi Zadok 66e5521836 [vSphere] Support non-clusters setup 2014-11-12 13:41:28 +02:00
Shlomi Zadok af6c7c90bc [vSphere] Support clusters that are located below folders 2014-11-12 09:01:31 +02:00
Wesley Beary f5fea64539 Merge pull request #3256 from hermanator/additional_cloudstack_assotiacions
[cloudstack] Extend server interface
2014-11-11 15:56:22 -06:00
Wesley Beary ef78742bc7 Merge pull request #3246 from giddie/glacier-pipe-data
Don't attempt to rewind IO if it's not offset
2014-11-11 14:10:04 -06:00
Andrew Brown 2702f22e33 Improved OpenNebula support
This patch improves Fog's OpenNebula support in a number of ways:
Better NIC support in VM templates
Better ability to tune number of CPUs and memory
Ability to add/remove entries from a VM template's context section
Ability to add/remove entries from a VM template's user variables
Improved filtering for templates and NICs
2014-11-11 14:59:27 -05:00
Wesley Beary ca353be79c Merge pull request #3261 from elkelk/master
Bump the API version for DynamoDB put
2014-11-11 11:27:55 -06:00
Wesley Beary 07062d1452 Merge pull request #3253 from plribeiro3000/voxel
Modularized Voxel Provider
2014-11-11 10:45:14 -06:00
Paul Gideon Dann a052af9a92 Rescue if IO throws exception on attempted #rewind
This will permit the passing in of pipes, sockets, or other IO objects that
throw exceptions when you call the #rewind method.
2014-11-11 11:03:01 +00:00
elkelk 25659ff41e Bump the API version for DynamoDB put 2014-11-10 11:35:01 -05:00
Frederick Cheung fb3007cd63 Merge pull request #3259 from brettcave/elb-modify-attributes
#3258 - allow modification of ConnectionSettings.IdleTimeout parameter in AWS ELBs
2014-11-10 14:04:41 +00:00
brettcave 928b3e77e3 #3258 - allow modification of ConnectionSettings parameter of AWS ELB for IdleTimeout adjustments. 2014-11-10 13:31:02 +02:00
Paulo Henrique Lopes Ribeiro 6f89826e02 Modularized Voxel Provider 2014-11-08 19:07:35 -02:00
German Germanovich 4bb21da95b [cloudstack] Add reset_password for server 2014-11-08 21:07:09 +03:00
German Germanovich a487abd1e4 [cloudstack] Add get snapshots for volume 2014-11-08 21:07:09 +03:00
German Germanovich 8c415efd50 [cloudstack] Add get volumes for server 2014-11-08 21:07:08 +03:00
Wesley Beary e7d28fe82c Merge pull request #3251 from fcheung/fix_flapping_test
[Openstack|Compute] fix randomly failing spec
2014-11-07 17:28:34 -06:00
Andrew Brown ad708b85e5 Improved OpenNebula support
This patch improves Fog's OpenNebula support in a number of ways:
Better NIC support in VM templates
Better ability to tune number of CPUs and memory
Ability to add/remove entries from a VM template's context section
Ability to add/remove entries from a VM template's user variables
Improved filtering for templates and NICs
2014-11-07 13:50:11 -05:00
Frederick Cheung 16b9ce54be [Openstack|Compute] fix randomly failing spec
The security group failure tests have been failing randomly. This happens
because the random id assigned by the create security group mock can collide
with the id (0) of the default security group. The mock data stores the keys
as strings (except) for the default one, meaning that you end up with 2
security groups with id 0, one stored under the key 0 and the other
under the key '0'
2014-11-07 14:53:09 +00:00
Frederick Cheung a29fcd8a53 Merge pull request #3245 from fcheung/remove_fog_core_parser
[Fog|Core] Move fog/core/parser to fog-xml gem
2014-11-07 10:59:48 +00:00
Frederick Cheung 31ec39310d [AWS|Core] Stop flapping test by clearing out mock data 2014-11-07 10:29:39 +00:00
Wesley Beary 65bfff5911 Merge pull request #3248 from wolf31o2/patch-1
[Google] Add ubuntu-os-cloud to list of global projects
2014-11-06 15:31:43 -06:00
Wesley Beary e9464552ae Merge pull request #3249 from hh/rsdns_getdomain
make zones.get(domain_or_id) work, same as dnsimple
2014-11-06 15:31:21 -06:00
Chris McClimans 3ab6faa111 make zones.get(domain_or_id) work, same as dnsimple 2014-11-06 13:25:26 -08:00
Wesley Beary 21c0fdd9a6 Merge pull request #3243 from hh/rs_lb_node_type
[rackspace] add :type to LoadBalancers nodes
2014-11-06 15:12:00 -06:00
Chris Gianelloni 0cb739ba55 Add ubuntu-os-cloud to list of global projects
https://cloud.google.com/compute/docs/operating-systems#ubuntu
2014-11-06 11:47:52 -08:00
Frederick Cheung f350773a12 Pin to fog-xml 0.1.1 2014-11-06 16:24:50 +00:00
Wesley Beary e656f37ae9 Merge pull request #3244 from fcheung/update_post_object_hidden_fields_to_sig4
[AWS|Storage] update post_object_hidden_fields to use signature v4
2014-11-06 08:40:36 -06:00
Frederick Cheung 94d92e0b5c [AWS|Storage] update post_object_hidden_fields to use signature v4 2014-11-06 14:36:25 +00:00
Wesley Beary c15b9fe583 Merge pull request #3242 from bruz/master
Remove extra space in HP Storage service type
2014-11-06 08:26:35 -06:00
Frederick Cheung 040ca09632 [Fog|Core] Move fog/core/parser to fog-xml gem 2014-11-06 09:49:06 +00:00
Frederick Cheung dec09f00bc [AWS|Storage] post_object_restore should let request handle object_name to path conversion
CGI.escape isn't correct as slashes in object names should not be escaped
2014-11-05 23:52:48 +00:00
Chris McClimans e4fe6038e6 add :type to RS LoadBalancers nodes 2014-11-05 15:33:17 -08:00
Bruz Marzolf b5b992096d Remove extra space in HP Storage service type 2014-11-05 14:32:29 -08:00
Wesley Beary 7d0d7c01ae Merge pull request #3219 from shlomizadok/master
reload libvirt actions to get current state
2014-11-05 08:44:39 -06:00
Wesley Beary c8e82d05dd Merge pull request #3233 from fcheung/ec2-eu-central
Ec2 eu central
2014-11-04 08:53:28 -06:00
Wesley Beary edbc015911 Merge pull request #3236 from warhammerkid/master
Fix spelling mistake in docs for AWS File#public_url
2014-11-04 08:50:33 -06:00
Wesley Beary 6a79ce6b4e Merge pull request #3234 from fcheung/dont_vhost_buckets_with_dots
[AWS|S3] Vhost buckets don't work if bucket name has a . in it
2014-11-04 08:49:05 -06:00
Stephen Augenstein 63db5f8a45 Fix spelling mistake in docs for AWS File#public_url 2014-11-04 00:17:08 -05:00
Frederick Cheung 7f3019b5e0 [AWS|Storage] add a warning that we've fallen back to path style 2014-11-03 22:02:09 +00:00
Frederick Cheung 1513bad95a [AWS|S3] use request_params to normalize/escape paths properly for delete/copy object 2014-11-03 21:09:19 +00:00
Frederick Cheung 02a009bf64 [AWS|Signature] fix handling of repeated slashes 2014-11-03 21:09:19 +00:00
Frederick Cheung f92c7d2326 [AWS|Storage] Need to check for nil headers 2014-11-03 21:08:41 +00:00
Frederick Cheung a7655b24ad [AWS|Signaturev4] canonicalize . and .. in path 2014-11-03 21:08:41 +00:00