Adrian Cole
|
7ab57d3a1f
|
removed stack size property
|
2011-04-09 03:39:18 -07:00 |
Adrian Cole
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
95310ba680
|
Issue 527:update to official build of jetty
|
2011-04-09 03:18:42 -07:00 |
Adrian Cole
|
35412b828c
|
Issue 525:update to testng 6.0.1
|
2011-04-09 03:12:41 -07:00 |
Adrian Cole
|
8d26999bc2
|
updated to surefire 2.8, and revised test annotations to be compatible with testng 5.14.10
|
2011-04-09 01:09:35 -07:00 |
Adrian Cole
|
41b5e3130f
|
Issue 525:update to testng 5.14.10
|
2011-04-08 23:09:54 -07:00 |
Adrian Cole
|
b406a462b0
|
updated async http lib
|
2011-04-08 22:56:13 -07:00 |
Adrian Cole
|
008f74f553
|
updated to slf4j 1.6.1
|
2011-04-08 22:54:05 -07:00 |
Adrian Cole
|
3a3f95b938
|
Issue 523:update to apache hc 4.1.1
|
2011-04-08 22:42:13 -07:00 |
Adrian Cole
|
835b5c6944
|
Issue 522:update to jersey 1.6
|
2011-04-08 22:13:22 -07:00 |
Adrian Cole
|
fd1d6ab88a
|
Issue 521:update to final guice 3.0
|
2011-04-08 21:47:04 -07:00 |
Adrian Cole
|
296dfe2cf2
|
Issue 520:update to google appengine 1.4.3
|
2011-04-08 21:02:21 -07:00 |
Adrian Cole
|
c9a4534849
|
Issue 519:update to guava r09
|
2011-04-08 15:36:04 -07:00 |
Adrian Cole
|
5f43dbb6fa
|
updated tests to include containercount parameter
|
2011-04-08 15:03:14 -07:00 |
Adrian Cole
|
b7e2f606c7
|
mapmaker doesn't return null, rather NPE
|
2011-04-08 12:58:48 -07:00 |
Adrian Cole
|
ad96923db7
|
Issue 518:add limits operation to CloudServersClient
|
2011-04-08 12:51:53 -07:00 |
Adrian Cole
|
a3fc778035
|
Issue 512: locked virtualization type down
|
2011-04-07 16:25:17 -07:00 |
Adrian Cole
|
f39514a861
|
added larger file upload into perftest
|
2011-04-07 12:52:13 -07:00 |
Adrian Cole
|
25eb1581ea
|
added parallel file upload test to blobstore
|
2011-04-07 12:26:47 -07:00 |
Adrian Cole
|
ba40e8a7b5
|
Issue 516:add ning payload to enterprise configuration
|
2011-04-07 12:23:57 -07:00 |
David Santiago
|
a9f99f1b4e
|
Update put-blob to new multipart API and add test.
How to do multipart on a put changed after the previous commit.
|
2011-04-06 02:53:19 -05:00 |
David Santiago
|
27189fba21
|
Add multipart? option to put-blob.
|
2011-04-06 00:29:22 -05:00 |
David Santiago
|
aa89a53b86
|
Merge remote branch 'upstream/master'
|
2011-04-06 00:26:42 -05:00 |
David Santiago
|
ee339e109b
|
Update create-container to take more options.
* location is now optional, given through the :location keyword.
* public-read? option, can be set to true to create a publically readable
container.
|
2011-04-05 18:57:28 -05:00 |
Adrian Cole
|
2bfc84beeb
|
Issue 430: PutOptions.multipart()
|
2011-04-05 12:26:16 -07:00 |
David Santiago
|
793740b9be
|
Merge remote branch 'upstream/master'
|
2011-04-05 02:48:48 -05:00 |
David Santiago
|
ed90e29d68
|
Further refinements to blobstore2 in response to feedback on Github and IRC.
* Removed redundant functions, made others delegate to others instead
of calling right into Java.
* Fixed typos, removed unused dependency references.
* Better naming for key functions: list-container -> blobs, list-blobs ->
container-seq.
* Made blob fn no longer require a blobstore argument.
* Better comments, updated tests.
|
2011-04-05 02:42:45 -05:00 |
Adrian Cole
|
1cfbdf00f3
|
Issue 355: shell for nova 1.1 based on cloudservers
|
2011-04-05 00:14:18 -07:00 |
Adrian Cole
|
b9f0cbcb89
|
crypto tuning
|
2011-04-04 23:37:00 -07:00 |
David Santiago
|
3011ffad23
|
Merge remote branch 'upstream/master'
|
2011-04-05 01:34:25 -05:00 |
Adrian Cole
|
d69d31a5d2
|
expose constructor for blobbuilderimpl
|
2011-04-04 22:35:22 -07:00 |
Adrian Cole
|
f322931755
|
reworked futures test classes
|
2011-04-04 21:34:11 -07:00 |
Adrian Cole
|
e79e651d78
|
reworked futures test classes
|
2011-04-04 21:10:11 -07:00 |
Adrian Cole
|
b99b6b1dc0
|
address auth exceptions on @Provides methods
|
2011-04-04 17:43:09 -07:00 |
David Santiago
|
1239e1a7c9
|
Merge remote branch 'upstream/master'
Conflicts:
blobstore/src/test/clojure/org/jclouds/blobstore_test.clj
|
2011-04-04 19:04:46 -05:00 |
David Santiago
|
c1c17c0df9
|
Add minimum heap size to clojureOptions in pom.xml.
|
2011-04-04 19:04:13 -05:00 |
David Santiago
|
33150c40a2
|
Reduce the number of blobs to test in large-container-list-test.
|
2011-04-04 19:02:24 -05:00 |
Adrian Cole
|
ab8a7e452c
|
tuning so that we can reliably test multiple page lists in clj
|
2011-04-04 17:00:28 -07:00 |
David Santiago
|
c85a7f7693
|
Merge remote branch 'upstream/master'
Conflicts:
blobstore/src/test/clojure/org/jclouds/blobstore_test.clj
|
2011-04-04 17:27:15 -05:00 |
David Santiago
|
3d7033ad3d
|
New Clojure blobstore API in blobstore2.clj
Updates to API include more regular function arguments, fewer compound
functions, and fewer arities of dubious quality. Tests also ported.
|
2011-04-04 17:23:56 -05:00 |
Adrian Cole
|
c0a261334b
|
added large container list test in clj
|
2011-04-04 14:37:46 -07:00 |
David Santiago
|
57f0dcaf15
|
Add another arity to list-blobs so that it can be called without the blobstore argument. Also add some basic tests for list-blobs-test.
|
2011-04-04 15:54:35 -05:00 |
Adrian Cole
|
99ac814d51
|
updated delta to be consistent with ids
|
2011-04-04 03:43:53 -07:00 |
Adrian Cole
|
d169658c65
|
Issue 427:support deltacloud endpoints
|
2011-04-04 03:09:36 -07:00 |
Adrian Cole
|
fa3c226a86
|
added computeservice to delta
|
2011-04-04 02:24:46 -07:00 |
Adrian Cole
|
1a51fbc8ad
|
deltacloud now operates on rackspace
|
2011-04-04 00:50:49 -07:00 |
Adrian Cole
|
53c735fdff
|
enforced blobs must have uri, container, and can have publicAccess
|
2011-04-03 18:15:09 -07:00 |
Adrian Cole
|
fc8bb96363
|
Merge branch 'master' of https://github.com/davidsantiago/jclouds
* 'master' of https://github.com/davidsantiago/jclouds:
Additional refinements to blobstore.clj updates.
Updates to improve blobstore.clj.
|
2011-04-02 00:34:14 -07:00 |
Adrian Cole
|
e4b85db4b5
|
added md5 test
|
2011-04-02 00:30:57 -07:00 |
Adrian Cole
|
a3a9bc3948
|
fixed usage statement
|
2011-04-02 00:30:49 -07:00 |