Wesley Beary
|
52b3199555
|
consolidate readme/license
|
2009-09-14 21:36:20 -07:00 |
Wesley Beary
|
dc1a27135a
|
adding a first pass at a readme
|
2009-09-14 21:32:02 -07:00 |
Wesley Beary
|
945b86f4a7
|
make mocking more clearly a one way transform
|
2009-09-14 21:14:34 -07:00 |
Wesley Beary
|
e3643af5a0
|
manipulate load path instead of doing relative paths
|
2009-09-13 21:24:22 -07:00 |
Wesley Beary
|
d7aab6fe2a
|
simple describe_images mock
|
2009-09-12 11:58:05 -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
|
a1f5d3969c
|
Version bump to 0.0.9
|
2009-09-10 11:56:14 -07:00 |
Wesley Beary
|
5b46259555
|
objects head should include content-type
|
2009-09-10 11:55:42 -07:00 |
Wesley Beary
|
72ba042e46
|
Version bump to 0.0.8
|
2009-09-10 11:40:20 -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
|
797b98e07b
|
Version bump to 0.0.7
|
2009-09-10 10:09:50 -07:00 |
Wesley Beary
|
a7a45e88f6
|
fixes for streaming files
* create chunks if the response wasn't chunked
* mock out the chunk behaviour
* move chunk size into a constant
|
2009-09-10 10:08:29 -07:00 |
Wesley Beary
|
cec971052b
|
Version bump to 0.0.6
|
2009-09-09 20:46:14 -07:00 |
Wesley Beary
|
23ae9584a1
|
Stream data for S3 get/put object
|
2009-09-09 20:44:28 -07:00 |
Wesley Beary
|
09e952b665
|
allow put_object to take a file or a string for its data argument
|
2009-09-08 20:33:37 -07:00 |
Wesley Beary
|
3c78b6f166
|
raise ArgumentError when lacking keys for get bucket/object
|
2009-09-08 20:24:21 -07:00 |
Wesley Beary
|
db54e424be
|
fixing existing simpledb specs and adding all but select
|
2009-09-08 19:57:53 -07:00 |
Wesley Beary
|
fb0153607c
|
Version bump to 0.0.5
|
2009-09-08 11:57:26 -07:00 |
Wesley Beary
|
5025587cca
|
put_bucket should be idempotent
|
2009-09-08 11:54:38 -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
|
108effd89c
|
first pass at snapshot models
|
2009-09-06 10:48:12 -07:00 |
Wesley Beary
|
2cb26510ff
|
remove no longer needed initialize definitions
|
2009-09-06 10:47:56 -07:00 |
Wesley Beary
|
93bcf8ca13
|
updating ec2 models to match up s3 models
|
2009-09-05 20:50:40 -07:00 |
Wesley Beary
|
9322e3360b
|
Version bump to 0.0.4
|
2009-09-04 18:25:24 -07:00 |
Wesley Beary
|
7f57619dd9
|
collections should be arrays, and should not memoize stuff
|
2009-09-04 18:24:11 -07:00 |
Wesley Beary
|
e3326e4261
|
fix typos
|
2009-09-04 17:25:41 -07:00 |
Wesley Beary
|
711a9144c1
|
update rakefile and add gemspec
|
2009-09-04 14:49:26 -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
|
d4d8e8684c
|
benchmarks
|
2009-08-31 23:16:53 -07:00 |
Wesley Beary
|
1b14059d95
|
fixes/specs for s3 buckets and bucket models
|
2009-08-31 22:40:07 -07:00 |
Wesley Beary
|
37f7339df8
|
cleanup attribute definition/usage in collections/models
|
2009-08-30 14:43:01 -07:00 |
Wesley Beary
|
19f3408ec7
|
more fleshing out s3 models
|
2009-08-30 14:14:11 -07:00 |
Wesley Beary
|
ae2298ee11
|
hash collections seem like a better domain mapping
|
2009-08-29 11:21:37 -07:00 |
Wesley Beary
|
e32c247720
|
let models know about their collections
|
2009-08-28 09:03:19 -07:00 |
Wesley Beary
|
846d6279f7
|
cleanup of models and model pending specs
|
2009-08-27 20:47:01 -07:00 |
Wesley Beary
|
1d780119ca
|
describe availability zones and regions mocks
|
2009-08-26 21:31:53 -07:00 |
Wesley Beary
|
8a2ba3ca4e
|
mock attach/detach volume
|
2009-08-25 19:49:55 -07:00 |
Wesley Beary
|
e438e1b318
|
fix association setter in associate_address
|
2009-08-25 18:43:30 -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
|
96895338dc
|
snapshot mocks
|
2009-08-20 19:26:14 -07:00 |
Wesley Beary
|
2c25fae5f1
|
use the new more persistent data store for mocks
|
2009-08-20 19:25:52 -07:00 |
Wesley Beary
|
37c8ce7bd7
|
Merge branch 'master' of git@github.com:geemus/fog
|
2009-08-19 20:33:10 -07:00 |