Commit Graph

6972 Commits

Author SHA1 Message Date
Adrian Cole 4e32001b84 Merge pull request #689 from andrewgaul/propagate-timeout-exception
Propagate TimeoutException when possible
2012-10-04 14:46:28 -07:00
Adrian Cole 17e10216ce Merge pull request #872 from andrewgaul/input-supplier
Improve use of InputSupplier helpers
2012-10-04 14:29:09 -07:00
Andrew Gaul a66c146a54 Propagate TimeoutException when possible
This allows clients to recover from transient errors.
2012-10-04 11:32:48 -07:00
Adrian Cole 1edbb0ab4b override-login-privateKey should be :override-login-private-key 2012-10-04 10:28:14 -07:00
Andrew Gaul ceb203c10a Improve use of InputSupplier helpers 2012-10-02 18:18:51 -07:00
Adrian Cole 418097d4e6 Merge pull request #869 from andrewgaul/filesystem-image-resource
Use Iterator for IMAGE_RESOUCE
2012-10-02 17:44:27 -07:00
Andrew Gaul 0140020c0e Use Iterator for IMAGE_RESOUCE
Also ensure immutability.  Remove some unused members.
2012-10-02 09:45:46 -07:00
Adrian Cole 4bc0ffbdd7 corrected api metadata and backfilled expect tests for hpcloud rackspace and trystack nova implementations 2012-09-29 18:41:29 -07:00
Adrian Cole 376db9e239 refactored openstack-nova expect tests so that they don't mask zone ids from subclasses 2012-09-29 18:35:03 -07:00
Adrian Cole b77a3bf0c8 cleanup and example of overriding nova api version 2012-09-29 14:03:25 -07:00
Adrian Cole 41e4a369e7 reveal underlying exception that causes a guice provider to fail 2012-09-29 14:03:25 -07:00
Adrian Cole f96638ff44 Merge pull request #858 from andrewgaul/filesystem-putblob-inputstreampayload
Handle InputStreamPayload in filesystem putBlob
2012-09-29 12:36:46 -07:00
Andrew Gaul 34b9106b6d Handle InputStreamPayload in filesystem putBlob
We must save input to subsequently calculate its MD5.  Also tidy up
testWritePayloadOnFile.  Closes #1093.  Test case written by Tom
Manning.
2012-09-29 11:52:52 -07:00
Adrian Cole 741f786380 bumped to 1.5 2012-09-28 10:05:41 -07:00
Adrian Cole 7d56117915 Merge pull request #857 from abiquo/pricing-api
Added pricing api to Abiquo api
2012-09-27 09:58:29 -07:00
Ignasi Barrera 8939700db4 Added pricing api 2012-09-27 11:39:17 +02:00
Andrew Gaul 68e44df1f6 Merge pull request #855 from jclouds/path-buckets
Issue 1092: fix hostname when path-based buckets are used in non-default location
2012-09-26 10:39:33 -07:00
Adrian Cole a77a80f030 Issue 1092: fix hostname when path-based buckets are used in non-default location 2012-09-25 21:22:17 -07:00
Adrian Cole 48bdea8c39 Merge pull request #854 from andrewgaul/awserror-trailing-brace
Always add trailing brace to AWSError.tostring
2012-09-25 17:54:15 -07:00
Andrew Gaul f4c00bbdc9 Always add trailing brace to AWSError.tostring 2012-09-25 15:59:20 -07:00
Adrian Cole 0e001b6336 Merge pull request #853 from andrewgaul/remove-ioutils-tostring
Prefer Guava InputSupplier methods over IOUtils
2012-09-25 13:23:48 -07:00
Andrew Gaul 44a8ed155c Prefer Guava InputSupplier methods over IOUtils 2012-09-25 11:44:10 -07:00
Adrian Cole 67a4e52bc0 Merge pull request #851 from abiquo/fix-version
Remove SNAPSHOT deps and pom cleanup
2012-09-25 08:04:04 -07:00
Ignasi Barrera 319d8ffc63 Removed SNAPSHOT dependencies
Removed SNAPSHOT dependencies and licensed all abiquo dependencies under
the ASL 2.0 license.
2012-09-25 11:50:07 +02:00
Ignasi Barrera 2f6e25e4e1 Removed jenkins profile 2012-09-25 11:50:07 +02:00
Adrian Cole 4ffe56c979 corrected equals/hashCode as map builder doesn't honor that 2012-09-23 14:33:53 -07:00
Adrian Cole 1864606d4e added SQS utility for fetching all messages 2012-09-21 17:30:23 -07:00
Adrian Cole 162b2f6829 added advancing iterable 2012-09-21 17:29:59 -07:00
Adrian Cole 4990934470 added get queue by name for SQS 2012-09-20 15:26:06 -07:00
Adrian Cole 38f8f98b16 removed static field-based state sharing when looking up delegate methods 2012-09-20 15:26:06 -07:00
Andrew Gaul bd59b3e25f Merge pull request #849 from everett-toews/cloudfiles-increase-container-count-1
Increased container count for cloudfiles tests.
2012-09-20 11:03:05 -07:00
Everett Toews ffc0d681d5 Increased container count for cloudfiles tests. 2012-09-20 02:32:21 +00:00
Adrian Cole 30f99ef1cf Merge pull request #846 from andrewgaul/delete-and-verify-container-gone
Fix deleteAndVerifyContainerGone return value
2012-09-19 18:45:48 -07:00
Adrian Cole 3deb94e0dd Merge pull request #847 from andrewgaul/delete-all-keys-in-list-futures-get-unchecked
Avoid Futures.getUnchecked in DeleteAllKeysInList
2012-09-19 18:38:13 -07:00
Andrew Gaul ad87c596d9 Avoid Futures.getUnchecked in DeleteAllKeysInList
This masks InterruptedException.  We should rework the logic in
execute to unwind the stack on errors; currently we only return from
the leaf method.
2012-09-19 15:54:31 -07:00
Andrew Gaul 0c440c9c8a Fix deleteAndVerifyContainerGone return value
Return true if the container does not exist -- this matches the
behavior of Atmos and Swift.  This allows deleteAndEnsurePathGone to
terminate correctly with S3.
2012-09-19 13:39:02 -07:00
Adrian Cole 9b5073710a Merge pull request #844 from andreaturli/virtualbox
issue 384: improved ISession management; added ubuntu 10.04.4 support;
2012-09-19 09:01:16 -07:00
Andrea Turli fa93b39c3d issue 384: improved ISession management; managed to start VBoxExperimentLiveTest with 30 guests; added ubuntu 10.04.4 support; paramentrized guest memory 2012-09-19 11:37:01 +02:00
Adrian Cole 28d766b9df bumped to 1.6.0-SNAPSHOT 2012-09-17 01:43:52 -07:00
Adrian Cole 5860d2500b fixed pom typo in sqs 2012-09-17 00:06:35 -07:00
Adrian Cole 3d2504e1e4 updated cloudsigma tests 2012-09-16 23:40:10 -07:00
Adrian Cole bff49f8311 compatible tags across 2.0 and 4.0 2012-09-16 23:40:05 -07:00
Adrian Cole 0be04f7952 make it possible to extend gson type adapters 2012-09-16 23:38:35 -07:00
Adrian Cole 54ec689019 stable openstack 2012-09-16 22:38:22 -07:00
Adrian Cole d766f8d4e3 stable ec2 2012-09-16 22:37:13 -07:00
Adrian Cole 696f24280a glesys now a provider 2012-09-16 21:31:12 -07:00
Adrian Cole 63f1d334f2 stable glesys 2012-09-16 21:29:26 -07:00
Adrian Cole 8ca0dc3c1d better error reporting 2012-09-16 21:28:51 -07:00
Adrian Cole 26016fde77 updated notice file 2012-09-16 18:38:42 -07:00
Adrian Cole 605d6580de metadata for nova 2012-09-16 17:07:42 -07:00