geemus
|
6ddf8e67a1
|
bump excon dep
|
2010-06-23 09:22:21 -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
|
4b736a3979
|
add connection resetting/persistent option to connections
|
2010-06-19 18:58:54 -07:00 |
geemus
|
7f91db2bd8
|
add a default flavor for rackspace server
|
2010-06-19 17:46:21 -07:00 |
geemus
|
a662e86dea
|
bump excon dep
|
2010-06-19 17:34:54 -07:00 |
freeformz
|
0968d1b809
|
do not parse if is_a?(Time) already
|
2010-06-19 13:27:51 -07:00 |
geemus
|
8d69b89a85
|
Release 0.2.0
|
2010-06-18 17:17:42 -07:00 |
geemus
|
ac958cac91
|
[s3] don't auto-paginate through files on bucket.get, too many requests for big buckets
|
2010-06-18 17:16:58 -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
|
0150e77e28
|
Release 0.1.10
|
2010-06-18 14:27:16 -07:00 |
geemus
|
7206d2c3dd
|
fix a iterator vs local variable conflict
|
2010-06-18 14:23:52 -07:00 |
geemus
|
279ebec8da
|
add typecasting capability to attribute
|
2010-06-18 14:02:16 -07:00 |
geemus
|
a8595ea3ee
|
fix the state that is checked for in volume spec
|
2010-06-17 14:34:19 -07:00 |
geemus
|
f9e8b97c8a
|
bump shindo dep
|
2010-06-16 22:52:13 -07:00 |
freeformz
|
60cff85fb4
|
load items on map/each if they are not already loaded.
This gets rid of ugly things like collection.each { |item| item.reload; ... do something .. }
|
2010-06-17 02:59:30 +08:00 |
geemus
|
b31f8b7201
|
Release 0.1.9
|
2010-06-15 21:25:49 -07:00 |
geemus
|
9bd06b309b
|
commit the lock from my primary laptop :(
|
2010-06-15 21:21:43 -07:00 |
geemus
|
7aec7febb3
|
fall back to ruby-hmac when openssl refuses to sha256
|
2010-06-15 21:19:40 -07:00 |
geemus
|
54ba56ac7f
|
make hmac stuff a bit more flexible
|
2010-06-15 21:07:15 -07:00 |
geemus
|
3d8d40f2d6
|
use openssl instead of ruby-hmac
|
2010-06-15 21:04:16 -07:00 |
geemus
|
0651d89271
|
use OpenSSL for SHA1 HMAC
|
2010-06-15 20:28:18 -07:00 |
geemus
|
3be09e4d67
|
bump shindo dep
|
2010-06-14 22:58:17 -07:00 |
geemus
|
862e30e84b
|
[README]more strongly word intro, fix rackspace link
|
2010-06-13 18:28:51 -07:00 |
geemus
|
4703971e5c
|
also link the company that provides each set of services
|
2010-06-13 18:27:18 -07:00 |
geemus
|
ad43a53d61
|
small readme tweaks
|
2010-06-13 18:25:17 -07:00 |
geemus
|
3f2e6cf03a
|
oops, fix link syntax
|
2010-06-13 18:24:16 -07:00 |
geemus
|
5e9395fda6
|
add links in readme for services
|
2010-06-13 18:21:41 -07:00 |
geemus
|
8446c103bc
|
tightening up README a bit
|
2010-06-13 18:10:32 -07:00 |
geemus
|
72ef919413
|
[rackspace] exploring bootstrapping
|
2010-06-13 17:29:18 -07:00 |
geemus
|
936cfc0e95
|
refactor/cleanup to use service
|
2010-06-12 15:31:17 -07:00 |
geemus
|
e4d13075fa
|
[rackspace] add requirements to service
|
2010-06-12 13:21:32 -07:00 |
geemus
|
0040d1da13
|
[rackspace] convert files to use service/collections
|
2010-06-12 13:09:19 -07:00 |
Martin Emde
|
452e498d72
|
[S3] File#url calls Files#get_url with self.key.
|
2010-06-13 02:15:29 +08:00 |
geemus
|
400d2b710f
|
[rackspace] working on consolidating repetitive service setup code
|
2010-06-12 11:13:49 -07:00 |
geemus
|
61e7ec0ac3
|
consolidate error slurp/reraising a bit
|
2010-06-11 23:11:02 -07:00 |
geemus
|
61712013ab
|
[rackspace] simplify servers mock/real with shared module
|
2010-06-10 19:34:21 -07:00 |
geemus
|
4857434c89
|
[s3] use reload for noun to reset connection
|
2010-06-10 19:09:00 -07:00 |
geemus
|
5ed729246a
|
move errors to its own file
|
2010-06-10 19:04:17 -07:00 |
geemus
|
afd711cb08
|
[ec2] wait for volume to be ready before describing
|
2010-06-10 11:44:11 -07:00 |
geemus
|
8e0aa53d3c
|
catch nil value instead of erroring in tests
|
2010-06-10 11:44:11 -07:00 |
Edward Muller
|
1829f977d2
|
get_network & get_network_ips for Tmrk Ecloud
|
2010-06-11 01:53:25 +08:00 |
Edward Muller
|
0a59ce7e50
|
no need to store the response
|
2010-06-11 01:53:25 +08:00 |
Edward Muller
|
20eeba5f95
|
use new_record? instead of new?
|
2010-06-11 01:53:25 +08:00 |
Edward Muller
|
7979363d37
|
Network(s) and Ip(s) models
|
2010-06-11 01:53:25 +08:00 |
Edward Muller
|
9addf5f9fd
|
use super and standardize a little
|
2010-06-11 01:52:58 +08:00 |