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

167 commits

Author SHA1 Message Date
Jeremy Deininger
53ce447574 [simpleDB] - not populating the :replace attributes with keys from :expect. 2010-06-23 09:24:45 -07:00
Jeremy Deininger
946c1c54f4 [simpleDB] - combining put_attributes and put_conditional into one method. 2010-06-22 13:33:33 -07:00
Jeremy Deininger
e4ff36c842 [simpleDB] changing put_attributes so it doesn't use batch mode. 2010-06-21 20:40:08 -07:00
Jeremy Deininger
9d42221815 Adding put_conditional support and spec. Fixes error no Const
Module::YAML when running single simpledb specs.
2010-06-21 20:40:08 -07:00
geemus
936cfc0e95 refactor/cleanup to use service 2010-06-12 15:31:17 -07:00
geemus
4529a3444f simplify by pushing query string building down into excon 2010-06-05 14:19:55 -07:00
geemus
b162b21cc4 [s3] small fixes related to versioning 2010-06-01 12:11:11 -07:00
geemus
f8e5d55979 [s3] put_object_url 2010-05-28 22:53:15 -05:00
geemus
bfe11b9046 [elb] consolidate to use AWS.indexed_params 2010-05-27 17:14:07 -07:00
geemus
54a7fe2017 [ec2] consolidate server tests and fix some breakage 2010-05-27 11:27:08 -07:00
geemus
14f91dabfa [ec2] update mocks/tests to match new error style 2010-05-26 18:03:22 -07:00
geemus
8533cdfecc consolidate MockNotImplemented and move into Errors namespace 2010-05-26 17:38:23 -07:00
geemus
fea0e70649 update helper tests to match new shindo 2010-05-26 17:37:27 -07:00
geemus
b7e843b669 [ec2] nicer error messaging, and more accurate errors from mocks 2010-05-25 22:26:28 -07:00
geemus
c4d20a7e83 [s3] fix mock to read data from files that are passed 2010-05-25 10:37:14 -07:00
geemus
4577e2d093 [ec2] fix gaps in mocking revealed by new shindo tests 2010-05-24 17:41:01 -07:00
geemus
014a0ac314 [ec2] make things that shouldn't cost money idempotent 2010-05-24 14:22:35 -07:00
geemus
8e0b2bf684 [ec2] remove debug print line, fix typo 2010-05-22 16:05:52 -07:00
geemus
fb7555bfe5 [ec2] consolidate key pair tests 2010-05-22 15:09:35 -07:00
geemus
5a72002448 [ec2] fix state name in mocks for attached volumes 2010-05-20 14:03:15 -07:00
geemus
582865dade [ec2] fix typo in security group usage 2010-05-18 10:29:38 -07:00
geemus
809ecfc294 [ec2] run_instances: simplify SecurityGroup, add BlockDeviceMapping support 2010-05-17 21:02:03 -07:00
geemus
e19bea576c [ec2] left out a comma in the hash after idempotent 2010-05-17 20:46:29 -07:00
geemus
39ef03c23c [ec2] describe_instances should be idempotent 2010-05-17 11:30:11 -07:00
Simon Rozet
68f699e144 [s3] more head_object fix 2010-05-15 03:47:02 +08:00
geemus
de240968fd [s3] matching version_id related fix for head_object 2010-05-14 12:37:28 -07:00
geemus
00fa84eed4 [s3] fix another versioning related bug 2010-05-14 12:29:05 -07:00
Tim Carey-Smith
a65f65dbc6 [ec2] Update the mock for addresses to support setting the server IP address correctly 2010-05-14 05:33:54 +08:00
Tim Carey-Smith
11243063b6 [ec2] Add ipAddress information into the mock data 2010-05-14 05:33:54 +08:00
geemus
51b8e4df58 [s3] rough first cut of get_bucket_object_versions 2010-05-12 18:40:00 -07:00
geemus
8e3464ebad [s3] rough cut of bucket logging requests 2010-05-11 17:39:07 -07:00
geemus
013b2c3ead [s3] add versioning support 2010-05-10 20:28:27 -07:00
Alex Malinovich
d9f3e880ef [elb] Adding support for create_load_balancer and delete_load_balancer 2010-05-11 05:17:41 +08:00
geemus
2bace47291 [s3] add acl and torrent methods, segregate get_object_url 2010-05-09 18:50:10 -07:00
geemus
242d7a5088 update excon, pass a block instead of params[:block] 2010-05-09 16:23:03 -07:00
geemus
4836ad7c68 remove annotated notes, data now in tracker 2010-05-09 11:40:54 -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
72d1836f26 [s3] fix get_bucket mock to return nil instead of '' 2010-05-06 11:47:02 -07:00
geemus
7c85a671b2 return nil instead of '' for mocks as well 2010-05-05 14:22:22 -07:00
geemus
3197c257b5 [ec2] fixes for modify_image_attributes 2010-05-03 18:40:54 -07:00
geemus
a1b0e5dd63 add modify_image_attributes 2010-05-03 17:10:43 -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
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
0e90decc4e [elb] cleanup 2010-05-02 13:25:14 -07:00
Alex Malinovich
7649e5c493 Adding initial Elastic Load Balancer support 2010-05-03 04:08:07 +08:00
geemus
30bf8ff90b [ec2] fix volume model mock specs and detach_volume mock 2010-04-30 12:02:08 -07:00