1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog
Chirag Jog 6a0cb4fca8 Remove existing (unused) parser module and introduce a
TerremarkParser - which extends the base parser with the ability to
extract relevant attributes
2013-02-12 18:13:18 +05:30
..
atmos [atmos] Updates reference to service 2013-01-07 20:53:24 +00:00
aws [aws|dynamodb] fix port to match https default 2013-01-31 09:49:50 -06:00
bare_metal_cloud
bin and internet_archive code, tests 2013-01-31 15:16:49 -05:00
bluebox [bluebox] Updates reference to service 2013-01-07 20:53:27 +00:00
brightbox [Brightbox] Updates to requests 2013-01-21 13:49:54 +00:00
clodo [clodo] Updates reference to service 2013-01-07 20:53:27 +00:00
cloudstack [cloudstack] Updates reference to service 2013-01-07 20:53:28 +00:00
compute/models
core rebased with master 2013-02-05 10:32:40 -06:00
dnsimple [dnsimple] Updates reference to service 2013-01-07 20:53:28 +00:00
dnsmadeeasy [dns_made_easy|dns] Updates reference to service 2013-01-07 20:53:28 +00:00
dreamhost [dreamhost|dns] drop uuid gem requirements, not needed 2013-01-22 21:32:23 +01:00
dynect [dynect|dns] Updates reference to service 2013-01-07 20:53:28 +00:00
ecloud Merge pull request #1547 from ehowe/master 2013-02-05 06:39:23 -08:00
glesys [glesys] add take method to ip model 2013-02-05 20:59:11 +01:00
go_grid [go_grid|compute] Updates reference to service 2013-01-07 21:01:13 +00:00
google [google|storage] Updates reference to service 2013-01-07 21:01:13 +00:00
hp [HP|storage] Fix generate_object_temp_url to use signer that is backward compatible to 1.8.7 2013-01-25 11:24:47 -05:00
ibm [ibm] Updates reference to service 2013-01-07 21:01:14 +00:00
internet_archive set defaults to be scheme http, port 80, as that is what internet_archive supports 2013-01-31 15:16:49 -05:00
joyent [joyent|compute] Updates reference to service 2013-01-07 21:01:14 +00:00
libvirt [libvirt|volume] Fix typo in image_suffix 2013-01-25 22:42:57 -06:00
linode [linode] Updates reference to service 2013-01-07 20:53:28 +00:00
local [local|storage] Updates reference to service 2013-01-07 21:01:16 +00:00
ninefold [ninefold|compute] Updates reference to service 2013-01-07 21:01:17 +00:00
openstack Merge pull request #1542 from rubiojr/configurable-endpoint-type 2013-02-05 17:59:46 -08:00
ovirt [ovirt|compute] Updates reference to service 2013-01-07 21:01:19 +00:00
rackspace [rackspace|lb] removed puts 2013-02-07 11:16:37 -05:00
schema [tests] Fixes schema validator for arrays 2013-01-23 15:24:23 +00:00
serverlove [serverlove|compute] Updates reference to service 2013-01-07 21:01:21 +00:00
storm_on_demand [storm_on_demand] Updates reference to service 2013-01-07 21:01:21 +00:00
terremark Remove existing (unused) parser module and introduce a 2013-02-12 18:13:18 +05:30
vcloud Merge branch 'vcloud_enhancements' of http://github.com/chirag-jog/fog into vcloud_enhancements 2013-02-08 12:11:37 +05:30
virtual_box [virtual_box|compute] Updates reference to service 2013-01-07 21:01:23 +00:00
vmfusion [vmfusion] Updates reference to service 2013-01-07 21:01:23 +00:00
voxel [voxel|compute] Updates reference to service 2013-01-07 21:01:23 +00:00
vsphere Merge pull request #1431 from ekohl/vmware-dvs 2013-02-02 02:25:52 -08:00
xenserver [xenserver|docs] Added XenServer provider specific ChangeLog 2013-01-18 21:22:59 +01:00
zerigo [zerigo|dns] Updates reference to service 2013-01-07 21:01:25 +00:00
atmos.rb
aws.rb Introduce AWS::COMPLIANT_BUCKET_NAMES constant 2012-12-05 21:12:25 +01:00
bare_metal_cloud.rb
bin.rb add internet_archive to fog providers, bin, storage. 2013-01-31 15:16:49 -05:00
bluebox.rb
brightbox.rb
cdn.rb
clodo.rb
cloudstack.rb
compute.rb [core] Uses Logger deprecation for Compute.new 2013-01-21 17:36:53 +00:00
core.rb [core] Splits Fog::VERSION into own file 2012-11-27 16:30:40 +00:00
dns.rb * [dreamhost|dns] initial import 2013-01-19 23:20:38 +01:00
dnsimple.rb
dnsmadeeasy.rb
dreamhost.rb * [dreamhost|dns] initial import 2013-01-19 23:20:38 +01:00
dynect.rb
ecloud.rb [ecloud] improvements and some mocking 2013-01-04 13:50:05 -05:00
glesys.rb
go_grid.rb
google.rb
hp.rb Set the User-Agent as Fog, to help differentiate from HP's CLI tools that have a vendored 'hpfog' 2013-01-29 10:14:23 -06:00
ibm.rb
identity.rb [rackspace] updated Rackspace to return a list of all services 2013-01-15 10:19:40 -06:00
image.rb
internet_archive.rb and internet_archive code, tests 2013-01-31 15:16:49 -05:00
joyent.rb
libvirt.rb
linode.rb
local.rb
network.rb
ninefold.rb
openstack.rb [openstack|storage] Added OpenStack.escape utility method 2013-01-23 20:53:29 +01:00
ovirt.rb
providers.rb add internet_archive to fog providers, bin, storage. 2013-01-31 15:16:49 -05:00
rackspace.rb [Rackspace] updated to select London athorization endpoint if the London Region endpoint is selected 2013-01-17 16:41:18 -06:00
serverlove.rb
storage.rb add internet_archive to fog providers, bin, storage. 2013-01-31 15:16:49 -05:00
storm_on_demand.rb
terremark.rb
vcloud.rb
version.rb Release 1.9.0 2013-01-19 12:15:54 -06:00
virtual_box.rb
vmfusion.rb
volume.rb
voxel.rb
vsphere.rb
xenserver.rb [xenserver] Use Nokogiri instead of slow REXML for parsing 2013-01-04 05:41:28 +01:00
zerigo.rb