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
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
..
aws 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: 2010-12-01 14:34:42 -08:00
bluebox 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: 2010-12-01 14:34:42 -08:00
brightbox 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: 2010-12-01 14:34:42 -08:00
core 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: 2010-12-01 14:34:42 -08:00
go_grid 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: 2010-12-01 14:34:42 -08:00
google 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: 2010-12-01 14:34:42 -08:00
linode 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: 2010-12-01 14:34:42 -08:00
local [local|storage] CGI.escape file names 2010-11-23 13:45:37 -08:00
new_servers 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: 2010-12-01 14:34:42 -08:00
rackspace 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: 2010-12-01 14:34:42 -08:00
slicehost 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: 2010-12-01 14:34:42 -08:00
terremark 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: 2010-12-01 14:34:42 -08:00
vcloud Rework vCloud mocking to use mock objects instead of a Hash. 2010-11-05 08:56:50 +08:00
aws.rb [aws&rackspace|cdn] more cleanup and start of aws cdn 2010-11-01 12:31:39 -07:00
bluebox.rb [bluebox] rename blocks to compute for consistency 2010-09-08 12:07:45 -07:00
brightbox.rb [brightbox] Added support for Brightbox cloud API beta (http://beta.brightbox.com) 2010-11-16 11:11:53 -08:00
core.rb top level compute/storage constructs 2010-10-29 16:08:56 -07:00
go_grid.rb Not sure where the BlueBox came from. 2010-10-13 02:08:44 +08:00
google.rb pushing nokogiri dependency toward leaves as well 2010-10-29 15:25:14 -07:00
linode.rb [linode] consistency between providers/services 2010-09-08 10:56:38 -07:00
local.rb [local] rename files to storage for consistency 2010-09-08 12:50:38 -07:00
new_servers.rb pushing nokogiri dependency toward leaves as well 2010-10-29 15:25:14 -07:00
rackspace.rb 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: 2010-12-01 14:34:42 -08:00
slicehost.rb fix deprecation warning 2010-11-01 12:36:37 -07:00
terremark.rb pushing nokogiri dependency toward leaves as well 2010-10-29 15:25:14 -07:00
vcloud.rb 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: 2010-12-01 14:34:42 -08:00