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

7034 commits

Author SHA1 Message Date
Rodrigo Estebanez
befd61b1fd escapeHTML 2013-06-03 19:17:48 +02:00
Rodrigo Estebanez
d809e146a9 VM@customization_script= 2013-06-03 19:17:47 +02:00
Rodrigo Estebanez
8a1637f8f5 shows customizationScript of a VM 2013-06-03 19:17:47 +02:00
Rodrigo Estebanez
273d951f26 Tags#create implemented 2013-06-03 19:17:47 +02:00
Rodrigo Estebanez
4b0ee24ea5 Tag#destroy implemented 2013-06-03 19:17:47 +02:00
Rodrigo Estebanez
08fc2f1eac server.tags implemented 2013-06-03 19:17:47 +02:00
Dan Prince
71af3a7ec2 Merge pull request from frodenas/quantum-lbaas
[openstack|network] Add support for OpenStack Networking LBaaS extension
2013-06-03 07:44:19 -07:00
Dan Prince
5842178c81 Merge pull request from cloudbau/flavor_access
Add API calls to manage flavor access across tenants
2013-06-03 06:36:57 -07:00
Kevin Chan
4583d1f263 GH-1853 "public" attribute for network 2013-06-02 17:50:49 +08:00
Kevin Chan
558db911f1 Merge pull request from kevinykchan/ssh-agent
[joyent|compute] support for http-signature-auth using ssh-agent -- Closes 
2013-06-02 02:37:02 -07:00
Kevin Chan
815b5dbbd8 Merge remote-tracking branch 'fog/master' into ssh-agent
Conflicts:
	lib/fog/joyent/compute.rb
2013-06-02 17:34:59 +08:00
Blake Irvin and Eric Saxby
5fc41c8dc2 Add joyent API version and network support GH-1853
Adding support for listing networks in the Joyent Cloud.
:joyent_version was defined in a way that it would always
fall back to the default '~6.5'. Creating servers with
a particular network requires setting :joyent_version to '~7.0'
or greater.
2013-06-02 17:28:05 +08:00
Kyle Rames
8f2c84ae93 Merge pull request from rackspace/chunky
[rackspace|storage] Large Object Upload Support
2013-05-30 11:10:46 -07:00
Thomas Kadauke
f857e79cfa Add API calls to manage flavor access across tenants 2013-05-30 17:37:46 +02:00
Kyle Rames
d4e04b2b6e [rackspace|storage] made large object delete tests pending if mocking is turned on 2013-05-29 15:25:38 -05:00
Kyle Rames
9677c22119 [rackspace|storage] updated put_object to allow blocks to upload large files; added large file upload example and documentation 2013-05-29 15:08:37 -05:00
Dan Peterson
c716044ed3 Merge pull request from turingmachine/patch-1
quote data in regex
2013-05-29 04:54:28 -07:00
Simon Josi
f5eb54d4cf quote data in regex
People can choose fancy names for vmware objects (e.g. "Datacenter V++"). Make sure that such input doesn't break the regex.
2013-05-29 14:48:09 +03:00
Kyle Rames
c204dbda76 Merge pull request from decklin/rs-lb-timeout
[rackspace|lb] Add support for timeout attribute
2013-05-28 11:38:54 -07:00
Wesley Beary
f6dc35bf06 Merge pull request from karlfreeman/block_local_chdir
Chdir in a block to dry up all method
2013-05-28 06:42:28 -07:00
Wesley Beary
dc518ffcad Merge pull request from freeformz/r53-update
Include the ResourceRecordSetCount for AWS's DNS Service
2013-05-28 06:32:29 -07:00
Wesley Beary
dd83833c4d Merge pull request from Arclite/patch-1
Fixed typo
2013-05-28 06:22:01 -07:00
Geoff Pado
8c1319703d Fixed typo
Added a missing 'i' to change "Create Drectory" to "Create Directory".
2013-05-27 12:56:26 -05:00
Karl Freeman
6ddc27f5de Chdir in a block to dry up all method
- also, plays much nicer with FakeFS
2013-05-27 16:07:26 +01:00
Edward Muller
376e8edded Include the ResourceRecordSetCount 2013-05-24 10:53:25 -07:00
Wesley Beary
08de898804 Merge pull request from estonfer/add_lifecycle
[AWS] adds attributes to instances, and fixes instance tests.
2013-05-24 06:49:37 -07:00
Wesley Beary
ee48867d3c Merge pull request from frodenas/image-reload
[openstack|image] Define get method for images
2013-05-24 06:48:27 -07:00
Decklin Foster
8d86511408 [rackspace|lb] Add support for timeout attribute 2013-05-23 14:12:40 -04:00
Ferran Rodenas
058c3301ac [openstack|image] Define get method for images 2013-05-22 23:47:33 +02:00
Eric Stonfer
8defd8d9ff [AWS] adds 'hypervisor', 'lifecycle', 'requester_id', 'source_dest_check', 'spot_instance_request_id', 'virtualization_type' attributes to instances, also fixes instance tests to work in non-mocking mode 2013-05-22 17:06:05 -04:00
Wesley Beary
51371d1788 Merge pull request from frodenas/add_mock_address_pools
[openstack|compute] Add mock method to list_address_pools
2013-05-22 08:12:14 -07:00
Ferran Rodenas
f969453c5e [openstack|compute] Add mock method to list_address_pools 2013-05-22 16:41:59 +02:00
Kyle Rames
ed2d3aa3aa Merge pull request from rackspace/utc_fix
[Rackspace|Storage] last_modified= work around
2013-05-22 06:12:56 -07:00
Ferran Rodenas
0741d3923a [openstack|network] Add support for OpenStack Networking LBaaS extension 2013-05-21 14:41:31 +02:00
Kevin Chan
f0dcb04b91 Fixes for tags for pre7 api, more ssh-agent improvements Refs: 2013-05-20 16:34:10 -07:00
Wesley Beary
80724ac8d7 Merge pull request from harryw/rds_snapshot_pagination
Include all snapshots in Fog::AWS::RDS::Snapshots#all
2013-05-20 14:45:46 -07:00
Kyle Rames
45cb98d4a9 Merge branch 'master' of github.com:fog/fog into utc_fix 2013-05-20 16:41:47 -05:00
Kyle Rames
6bba6bca17 [rackspace|storage] created a last_modified= method in the File class which works around a timezone bug in the swift service 2013-05-20 16:41:33 -05:00
Harry Wilkinson
12047484ca Add Snaphost#each method with lazy pagination 2013-05-20 16:32:18 -04:00
Harry Wilkinson
59e61e8991 Include all snapshots in FOG::AWS::RDS::Snapshots#all 2013-05-20 16:06:27 -04:00
geemus
e5e3758918 [cloudstack] fix broken mock test 2013-05-20 11:13:06 -05:00
geemus
16cbeb1e14 fix broken test related to redacted excon error bodies 2013-05-20 11:04:16 -05:00
Wesley Beary
bd154704f5 Merge pull request from cloudsigma/master
Added provider for CloudSigma
2013-05-20 09:03:50 -07:00
Wesley Beary
94de1728ea Merge pull request from ronen/patch-2
AWS S3 Invalid signature when using response-content-disposition=attachment with filename
2013-05-20 08:53:33 -07:00
Kaloyan Kanev
b1bb07e48d [cloudsigma] Fix excon HTTPStatusError#response not having []= and failing on assignment of json decoded body 2013-05-20 16:09:37 +03:00
Kaloyan Kanev
8f664c1ffc [cloudsigma] Make api location as an option (:cloudsigma_host) 2013-05-20 16:09:37 +03:00
Kaloyan Kanev
a77ccfbd1d [cloudsigma] Fix create request not expecting status 201 2013-05-20 16:09:37 +03:00
Kaloyan Kanev
e61b81bf49 [cloudsigma] Add CloudSigma compute provider 2013-05-20 16:09:37 +03:00
Kevin Chan
ffa3e89ebb Support for request signing via ssh-agent 2013-05-19 06:28:16 -07:00
Kevin Chan
22a3cc36ab Fixes Joyent list_machines is slower than it needs to be
[joyent|compute] list_machines unnecessarily fetches tags for each server
2013-05-19 03:38:07 -07:00