853 Commits

Author SHA1 Message Date
adriancole
4e99ba5029 promoted aws-sts to top-level 2013-01-27 00:08:25 -08:00
Adrian Cole
1cb4c430b9 accomodate runtime credential changes 2013-01-26 23:27:27 -08:00
Andrew Gaul
3ac7937f66 Work around failed metadata lookups with Rackspace
Previously BlobStore.list and thus BlobStore.clearContainer serialized
on synchronous and failed CDN lookups.  This effectively prevents
clearing any large container.  We cache a negative entry to work
around this.  This commit is similar to commit 3c7b965 to
hpcloud-objectstorage.
2013-01-17 18:09:30 -08:00
Adrian Cole
dae8e10592 [maven-release-plugin] prepare for next development iteration 2013-01-13 21:19:20 -08:00
Adrian Cole
3e28b726af [maven-release-plugin] prepare release jclouds-1.5.5 2013-01-13 21:19:16 -08:00
adriancole
d6662ef602 verify http://code.google.com/p/jclouds/issues/detail?id=406 2013-01-11 10:09:33 -08:00
adriancole
6f2c21ec7b change cacheloader that can return nulls to return optional so to avoid cacheload exceptions 2013-01-10 15:27:25 -08:00
adriancole
785f616a95 fix issue #1149: subnet id for spot instances 2013-01-10 15:27:20 -08:00
adriancole
c83aa133a2 refactored ec2 tests so that they can be used in aws-ec2 2013-01-10 14:58:07 -08:00
Adrian Cole
69a8304617 replaced jersey w/Uris & UriTemplates; removed complexity in url encoding and edge cases like matrix params 2012-12-24 16:11:08 -08:00
Everett Toews
40d0041898 Guava toString, hashCode, and equals for domain objects. Removed unnecessary Objects. 2012-12-24 11:42:16 -08:00
Adrian Cole
9d19777c46 added named annotations corresponding to IAM actions 2012-12-21 14:16:53 -08:00
Carl Pulley
366b762e6b Update for ServerLove images 2012-12-20 08:13:27 -08:00
Adrian Cole
78053601aa [maven-release-plugin] prepare for next development iteration 2012-12-10 17:43:56 -08:00
Adrian Cole
c33c5a40d8 [maven-release-plugin] prepare release jclouds-1.5.4 2012-12-10 17:43:53 -08:00
Everett Toews
69708a2e54 Modernizing the Rackspace Cloud Load Balancers API. Following naming conventions and using PagedIterable. 2012-12-10 17:11:29 -08:00
petergardfjall
6052ef738d glesys template options should support passing root password and data transfer limit 2012-12-10 16:35:19 -08:00
Everett Toews
1f80661367 Renamed cloudloadbalancers to rackspace-cloudloadbalancers. 2012-12-06 20:26:55 -06:00
Adrian Cole
a1f2849252 fix issue #1040: tenant can be null 2012-12-06 12:49:24 -08:00
petergardfjall
5bc69f689b fix issue #1039; Brings glesys jclouds provider up to speed with latest GleSYS API version. 2012-12-06 09:42:19 -08:00
Everett Toews
cafaa26ea2 Bringing Rackspace Cloud Load Balancers back to working condition. Fixed auth, zones, tests, bugs, logging, and dependencies. 2012-12-05 22:45:54 -08:00
Jon Mort
6d4c1246b9 Serverlove api version should be 2.0
Server love has updated the ElasticStack api to 2.0. 
This needs to be reflected in the medatdata otherwise api calls 
use vnc:ip=auto instead of vnc=auto
2012-11-28 09:45:45 -05:00
Andrei Savu
bd76d17642 Issue 773. Support S3 Multi-Object Delete (API) 2012-11-26 08:39:19 -08:00
Adrian Cole
dc214f4335 [maven-release-plugin] prepare for next development iteration 2012-11-13 19:49:47 -08:00
Adrian Cole
34152311be [maven-release-plugin] prepare release jclouds-1.5.3 2012-11-13 19:49:46 -08:00
Jeremy Daggett
2ae59f58e8 Converted snake case in parameters 2012-11-13 18:22:26 -08:00
Jeremy Daggett
636f7e4dbe Added CDNSslUri to CDNContainer class, updated json and unit tests 2012-11-13 18:22:15 -08:00
Everett Toews
f63009dacb Moved openstack-cinder and rackspace-cloudblockstorage-us/uk out of labs.
Updated pom.xml files for the move.
2012-11-13 17:47:49 -08:00
Adrian Cole
a7f39f5acd Issue 1123: add new Asia Pacific (Sydney) Region [ap-southeast-2] 2012-11-13 10:09:55 -08:00
Adrian Cole
4ad9660596 updated aws template test 2012-11-13 08:44:48 -08:00
Adrian Cole
c98f7d7b72 Issue 1110: replace TagClient with TagApi in aws-ec2 2012-11-12 19:17:52 -08:00
Adrian Cole
691152c3d8 Merge pull request #958 from jclouds/apply-java-7-fix-to-1.5.x
Implement Comparable in GoGrid ErrorResponse
2012-11-04 17:24:24 -08:00
Adrian Cole
312420a761 make tests that decode credentials use valid base64 encoded strings 2012-11-04 18:39:29 -06:00
Andrew Gaul
67b3f78838 Implement Comparable in GoGrid ErrorResponse
Gson collects errors in a TreeMap which requires a well-behaved
Comparable method.  This addresses a Java 7 GoGrid failure seen in
GridServerClientExpectTest.testGetServerCredentialsWhenNotFoundThrowsResourceNotFoundExceptionWithNiceMessage:

java.lang.ClassCastException: org.jclouds.gogrid.domain.internal.ErrorResponse cannot be cast to java.lang.Comparable
2012-11-04 19:00:36 -05:00
Andrew Gaul
0b2902c5e0 Work around failed CDN metadata lookups with HPCS
Previously BlobStore.list and thus BlobStore.clearContainer serialized
on synchronous and failed CDN lookups.  This effectively prevents
clearing any large container.  We cache a negative entry to work
around this.  When HP improves their CDN support we should remove this
workaround.
2012-10-29 17:20:19 -07:00
Andrew Gaul
87821b33c6 Remove X-Auth-Token from HP temporary signing
HP Cloud does not use X-Auth-Token for temporary signed URLs and
leaking this allows clients arbitrary privileges until token timeout.
2012-10-15 13:19:07 -07:00
Adrian Cole
aa8ff8e7ef [maven-release-plugin] prepare for next development iteration 2012-10-11 11:23:44 +02:00
Adrian Cole
5deb0ca54a [maven-release-plugin] prepare release jclouds-1.5.2 2012-10-11 11:23:43 +02:00
Andrew Gaul
4b146dfff6 Support HP Cloud temporary signed URL
HP modified the Swift signing mechanism to include the tenant id.
Note that this functionality requires using API access key
credentials.  Live tests need some sorting out since we only support
password credential tests today.
2012-10-11 11:02:21 +02:00
Adrian Cole
c1e63bb360 corrected guice bindings for swift-based blob signatures and backfilled expect tests 2012-10-10 13:07:10 +02:00
Andrei Savu
a3d421442a Issue 973. Performance problems with Synaptic's Atmos service and writing new blobs 2012-10-09 02:14:55 +03:00
Adrian Cole
0394afe23f Issue 671: NPE on aws-ec2 w/vpc security groups 2012-10-08 15:41:50 -04:00
Adrian Cole
8deacf86bc corrected api metadata and backfilled expect tests for hpcloud rackspace and trystack nova implementations 2012-09-29 19:02:28 -07:00
Adrian Cole
269915ce31 [maven-release-plugin] prepare for next development iteration 2012-09-27 11:00:25 -07:00
Adrian Cole
e8fc6ae324 [maven-release-plugin] prepare release jclouds-1.5.1 2012-09-27 11:00:24 -07:00
Adrian Cole
43381f6c4d Issue 1092: fix hostname when path-based buckets are used in non-default location 2012-09-26 13:15:07 -07:00
Everett Toews
edfbfc61a5 Increased container count for cloudfiles tests so tests have enough containers to test against. 2012-09-20 17:56:43 +00:00
Adrian Cole
82f28c1800 [maven-release-plugin] prepare for next development iteration 2012-09-17 00:25:49 -07:00
Adrian Cole
93ac6cdf0f [maven-release-plugin] prepare release jclouds-1.5.0 2012-09-17 00:25:44 -07:00
Adrian Cole
f831549341 Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
* 'master' of github.com:jclouds/jclouds:
  fixed pom typo in sqs
2012-09-17 00:07:11 -07:00