Adrian Cole
84ad021268
added retry handler for io exceptions, created modular rest client, swapped generic type args on restcontext
2010-06-06 23:01:48 -07:00
Phil Hagelberg
438ee7abe2
Don't need to qualify blobstore/list-containers.
2010-05-26 15:39:55 -10:00
Phil Hagelberg
e64fd52a60
Add list-blobs function to create a lazy-seq of blobs.
...
list-container is still available as a low-level call, but list-blobs
should be preferred going forward since it doesn't need to be manually
paginated.
2010-05-26 15:22:13 -10:00
Adrian Cole
0684dc2344
Issue 264: fixed blob stuff in rackspace
2010-05-24 12:29:39 -07:00
Adrian Cole
d45dfff1ec
fixed regression
2010-05-24 00:44:54 -07:00
Adrian Cole
7c4307ba56
Issue 262: name of the blob didn't parse correctly; fixed
2010-05-24 00:13:17 -07:00
Adrian Cole
a4bdd433f4
Issue 260: fixed i/o threadpool to min=max; refactored session expiry logic. Issue 258 refactored load balancer code
2010-05-23 15:39:49 -07:00
Adrian Cole
efc47969d9
Issue 254: distinguish between id and providerId
2010-05-20 19:36:25 -07:00
Adrian Cole
239519c8ca
added exceptions to ssh commands and changed interface to not index on id, since ids are not guaranteed unique
2010-05-04 15:01:01 -07:00
Adrian Cole
a1c7ccfd3f
Issue 241:Add provider to the Location hierarchy and make getParent a Location object; also fixed compute services where broken and added ssh logging for runscript
2010-05-03 01:04:48 -07:00
Adrian Cole
021e5e18e0
Issue 203 normalized location across blobstore and compute
2010-04-25 17:38:21 -07:00
Adrian Cole
10af8cdae8
Issues 203 234 235, add visibility to image from nodemetadata, update to stable version of guava, harden tests, normalize location
2010-04-25 00:46:54 -07:00
Alex Yarmula
25c7345177
Added options to (node) function in compute.clj, currently a single option to show/fetch details.
...
Extended the doc in blobstore.clj.
2010-04-19 15:20:08 -07:00
Chas Emerick
82f6b1c777
refactor out clojure-contrib :require and :use declarations to provide clojure 1.1/1.2 compatibility
2010-04-16 11:20:04 -04:00
Adrian Cole
dedd8f8270
fixed templateBuilder logger and also fixed copyright headers
2010-04-13 23:40:56 -07:00
Adrian Cole
45384de903
Issue 202: with-details option for blobstore list
2010-04-06 19:33:26 -07:00
Adrian Cole
9837bfd3ba
fixed vfs snapshot repo and added test
2010-04-05 15:57:19 -07:00
Adrian Cole
6ea95932ff
fixed deleteallkeysinlist which forgot to check the status of the futures
2010-03-29 10:43:16 -07:00
Phil Hagelberg
a5454fe040
Update clojure blobstore tests to reflect new argument order.
2010-03-26 10:31:14 -07:00
Phil Hagelberg
f17352c70f
Handle container-name arg correctly in list-container.
2010-03-26 10:30:55 -07:00
phil
a87560113e
Remove magic ListOptionsContainer macros in favour of explicit fn mapping.
2010-03-26 01:09:21 +00:00
phil
91f09690b6
Rename create-blob to upload-blob.
2010-03-26 01:07:13 +00:00
phil
94b6efe802
Reorder arguments so optional args are always last.
2010-03-26 00:32:13 +00:00
Hugo Duncan
53bac3fa65
Fixed bug in extension module option parsing
2010-03-24 17:33:01 -04:00
Hugo Duncan
88bf948eb6
changed clojure-maven-plugin to 1.3.2 and removed its configuration in blobstore/pom.xml
2010-03-24 12:26:55 -04:00
Adrian Cole
574af762f6
added md5OutputStream to encryptionService and refactored blobstore.clj to use it
2010-03-21 21:04:10 -07:00
Adrian Cole
614cbb24c6
Issue 207: increased ferocity of tests to do concurrent 5MB downloads w/checksum on both http and blobstore level.
2010-03-21 16:48:16 -07:00
Adrian Cole
b70da07b27
Issue 212: now all modules can run clojure tests, and the test clj files will end up in the test jars
2010-03-20 16:39:11 -07:00
Phil Hagelberg
0d0b4e849f
Factor out service args into a fixture so other modules can reuse tests.
2010-03-19 15:41:14 -07:00
Phil Hagelberg
7a4b513191
Add a test to blobstore_test.clj to detect for corrupt downloads.
2010-03-19 12:59:46 -07:00
Andrew Phillips
64b68d73db
Housekeeping: renamed all .svnignore files to .gitignore, and some line endings.
2010-03-19 11:30:13 +01:00
Jim
c0d8e90e72
Added retry to download-blob if MD5 checksums don't match.
2010-03-17 14:05:35 -07:00
Adrian Cole
7def9eee7c
missing file
2010-03-15 15:32:40 -07:00
Adrian Cole
3be3966f45
fixed bad naming convention on constant
2010-03-15 10:42:46 -07:00
Adrian Cole
dc512e8bae
Issue 202: withDetails support for BlobStore.list(String,ListContainerOptions)
2010-03-14 23:34:47 -07:00
Phil Hagelberg
dba85d84dd
Automatically generate MD5 of payload in create-blob function.
2010-03-12 14:11:08 -08:00
Phil Hagelberg
769ba19157
Correct the argument order of create-container.
2010-03-11 17:17:18 -08:00
Phil Hagelberg
2a6580d342
Switch arg name back to dir from prefix; trim long lines.
...
(Too used to S3 where dirs are a figment of our imagination and
prefixes are what really matter.)
2010-03-11 17:07:14 -08:00
Phil Hagelberg
4f097cd21c
First arity for clear-container just calls itself instead of second arity.
2010-03-11 14:51:40 -08:00
Phil Hagelberg
7310d04ae5
Use as-blobstore when listing blobs in clojure wrapper.
...
Seems to be more forgiving and consistent this way.
2010-03-11 11:21:55 -08:00
Phil Hagelberg
9ba88797a0
Fix File method of download-blob multimethod.
2010-03-09 17:01:24 -08:00
Jim
5311b05192
Run clojure blobstore tests inside with-blobstore.
2010-03-09 16:16:43 -06:00
Jim
1da7c5a6b6
Added higher-level download-blob function and tests for it.
2010-03-09 16:13:23 -06:00
Phil Hagelberg
659f4b9612
Remove a redundant function, rename a test, add test todo.
2010-03-09 10:42:05 -08:00
Hugo Duncan
bdba469580
changed blobstore test to use factory for renamed transient provider
2010-03-09 12:32:01 -05:00
Adrian Cole
e04784373e
Issue 154: added Transient blobstore
2010-03-09 09:17:33 -08:00
Hugo Duncan
cb0928afae
major update to blobstore clojure binding. factored out core.clj
2010-03-09 11:11:19 -05:00
Adrian Cole
b190651247
refactored configuration module so that Issue 201 could occur. linked context with objects created from it
2010-03-09 00:10:27 -08:00
Adrian Cole
09e797de0b
Issue 189: atmos support for att is called synaptic
2010-03-06 21:00:06 -08:00
Hugo Duncan
fd066e02c1
Added resources directory back as a resource
2010-03-06 12:11:11 -08:00