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

37 commits

Author SHA1 Message Date
Kyle Rames
18ce4b7eca Added tests for Fog::JSON; Added Fog::JSON::LoadError class; Updated all MultiJson references to Fog::JSON 2013-04-03 10:37:03 -05:00
Rupak Ganguly
ed461e5b3e Update changelog and bump version. 2013-03-13 18:34:49 -04:00
Matt Ray
0a46e8cfb8 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
Rupak Ganguly
72a5fcede5 Deprecate hp_account_id to use hp_access_key instead. 2013-01-22 17:28:33 -05:00
Rupak Ganguly
03bf99d9d3 Merge changes from upstream fog 1.8.0 and later updates. 2013-01-18 15:06:41 -05:00
Paul Thornthwaite
b8a36cc688 [hp] Updates reference to service 2013-01-07 21:01:13 +00:00
Carlos Sanchez
cff1ae8f70 Rackspace, openstack, hp API error messages are not set correctly in exceptions 2012-12-05 20:30:11 +01:00
Rupak Ganguly
42e69cfee7 Bump the version and update the changelog. 2012-11-15 18:27:09 -05:00
Rupak Ganguly
24d5dac17e Merge pull request #10 from SDK-CLI-Docs/feature/93_cross_tenant_acls
Feature/93 cross tenant acls
2012-10-23 19:02:54 +00:00
Rupak Ganguly
c87f00392a Add a new exception class and handled exceptions in exception messages. 2012-10-19 01:29:22 -04:00
Rupak Ganguly
ef89e22cc5 Bump version and update changelog. 2012-10-16 23:18:45 -04:00
Rupak Ganguly
20977a6685 Fix version info. that is used by user-agent. 2012-08-24 15:37:10 -04:00
Rupak Ganguly
303fe38f25 Add customised user_agent string for HP providers. Also, enable passing a custom user_agent string from calling clients. Add corresponding tests. 2012-08-13 13:07:39 -04:00
Rupak Ganguly
0619ef0f38 Fix typo in service folder. 2012-07-09 15:23:30 -04:00
Rupak Ganguly
4d42931b4c Add a BlockStorage service to the HP provider. 2012-07-05 13:08:12 -04:00
James Herdman
b0a7473f5b Remove unnecessary full path usage with require
'fog/core' is already in the load path. No need to go to these extents.
2012-05-26 11:27:22 -04:00
Rupak Ganguly
6c707fe283 Add a multi_json require so that json parsing is available. 2012-05-22 18:11:33 -04:00
Rupak Ganguly
ad9433fe00 Update to not raise exception if service is not active or not present. 2012-05-03 09:37:18 -04:00
Rupak Ganguly
1ff7b0392d Change hp_service_type to check for 'name' in the service catalog rather than 'type'. 2012-05-01 12:15:22 -04:00
Rupak Ganguly
72a307a7fd Add avl zone as required param. Update endpoint retrieving logic from catalog to allow future avl zones. Fix minor error in tests. 2012-04-27 12:09:13 -04:00
Kevin Menard
dcefc2d7de Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
Steve Smith
d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
Rupak Ganguly
9d1e801d92 Add new HP providers for Object Storage, Compute and CDN services. 2012-04-16 15:48:41 -04:00
Rupak Ganguly
852b3802b4 Update default scheme from http to https in the v1 auth. 2012-04-11 16:24:10 -04:00
Rupak Ganguly
813c23ae10 Refactor escape method for container and object names and move it to the HP provider from individual namespaces. 2012-03-21 16:59:08 -04:00
Rupak Ganguly
f781680309 Add an Errors module for handling HP provider specific exceptions. 2012-03-20 18:48:43 -04:00
Rupak Ganguly
8e6739cbf8 Bump version and update changelog. 2012-02-10 01:16:31 -05:00
Rupak Ganguly
e1feb01ec3 Add parameter :hp_avl_zone to access the az2 availability zone to the HP Compute provider. 2012-02-09 18:34:32 -05:00
Rupak Ganguly
0a3fa872e3 Fix for auth uri using Identity service. 2012-02-09 17:59:07 -05:00
Rupak Ganguly
36bb238685 Refactor to remove service_type param from provider call. 2012-01-24 16:33:46 -05:00
Rupak Ganguly
d5e1db646e Refactor code to get endpoints from service catalog for v1 and v2 auths. 2012-01-18 17:20:24 -05:00
Rupak Ganguly
1b905c782f Update HP provider with the new CS authentication method and also refactor the legacy authentication method. Also, update HP Storage provider to use the CS authentication scheme. 2012-01-13 17:15:50 -05:00
Rupak Ganguly
e75b022f20 Add helper methods for mocking. 2011-12-06 14:09:20 -05:00
Rupak Ganguly
a28193d2b8 Add some mocking helper methods. 2011-11-23 13:17:43 -05:00
Rupak Ganguly
8d443eb351 Enable HP CDN provider. 2011-10-21 00:11:08 -04:00
Rupak Ganguly
78a45b0a56 Add connection options param to the HP provider for Storage and Compute services that can be used to customize various connection related timeouts and other options. 2011-10-20 22:07:42 -04:00
Rupak Ganguly
7e1a287e4d Merge fog 1.0.0 from upstream, and update namespace changes across the HP provider for storage and compute services. 2011-10-17 15:25:07 -04:00