Chas Emerick
bc7a92fae1
First cut at a clojure wrapper of EBS interface
2010-04-08 08:14:21 -04:00
Alex Yarmula
1bdf5eda18
added resolve images functionality (currently supported are ec2 and gogrid). current implementations are only resolving the credentials/authentication
2010-04-07 16:10:37 -07:00
Alex Yarmula
7d4d1b3b4a
fixed the missing dependency on the demo that was moved
2010-04-07 15:17:00 -07:00
Alex Yarmula
de2ed9558a
Merge branch 'master' of github.com:jclouds/jclouds
2010-04-07 15:11:52 -07:00
Adrian Cole
89958f93d1
normalized image parsing across canonical and alestic; added tests to kickout non-amis and test images
2010-04-07 12:47:49 -07:00
Adrian Cole
45384de903
Issue 202: with-details option for blobstore list
2010-04-06 19:33:26 -07:00
Adrian Cole
fab4a0fb4d
tuned runscript to use herefile syntax so that it is easier to troubleshoot and works without needing to escape characters
2010-04-06 15:13:08 -07:00
Alex Yarmula
9eb73a8544
Merge branch 'master' of github.com:jclouds/jclouds
2010-04-06 11:01:07 -07:00
Alex Yarmula
63c5f8b85c
Merge branch 'master' of github.com:jclouds/jclouds
2010-04-06 09:45:49 -07:00
Chas Emerick
c352f408a2
fix ec2 to work with canonical AMIs
2010-04-06 08:24:55 -04:00
Adrian Cole
736e85da6b
fixed ec2 to work with alestic amis
2010-04-05 20:06:57 -07:00
Adrian Cole
9837bfd3ba
fixed vfs snapshot repo and added test
2010-04-05 15:57:19 -07:00
Alex Yarmula
2ccbc8e40a
resize-ebs is moved to clouddemo repository
2010-04-05 15:21:25 -07:00
Hugo Duncan
6fa99d92a7
added properties to compute-service
2010-04-05 16:24:42 -04:00
Adrian Cole
190c768d02
Issue 221: made sure default template always works on all cloud providers
2010-04-04 22:57:03 -07:00
Adrian Cole
4ee4bb8764
Issue 210: ec2 content length header was bad. corrected and also updated default appengine test app to allow more time to startup
2010-04-04 19:48:02 -07:00
Alex Yarmula
6c26047e6a
added support for ning http client
2010-04-03 11:02:46 -07:00
Adrian Cole
5d68b3e820
fixed usage and added image name predicate
2010-04-02 13:47:20 -07:00
Hugo Duncan
3776354f59
fixed bug in as-compute-service when passed credentials
2010-04-02 15:04:44 -04:00
Adrian Cole
68080daee3
Issue 211:update to latest appengine sdk 1.3.2
2010-03-31 19:04:37 -07:00
Hugo Duncan
4f7f644198
updated clojure compute binding
2010-03-30 15:41:06 -04:00
Andrew Phillips
c4bf0f21ad
POM cleanup and line endings.
2010-03-30 10:19:50 +02:00
Andrew Phillips
bb4aa551a7
Merge branch 'archetype-pom-cleanup'
2010-03-30 10:11:54 +02:00
Andrew Phillips
1b60574b75
Cleaned up archetype POMs.
2010-03-30 10:11:13 +02:00
Adrian Cole
ef846e3312
fixed repos for archaetypes
2010-03-29 14:25:20 -07:00
Adrian Cole
b6e063bf51
Issue 217: call undeploy before deleting a vapp
2010-03-29 10:43:42 -07:00
Adrian Cole
6ea95932ff
fixed deleteallkeysinlist which forgot to check the status of the futures
2010-03-29 10:43:16 -07:00
Adrian Cole
e45d9e75d4
Issue 218: fixed to use PUT for initial CDN requests
2010-03-29 10:42:47 -07:00
Andrew Phillips
b1f3f86337
Removed unnecessary <packaging>jar</packaging> from archetype POMs and corrected a typo.
2010-03-29 16:34:34 +02:00
Andrew Phillips
1f6784b40f
Merge remote branch 'origin'
2010-03-29 16:34:09 +02:00
Alex Yarmula
1fbf71a9d4
Merge branch 'master' of github.com:jclouds/jclouds
2010-03-26 12:15:33 -07:00
Alex Yarmula
9b510a9efe
corrected BaseJettyTest: by HTML spec, HEAD requests shouldnt get any body in response
2010-03-26 12:15:17 -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
Andrew Phillips
378e5ba91f
Switching from SVN to WebDAV as a repository wagon as it is *much* faster and doesn't mess up the commit logs quite so much. Works again now that http://code.google.com/p/support/issues/detail?id=3752 has been fixed.
2010-03-26 09:56:45 +01: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
Alex Yarmula
13da9016e0
removed the finalizer from basePayloadEnclosingImpl. closing the stream will be handled individually by the stream wrapper
2010-03-25 12:26:17 -07:00
Adrian Cole
de359a52cc
Issue 214: leaned test a bit
2010-03-24 17:00:57 -07:00
Hugo Duncan
53bac3fa65
Fixed bug in extension module option parsing
2010-03-24 17:33:01 -04:00
Alex Yarmula
9b6dbd59ed
Merge branch 'master' of github.com:jclouds/jclouds
2010-03-24 14:05:28 -07:00
Alex Yarmula
a13fd648c9
issue 214. test uploading a large file
2010-03-24 14:03:41 -07: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
Andrew Phillips
91c9b82946
Trying Nexus as a snapshot repo.
2010-03-24 10:24:02 +01:00
Adrian Cole
ebcaae325f
Issue 215: removed RuntimeDelegate.setInstance and turned to dependency injection for UriBuilder
2010-03-22 22:33:26 -07:00
Adrian Cole
9ea446ac9f
Issue 214: default http executor tried to convert all blobs to a byte array
2010-03-22 10:53:42 -07: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
6fed0e1688
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
added #getRamSizes() for GridServerClient. added convenience method to ip services. fixed idempotency issues with implementation of http request filter
2010-03-21 16:48:35 -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