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

29 commits

Author SHA1 Message Date
Brian D. Burns
abe8690d16 [rackspace] remove deprecated response block from request 2013-09-24 13:02:10 -04:00
Kyle Rames
5c0743bfa8 [rackspace] fixing broken tests 2013-08-15 13:09:06 -05:00
Kyle Rames
329b0dec92 [rackspace] added transaction id to monitoring exceptions; passing service into slurp for compute, databases, dns and load balancers 2013-08-14 10:05:25 -05:00
Kyle Rames
ffa1ec4f75 [rackspace] adding block and parse_json parameters to request parameter calls 2013-06-24 10:13:57 -05:00
Kyle Rames
04394eb054 [rackspace] updated services to re-authenticate when authentication token expires. 2013-06-21 15:11:17 -05:00
Kyle Rames
ee038e1da3 [rackspace] pass connection_options onto identity service so we can auth behind a proxy 2013-05-30 12:52:37 -05:00
Dan Prince
07c4d64195 Merge pull request #1693 from amerine/remove_openstack_cache_busting
Remove the OpenStack API cache busting.
2013-05-03 07:11:45 -07:00
Kyle Rames
1173a7ef84 [rackspace] updated NotFound exceptions to include region when available. 2013-04-15 09:31:13 -05:00
Mark Turner
ed70672110 Remove the OpenStack API cache busting.
Not sure why this was ever here, and I cannot find a reason to continuously bust
the Nova request caching in the wsgi request handler. It does not help
performance, and makes attempts at ANY caching of responses to a Fog request
annoying.
2013-03-23 22:54:58 -07:00
Kyle Rames
8fb41614f7 [rackspace] updated to normalize endpoints before detecting a standard endpoint. 2013-03-20 13:25:38 -05:00
Kyle Rames
90c91078d3 [rackspace] adding auth 2.0 to compute, databases, dns, load balancers, cloud block storage 2013-03-13 16:01:32 -05:00
geemus
cf7ca25d93 [rackspace|compute] fixes for mock images 2012-06-23 17:03:00 -05:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
Josh Lane & Jason Hansen
76a3f0f205 [rackspace|compute] default images 2012-05-09 14:38:30 -07: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
geemus
ffd01e51dd [core] pass connection_options through service init
closes #411
2011-09-12 10:01:56 -05:00
geemus
b2c8ff0388 [core] work toward separate requires
Should facilitate the following:

    require 'fog/aws'
    require 'fog/compute'
    require 'fog/aws/compute'

I think once you `require 'rubygems'` those should work.

further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
b97d6ba72d [compute|rackspace] move rackspace compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:17:21 -05:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
3ea111c7f8 [core] fix/cleanup requires/recognizes for service
closes #113
2010-12-16 15:31:24 -08:00
Juris Galang
c37629e742 requires and recognizes clauses for services now receives a block so that the declared parameters are applied to their Real implementation. 2010-12-08 11:09:13 -08:00
Juris Galang
827c029a99 This is a combination of 23 commits (included merges from upstream); this commit(s) include changes to enforces recognizes/requires parameters for all supported services. Comments from the included commits follow:
- Added google_storage_* keys
- Fixed indentations.
- Factored out requires and recognizes method implementation (now relies on the requires and recognizes clause from the NamedParameters module)
- Added dependency to named-parameters gem.
- Added recognizes declaration to classes for all supported services to enforce parameter name checks -
- passing an unrecognized key when instantiating a service object will now cause an ArgumentError to be raised.
- Added NOTE
- comment added
- check/filter-out keys from credentials that are not required by the class being instantiated
- [local|storage] properly write out file contents
- Added google_storage_* keys
- Fixed indentations.
- added put_object_acl request (ref: https://github.com/geemus/fog/issues#issue/74)
- Release 0.3.24
- remove tracker reference from README
- issues is now the goto for bugs/todo
- notify and gracefully skip credential-less testsa
- [rackspace|storage] fixes for directory/files
- [local|storage] CGI.escape file names
- Release 0.3.25
- updated deps; recognized_parameters -> declared_parameters; restored options filtering if Fog.bin
- Added requires/recognizes to Fog::Terremark::Ecloud
- Updted to use latest named-parameters gem.
- Filter out unwanted parameters when Fog.bin
- Updated to latest named-parameters gem
- commented out unnecessary code
- fix missing "volume" parameter error when setting Fog::AWS::Volume#server to nil (in order to detach it)
- documentation update for key_pairs and helper
- [aws|compute] commented/documented flavors/volumes
- Fixes for issue 38 and 39
Closes #96
2010-12-01 14:34:42 -08:00
Nathan Sutton
ee4f95e4ce Change to use new Excon::Errors::HTTPStatusError class 2010-12-01 03:16:41 +08:00
geemus
ef24c31331 [rackspace|compute] cleanup/consistency for server actions 2010-11-29 19:36:23 -08:00
gilles
f74164b3fb resize requests for rackspace 2010-11-29 19:36:23 -08:00
geemus
a975a6ef79 push most dependencies out toward leaves to lessen initial load requirements 2010-10-29 14:58:28 -07:00
geemus
f0e2cfd21d rely on service to include collections 2010-09-14 10:51:13 -07:00
geemus
a5411d8cf9 [rackspace] rename files/servers to storage/compute 2010-09-08 13:50:23 -07:00