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

12 commits

Author SHA1 Message Date
freeformz
30446e5ac1 Servicify & Hashify & more requests
Many changes:

-Become more of a proper Fog Service.
-Drop most of the Collection/Model customizations.
-Add a hook for services to do something after #new with the instance
-Move to the ToHashDocument parser ... so no more having to actually
make parsers.
-Fog::Vcloud::Extension is kind of like Fog::Service, but for writing
extension modules to Fog::Vcloud.
-Fix up existing specs/mocks (they're not complete atm, but the existing
ones are up to date).
-Fog::Vcloud::Terremark::Ecloud gets almost all extensions implemented
(almost).
-Fog::Vcloud::Terremark::Ecloud bumped to working with the current TMRK
API release.
-Factor out some TMRK/ecloud specifc mock data into the ecloud module.
-Probably forgetting something.
2010-06-28 02:10:27 +08:00
geemus
abdc151081 [new_servers] first pass at basic functionality 2010-06-23 13:22:20 -07:00
geemus
c481561af3 more fixes to ToHashDocument, as per freeformz 2010-06-18 15:16:07 -07:00
geemus
3ea7770421 ToHashParser fix for if last is empty but value isn't 2010-06-18 14:54:34 -07:00
geemus
cbd78e258c ToHashParser tweaks/cleanup 2010-06-18 14:53:35 -07:00
geemus
5abc390c91 add initial ToHashParser 2010-06-18 14:35:29 -07:00
geemus
eaff8be181 update xml parsing to be more consistent, return nil instead of '' 2010-05-05 13:39:41 -07:00
Wesley Beary
41ace1cd2f working on pending specs (on train, will need to test them for serious still) 2009-11-02 18:47:24 -08:00
Wesley Beary
97dda626ba get_console_output 2009-07-24 19:25:55 -07:00
Wesley Beary
bd7db29ef6 starting on casting and testing return values 2009-06-29 01:02:55 -07:00
Wesley Beary
3381648dc4 first pass at replacing curb with eventmachine connection for flexibility/speed 2009-05-20 18:49:20 -07:00
Wesley Beary
80d064be89 first pass at integrating/namespacing 2009-05-18 23:06:49 -07:00