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

117 commits

Author SHA1 Message Date
Wesley Beary
1b32a08d3f don't run the opening a url in mock mode 2009-10-08 23:13:17 -07:00
Wesley Beary
c2d58e493d first pass at instance model spec 2009-10-08 23:10:26 -07:00
Wesley Beary
34294ad441 fill in pending specs 2009-10-06 20:35:46 -07:00
Wesley Beary
d94722e01a skip trying to get contents from the private url when mocked 2009-10-06 20:35:28 -07:00
Wesley Beary
13e3336e9b clean up relationships 2009-10-06 18:55:39 -07:00
Wesley Beary
6cfcfd1edf first pass at query param signed s3 requests 2009-10-03 15:43:19 -07:00
Wesley Beary
4d8cb107a4 [s3] use path, rather than subdomain requests, as necessary 2009-10-02 22:34:40 -07:00
Wesley Beary
4064f65f26 fixes/specs for snapshot models 2009-09-29 22:02:33 -07:00
Wesley Beary
eadd0231a7 fixes/specs for security_group(s) 2009-09-28 20:00:49 -07:00
Wesley Beary
830a9907fd more ec2 model implementation and spec work 2009-09-27 21:31:15 -07:00
Wesley Beary
cc8b38ab56 cleanup in models 2009-09-24 19:18:20 -07:00
Wesley Beary
b2c3ad554a volume models and specs 2009-09-23 21:23:54 -07:00
Wesley Beary
01ab1e7d01 ec2 model spec fixes 2009-09-22 22:47:45 -07:00
Wesley Beary
302a5638a8 continuing to flesh out ec2 address models 2009-09-21 11:40:51 -07:00
Wesley Beary
d192ee0e79 work on simplifying s3 collections 2009-09-21 11:40:16 -07:00
Wesley Beary
26b556975c starting to add specs for ec2 models 2009-09-20 09:21:21 -07:00
Wesley Beary
a25d38851e fix describe_security_group mocks 2009-09-12 11:35:14 -07:00
Wesley Beary
a13e9d62d9 fixes for ec2 instance mocks 2009-09-12 11:29:55 -07:00
Wesley Beary
f411163df4 add mocking for get_console_output, couple small cleanups 2009-09-11 20:47:32 -07:00
Wesley Beary
cc38eb74ff more streaming fixes
* allow models to pass block for s3.objects.get and receive stream.
* cleanup in connection so that in the event of error it will skip the blocks.
2009-09-10 11:30:50 -07:00
Wesley Beary
23ae9584a1 Stream data for S3 get/put object 2009-09-09 20:44:28 -07:00
Wesley Beary
beed92d667 more failure specs for simpledb 2009-09-07 21:34:12 -07:00
Wesley Beary
6c0e4f5ab1 first pass at simpledb mocks 2009-09-07 21:25:50 -07:00
Wesley Beary
7f57619dd9 collections should be arrays, and should not memoize stuff 2009-09-04 18:24:11 -07:00
Wesley Beary
7513d5eb98 flesh out the rest of the s3 model specs (and fix the errors I found along the way) 2009-09-02 20:17:53 -07:00
Wesley Beary
b23594254c Fix s3 mocking behaviours:
1) delete_bucket should raise a 409 if the bucket is not empty
2) (get/put)_object should have 'Content-Type' headers
2009-09-02 20:15:32 -07:00
Wesley Beary
0a80fbf01c more fleshing out of the models, getting close to feature complete for s3 2009-09-01 21:41:52 -07:00
Wesley Beary
1b14059d95 fixes/specs for s3 buckets and bucket models 2009-08-31 22:40:07 -07:00
Wesley Beary
846d6279f7 cleanup of models and model pending specs 2009-08-27 20:47:01 -07:00
Wesley Beary
8a2ba3ca4e mock attach/detach volume 2009-08-25 19:49:55 -07:00
Wesley Beary
310373bd66 (dis)associate address spec 2009-08-24 20:59:19 -07:00
Wesley Beary
9003052d42 fix the connection grabbing function to match with the request specs 2009-08-23 14:38:54 -07:00
Wesley Beary
e28c021cec make describe instances return more consistent and add mocks 2009-08-23 11:01:37 -07:00
Wesley Beary
312e962846 first pass at run/terminate instance mocks 2009-08-21 22:04:12 -07:00
Wesley Beary
2c25fae5f1 use the new more persistent data store for mocks 2009-08-20 19:25:52 -07:00
Wesley Beary
09e9315be9 cleanup/decouple specs 2009-08-19 20:32:57 -07:00
Wesley Beary
5cdb40d261 change to use nested success/fail blocks 2009-08-19 19:11:57 -07:00
Wesley Beary
1e4c61c265 spec snapshot failure cases 2009-08-19 19:11:40 -07:00
Wesley Beary
bb7c79295e support options in s3.get_bucket mocks 2009-08-18 09:32:25 -07:00
Wesley Beary
962169950a keep mocked data on class (new instances will share data) and provide reset_data function 2009-08-17 22:39:44 -07:00
Wesley Beary
1f41499e64 fixes around collections 2009-08-17 18:34:44 -07:00
Wesley Beary
91a0d88f69 fix query params for s3 2009-08-17 17:57:52 -07:00
Wesley Beary
9ac8af38fb Version bump to 0.0.1 2009-08-17 17:06:25 -07:00
Wesley Beary
e59a6c3645 fix spec_helper file path 2009-08-17 15:55:30 -07:00
Wesley Beary
7f0fa5c869 merge with latest head 2009-08-17 15:25:19 -07:00
Wesley Beary
8e79419cce security group mocks and test additions 2009-08-17 09:45:00 -07:00
Wesley Beary
64742c52d0 first pass at key pair mocks and fix describe errors for addresses/volumes 2009-08-16 22:19:35 -07:00
Wesley Beary
068cccf394 proper errors for existing ec2 mocks 2009-08-16 21:37:18 -07:00
Wesley Beary
dae13d496c custom error classes, specs for error expectations and mocks raise errors 2009-08-16 13:31:36 -07:00
Wesley Beary
c43cd2a91e cleanup/simplify models 2009-08-12 22:48:17 -07:00