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

761 commits

Author SHA1 Message Date
geemus
242d7a5088 update excon, pass a block instead of params[:block] 2010-05-09 16:23:03 -07:00
geemus
1a1985db25 [ec2] wait for snapshot to finish before describing, so that progress will not be nil 2010-05-09 13:15:05 -07:00
geemus
4836ad7c68 remove annotated notes, data now in tracker 2010-05-09 11:40:54 -07:00
geemus
4969b0ba24 [ec2] wait for volume to attach before calling detach in tests 2010-05-09 11:24:07 -07:00
geemus
c1442ad780 [ec2] remove deprecated request specs, replaced by shindo tests 2010-05-08 18:31:47 -07:00
geemus
945011661f [ec2] update snapshot models to accept new attributes 2010-05-08 18:22:43 -07:00
geemus
9d2cea276a [ec2] update snapshot mocks to match recent parser updates 2010-05-08 18:13:33 -07:00
geemus
04ecade81b [ec2] snapshots, parse missing fields, allow description, consolidated shindo tests 2010-05-08 15:16:35 -07:00
geemus
b8823a7c8f [ec2] consolidated shindo tests for volumes 2010-05-08 14:53:05 -07:00
geemus
af8318707a [ec2] fix typo in spec 2010-05-07 10:42:43 -07:00
geemus
c0503ec6ce [terremark] fix ommission in vapp parser 2010-05-07 10:42:27 -07:00
geemus
45cc1e5099 raise error in Model#reload if the thing goes away 2010-05-07 09:51:58 -07:00
geemus
c70fb49dac reload should return nil if the object no longer exists 2010-05-06 16:41:02 -07:00
geemus
72d1836f26 [s3] fix get_bucket mock to return nil instead of '' 2010-05-06 11:47:02 -07:00
geemus
79ee062d93 [terremark] parse resource type/quantity for vapp, thanks marios 2010-05-06 11:23:51 -07:00
geemus
db2d74ebda [terremark] fix typo in get_internet_services parser 2010-05-06 08:30:07 -07:00
geemus
d64526c841 tweaking shindo usage as I solidify how I want to use it 2010-05-05 21:40:21 -07:00
geemus
0557b1625e [s3] fix nil expectations to match new parsers 2010-05-05 16:11:47 -07:00
geemus
6aa08be3ea [s3] remove deprecated s3 usage in specs 2010-05-05 14:49:57 -07:00
geemus
cd528f047c Release 0.0.91 2010-05-05 14:22:43 -07:00
geemus
7c85a671b2 return nil instead of '' for mocks as well 2010-05-05 14:22:22 -07:00
geemus
b0babfe958 Release 0.0.90 2010-05-05 13:53:05 -07:00
geemus
eaff8be181 update xml parsing to be more consistent, return nil instead of '' 2010-05-05 13:39:41 -07:00
geemus
ea5f328110 Release 0.0.89 2010-05-04 15:09:06 -07:00
geemus
4a5faf5a79 make deprecation a bit more flexible and deprecate setters 2010-05-04 14:31:42 -07:00
geemus
3197c257b5 [ec2] fixes for modify_image_attributes 2010-05-03 18:40:54 -07:00
geemus
b1655ab847 Release 0.0.88 2010-05-03 17:27:57 -07:00
geemus
98e99c6dad fix preventing version redefinition 2010-05-03 17:25:59 -07:00
geemus
a1b0e5dd63 add modify_image_attributes 2010-05-03 17:10:43 -07:00
geemus
01c2a29a49 add identity setter and fix more deprecated directory calls 2010-05-03 16:48:46 -07:00
geemus
c07a5d343d require fog in bin, which sets up load path for subsequent requires 2010-05-03 15:10:36 -07:00
geemus
e1740eac4e [s3] fix deprecated directory#name usage 2010-05-03 15:02:08 -07:00
geemus
877a7bcf7f [s3] fix directory spec 2010-05-03 15:00:44 -07:00
geemus
d64df44039 remove fog from Gemfile (mucks with ci) 2010-05-03 14:14:39 -07:00
geemus
b075de92c2 display location of deprecated calls 2010-05-03 14:11:11 -07:00
geemus
4046e9e30d Release 0.0.87 2010-05-03 13:32:44 -07:00
geemus
97381a763b fix for using :name when creating directories 2010-05-03 13:32:16 -07:00
geemus
27d38705da Release 0.0.86 2010-05-03 13:20:34 -07:00
geemus
2168ad2cc0 [s3] fix deprecation of name for key 2010-05-03 13:19:38 -07:00
geemus
e348b46bc5 Release 0.0.85 2010-05-02 20:06:49 -07:00
Alex Malinovich
14417a7e94 [elb] Adding support for DescribeInstanceHealth 2010-05-03 11:00:46 +08:00
Alex Malinovich
d88ed58f53 [elb] Adding support to enable/disable availability zones for ELBs 2010-05-03 11:00:45 +08:00
Alex Malinovich
c2b751e0b3 [elb] Fixing rdoc for register/deregister requests 2010-05-03 10:59:53 +08:00
geemus
bb1f2e5a72 normalize on key instead of name for directory 2010-05-02 19:59:15 -07:00
geemus
7ad51ae816 [rackspace] name is optional for servers 2010-05-02 19:46:51 -07:00
geemus
41f78339ab toward more flexible/resilient ssh 2010-05-02 19:46:51 -07:00
Alex Malinovich
ae603ca624 [elb] Adding register/deregister instances with/from load balancer 2010-05-03 08:01:34 +08:00
Alex Malinovich
fc29d82c4d [elb] Adding ELB-specific indexed_param 2010-05-03 08:01:33 +08:00
geemus
63415a4748 [aws] consolidate AWS style request signing 2010-05-02 13:25:39 -07:00
geemus
0e90decc4e [elb] cleanup 2010-05-02 13:25:14 -07:00