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

35 commits

Author SHA1 Message Date
geemus
4cfc143e97 [google|storage] fix scope in acl parser 2010-12-08 15:54:26 -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
b9315bf7fe Added self.class_for(key) method. This allows us to inspect the requirements without having to create an instance of the service. 2010-12-08 11:08:16 -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
geemus
f23f8b1676 [aws&google|storage] fix delimiter typo in parsers 2010-11-19 14:16:03 -08:00
geemus
3973d5feeb [aws&google|storage] parse/return CommonPrefixes 2010-11-19 14:09:06 -08:00
geemus
5854e249aa more consistent attribute storage/usage 2010-11-19 13:45:45 -08:00
geemus
acb4a06431 [storage] public_url related tests/fixes 2010-11-18 15:54:54 -08:00
geemus
e8b740c84e [aws&google|storage] add canned acl related mocks 2010-11-18 14:17:11 -08:00
geemus
3f5b48e812 add public methods to file model 2010-11-18 11:18:46 -08:00
geemus
00171dfa8a [storage] correctly set content_length on save 2010-11-17 14:54:48 -08:00
geemus
b1473b39f5 fixing misc recently introduced spec/test bugs 2010-11-16 15:31:34 -08:00
geemus
59396d59c7 [storage] better header handling in mocks/models 2010-11-10 13:51:40 -08:00
geemus
070e2565d3 [storage] better behavior related to headers 2010-11-08 17:14:21 -08:00
geemus
e3a75d9883 [storage] typecast values from headers 2010-11-08 16:48:14 -08:00
geemus
f73aa1f132 [google|storage] fixes related to differences between s3 and google storage acl 2010-11-05 15:31:44 -07:00
geemus
93b8d32845 [storage] add public= and public_url for directory, public_url for file 2010-11-05 15:31:44 -07:00
geemus
4b8b52f692 [aws&google|storage] fix copy on file model to be better behaved 2010-11-02 11:42:53 -07:00
geemus
a31c1902f1 [aws|storage] pass content_type through model correctly 2010-11-01 11:04:17 -07:00
geemus
85c0c2fbf1 [aws&google|storage] cleanup/fixes for bucket acl 2010-10-29 16:38:17 -07:00
geemus
a975a6ef79 push most dependencies out toward leaves to lessen initial load requirements 2010-10-29 14:58:28 -07:00
geemus
c53b5e273c fixing more warnings 2010-10-13 13:20:18 -07:00
geemus
46fdab47e5 [aws|storage] continuing to flesh out tests 2010-10-12 18:07:36 -07:00
geemus
3ec39c332f removing the last few (obvious) warnings 2010-10-12 17:01:22 -07:00
geemus
f890f27141 fixing warnings 2010-10-12 16:23:35 -07:00
geemus
619f7d430f fix paths for core requires 2010-10-04 14:02:08 -07:00
geemus
2a8982577c [google][storage] close the formatador warning so that stuff won't keep being yellow 2010-09-24 13:24:52 -07:00
geemus
f1cb38ab1a update bin to match latest 2010-09-24 13:14:57 -07:00
Ariel Zavala
42d452f567 removed references to s3; removed unimplemented requests 2010-09-24 13:14:57 -07:00
Ariel Zavala
343adda46b All mock and real google storage tests green 2010-09-24 13:13:55 -07:00
Ariel Zavala
e3e226d565 modified to build correct signature 2010-09-24 13:13:55 -07:00
Ariel Zavala
80a22a3d6b changed x-amz- to x-goo- in some requests 2010-09-24 13:13:55 -07:00
Ariel Zavala
f810d6b194 removed location & payment functionality and test; All google storate mock tests green; Only directory tests green on real tests 2010-09-24 13:13:54 -07:00
Ariel Zavala
7a8b5fda10 Removed location specific functionality; Green for Mock tests 2010-09-24 13:13:54 -07:00
Ariel Zavala
bdd2ca3094 Used AWS storage to start work on Google storage 2010-09-24 13:13:54 -07:00