540 Commits

Author SHA1 Message Date
Adrian Cole
6b0475c85e fixed test case on ninefold 2012-01-17 23:09:03 -08:00
Adrian Cole
07f91f3378 [maven-release-plugin] prepare for next development iteration 2012-01-15 21:08:02 -08:00
Adrian Cole
d99eb65799 [maven-release-plugin] prepare release jclouds-1.3.0 2012-01-15 21:07:59 -08:00
Adrian Cole
e493273895 merged master 2012-01-15 20:32:42 -08:00
Adrian Cole
0d3bd74156 increased timeout defaults on terremark 2012-01-15 19:44:45 -08:00
Adrian Cole
4ce8d702ad removed missing image def 2012-01-15 19:44:45 -08:00
Adrian Cole
79e9f23b18 removed softlayer DC 2012-01-15 17:59:23 -08:00
Adrian Cole
db271da687 vcloud does set hostname 2012-01-15 15:31:22 -08:00
Adrian Cole
15af98ba02 fixed test glitch in azureblob 2012-01-15 15:30:58 -08:00
andreisavu
88400f6441 Add TemplateOptions to create SSD Drives on CloudSigma providers 2012-01-15 21:58:12 +02:00
Adrian Cole
de1e8a7ce3 avoid stackoverflow on multipart upload 2012-01-15 02:19:05 -08:00
Adrian Cole
82673e0dd5 Issue 710: update existing vcloud providers 2012-01-15 02:14:58 -08:00
Adrian Cole
9791a51039 better exception message
remoced unused import

removed hokey test
2012-01-15 02:08:14 -08:00
Adrian Cole
b3d6ad2ae8 Issue 812:add options to place xml source text to exception 2012-01-14 21:02:52 -08:00
andreisavu
20f5205727 Added expect test for putBlob with reduced redundancy 2012-01-14 14:05:33 +02:00
andreisavu
f27bed524c Putting basic blocks in place for writing Expect tests for aws-s3 2012-01-14 14:05:33 +02:00
Adrian Cole
c395eb613e unused imports 2012-01-13 17:22:20 -08:00
Adrian Cole
3871255ccc added build version for greenhouse 2012-01-12 19:11:34 -08:00
Adrian Cole
84a34c7bf2 added build version for bluelock 2012-01-12 19:11:14 -08:00
Adrian Cole
ef7e0a46e2 refactored expect tests to throw a 'server error' when there's no state expectation configured 2012-01-12 18:04:19 -08:00
andreisavu
bf330f6348 Use listBucket to query StorageClass for a blob 2012-01-11 23:02:36 +02:00
andreisavu
f90a2bd039 Issue 681. Enhance jcloud to support aws-s3 Reduce Redundancy Storage (RRS) 2012-01-11 22:18:28 +02:00
Adrian Cole
77ba233732 [maven-release-plugin] prepare for next development iteration 2012-01-10 23:33:21 -08:00
Adrian Cole
5776b5b6af [maven-release-plugin] prepare release jclouds-1.3.0-rc-2 2012-01-10 23:33:16 -08:00
Adrian Cole
f368485acd Issue 798: merge for potential 1.3.0-rc-2 2012-01-10 18:21:41 -08:00
Adrian Cole
c151e5bdd7 Issue 730: last deprecated methods scheduled for removal in 1.3 2012-01-10 18:10:55 -08:00
Adrian Cole
018771d3a4 refactored error on current transaction 2012-01-10 16:44:06 -08:00
Adrian Cole
f3f56463b4 centralized RestContext<S,A> binding 2012-01-10 12:21:25 -08:00
Adrian Cole
f570ec99e6 moved base test into internal package 2012-01-10 12:21:25 -08:00
Adrian Cole
467381bd51 slight fixes for softlayer tests 2012-01-10 12:21:25 -08:00
Adrian Cole
e46ee9fbc4 Issue 807:update license headers 2012-01-09 10:54:57 -08:00
Richard Downer
48c2d21149 Use ImagePredicates.idEquals, instead of writing idEquals from scratch 2012-01-09 19:48:49 +02:00
Richard Downer
3f6997361d Change test now that computeService.listImages() returns a set that refreshes itself - record the before set *size*, rather than the set itself, because the set's contents and size may change 2012-01-09 10:38:47 +02:00
Richard Downer
0ab8ea1bee Change AWSEC2ImageSupplier to return a ForwardingSet, instead of an ImmutableSet. This means the set returned by the Image supplier will reflect changes in the underlying cache. 2012-01-09 10:38:47 +02:00
Richard Downer
5c2e2576bf After registering a new image, computeService.listImages() does not show the new image (because it is cached). Add a live test that demonstrates this behaviour. 2012-01-09 10:38:46 +02:00
Adrian Cole
add431a329 missing build property commit 2012-01-08 00:04:04 -08:00
Adrian Cole
f390f314ee Issue 803: changes needed when guice is in production mode 2012-01-07 06:08:32 -08:00
Adrian Cole
f06e6982eb Issue 800:introduce property for build version 2012-01-05 17:51:55 -08:00
Adrian Cole
99fb37f6cf refactored LiveTest code to share property initialization 2012-01-05 17:51:03 -08:00
Adrian Cole
42137677da Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version 2012-01-05 13:09:45 -08:00
Adrian Cole
8d84f8c699 Merge branch 'master' of github.com:jclouds/jclouds into 1.3.x
* 'master' of github.com:jclouds/jclouds:
  Issue 797: converted many adapters to the new gson streaming method
  Issue 797: moved JsonLiteral out of the gson package hierarchy as it is unnecessarily there
  Issue 797: update to gson 2.1
  Issue 797: gson 2+ defaults numbers to double
  Issue 797: gson 2+ addresses gson issue 325
  Add tests for Virtual CPU attribute in Flavor json
  Refactor Flavor class so that it is immutable
  Add vcpus to the flavor entity.
  Fixed broken test in VirtualBox.
  [issue 795] Fixing a compilation failure in EC2ListNodesStrategy - looks like something happened with generic casts between Java 6 and 7 (see http://stackoverflow.com/questions/8637937/why-does-a-generic-cast-of-a-list-extends-set-to-listset-succeed-on-sun)
  [issue 795] Added a @DataProvider and modified failing tests to selectively run under Java6/7
  [issue 795] De-generified HttpMessage.Builder and HttpRequest.Builder, prevented the "ambiguous method" compile errors caused by GeneratedHttpRequest.builder() and from() (see [issue 461]) and added a convenience requestBuilder() and fromRequest() methods with the former signatures of builder() and from() resp.
  GAE SDK 1.5.5 -> 1.6.1
  fixed problem with creating nova client inside karaf
2012-01-01 19:43:27 -08:00
Adrian Cole
7146572620 Issue 797: converted many adapters to the new gson streaming method 2012-01-01 19:24:42 -08:00
Andrew Phillips
3590f67097 [maven-release-plugin] prepare for next development iteration 2011-12-22 20:17:36 +00:00
Andrew Phillips
2d6eda0c33 [maven-release-plugin] prepare release jclouds-1.3.0-rc-1 2011-12-22 20:17:26 +00:00
Adrian Cole
d1500d301f Merge pull request #281 from andreisavu/cloudwatch-unit
Allow user to specify the Unit on CloudWatch queries
2011-12-22 08:06:45 -08:00
andreisavu
b5228d2299 Allow user to specify the Unit on CloudWatch queries 2011-12-22 17:30:33 +02:00
Adrian Cole
2ce0825e62 vcloud test stabilization 2011-12-22 04:34:13 -08:00
Adrian Cole
8369ffae35 gogid auth fix 2011-12-22 04:16:41 -08:00
Adrian Cole
aef44b26b9 modernized gogrid 2011-12-22 03:59:24 -08:00
Adrian Cole
e9360fc938 updated slicehost to compute service adapter 2011-12-22 03:30:26 -08:00