Commit Graph

7806 Commits

Author SHA1 Message Date
adriancole 0eb3ee8091 [maven-release-plugin] prepare release jclouds-1.6.0-alpha.4 2013-03-04 06:13:57 -08:00
Adrian Cole f2266fdf6b Merge pull request #1382 from jclouds/dynect-schedule-records
dynect basic record crud
2013-03-04 06:02:50 -08:00
Adrian Cole 31102571b4 added record crud for dynect 2013-03-03 22:29:17 -08:00
Adrian Cole 0a1730fb89 in dynect, most mutations are actually scheduling 2013-03-03 22:15:31 -08:00
Adrian Cole 1ab2bea92a Merge pull request #1383 from jclouds/remove-expect-100
remove default add of Expect 100 Continue header
2013-03-03 22:13:24 -08:00
adriancole 1e98bc51ab azureblob: explicitly set Expect header on methods that need it 2013-03-03 21:09:53 -08:00
adriancole 1c2090fd08 s3: explicitly set Expect header on methods that need it 2013-03-03 21:09:49 -08:00
adriancole 2c3c3fad52 swift: explicitly set Expect header on methods that need it 2013-03-03 21:09:48 -08:00
adriancole b186220ff7 atmos: explicitly set Expect header on methods that need it 2013-03-03 21:09:48 -08:00
adriancole fad291a29f dynect: cleaner approach to sending non-standard Content-Type on GET 2013-03-03 21:09:44 -08:00
adriancole 4f2c64681a do not send payload when method doesn't send payload 2013-03-03 17:22:23 -08:00
adriancole b3b2d4c572 -Dsun.net.http.allowRestrictedHeaders=true required for Expect header to passthrough 2013-03-03 17:21:53 -08:00
Adrian Cole 8e881bd5c2 remove default add of Expect 100 Continue header 2013-03-03 12:24:28 -08:00
Adrian Cole 06f25e3ded Merge pull request #1329 from maginatics/feature/cleanup-static
Fix static access of MultipartUpload members.
2013-03-03 08:54:15 -08:00
Adrian Cole ca64d08c83 Merge pull request #1381 from jclouds/blobtests-need-name
add name to blobs in BlobMap tests
2013-03-02 10:19:58 -08:00
Adrian Cole 941612ad09 add name to blobs in BlobMap tests 2013-03-02 09:16:26 -08:00
Adrian Cole 752bc5ea08 Merge pull request #1380 from jclouds/mock-bug-dynect
address bug where expect-100 continue can hang things
2013-03-02 08:36:40 -08:00
Diwaker Gupta c37d3103e7 Fix static access of MultipartUpload members. 2013-03-01 18:49:28 -08:00
adriancole fc39b2b92b address bug where expect-100 continue can hang things 2013-03-01 15:34:36 -08:00
Adrian Cole e16c7ba40c Merge pull request #1375 from maginatics/blob-builder-null-or-empty-name
Prohibit null and empty blob names in BlobBuilder
2013-03-01 15:23:09 -08:00
Adrian Cole 6a6214d1c5 Merge pull request #1065 from i11/master
Add flavor create and delete API calls for openstack-nova
2013-03-01 15:22:26 -08:00
Adrian Cole e2f2d077d3 Merge pull request #1376 from shrinandj/aws-s3-directory-live-test
Add directory specific live test to AWS-S3.
2013-03-01 15:21:21 -08:00
Adrian Cole d41e6f82e2 Merge pull request #1368 from jcoste/floatingIPFromPool
Nova : Allocate a floating IP from a specified pool instead of the default one
2013-03-01 15:20:15 -08:00
Adrian Cole b26dfb9b94 Merge pull request #1377 from nacx/chef-version
There is no need to force the Chef version anymore
2013-03-01 15:19:52 -08:00
Adrian Cole d4658cc72c Merge pull request #1371 from rexhoffman/patch-1
Update compute/src/main/java/org/jclouds/net/domain/IpPermission.java
2013-03-01 15:19:33 -08:00
Adrian Cole d1e9b78010 Merge pull request #1372 from digitalsanctum/issue-1357
relaxed vApp description parsing
2013-03-01 15:19:06 -08:00
ilja.bobkevic f9513bec84 Add flavor create and delete API calls for openstack-nova
1. Harden Flavor
2. Update FlavorApi and FlavorAsyncApi by adding create(...) and
delete(...) methods
3. Add flavor_new.json and ParseCreateFlavorTest
4. Add create and delete tests into FlavorApiExpectTest

Change-Id: I3ea15883fb655d9a1dc48fb4ed1b1613d4975d93
2013-03-01 22:23:27 +01:00
Ignasi Barrera 027f467dd8 Merge pull request #1378 from nacx/disable-abiquo
Disabled Abiquo build until deps are in Maven central
2013-03-01 08:40:47 -08:00
Ignasi Barrera 70287a0482 Added comment to force a new build 2013-03-01 17:01:21 +01:00
Ignasi Barrera 79ece50fc1 Disabled Abiquo build until deps are in Maven central 2013-03-01 15:17:08 +01:00
adriancole 72ac678c5d attempt to deal with cloudbees failure 2013-02-28 18:40:21 -08:00
Ignasi Barrera 0e1e552b9d There is no need to force the Chef version anymore 2013-02-28 21:03:55 +01:00
Shri Javadekar 32f8d8d3ca Add directory specific live test to AWS-S3.
This patch adds a test to the AWS live test suite for making sure
that a directory is basically a blob with a trailing '/'.
2013-02-27 22:52:44 -08:00
Andrew Gaul faf6b2f39e Prohibit null and empty blob names in BlobBuilder 2013-02-27 11:36:29 -08:00
Julien Coste a80f58fabe Change create method to allocateFromPool 2013-02-27 15:12:51 +01:00
digitalsanctum 20375b9f91 relaxed vApp description parsing 2013-02-26 22:05:14 -05:00
Adrian Cole 9dbaff2420 Merge pull request #1370 from maginatics/guava-14.0
Upgrade to Guava 14.0
2013-02-26 15:11:50 -08:00
Adrian Cole d84231cc8a Merge pull request #1369 from shrinandj/fix_s3_directory_suffix
Make AWS-S3 use the right directory suffix.
2013-02-26 14:51:16 -08:00
Rex Hoffman 35dd0a67aa Update compute/src/main/java/org/jclouds/net/domain/IpPermission.java
shouldn't we hash on cidrBlocks as well... breaks some set logic I'm using.
Wondering if this will be built out, or if it will be dropped?
2013-02-26 14:45:49 -08:00
Shri Javadekar 7bfa6649ce Make AWS-S3 use the right directory suffix.
Fixes #1336.
2013-02-26 10:18:57 -08:00
Andrew Gaul ac60647057 Upgrade to Guava 14.0
Release notes:
https://code.google.com/p/guava-libraries/wiki/Release14
2013-02-26 10:07:53 -08:00
Adrian Cole fd42b450af Merge pull request #1349 from barakm/bouncy-test
Test decryption with bouncy castle crypto module.
2013-02-26 09:34:11 -08:00
Julien Coste 4bbf8380c7 Add the possibility to create a floating IP from a pool of floating IPs 2013-02-26 14:07:27 +01:00
barakm 6688f5aa30 override bRSA algorithm identifier with string the BouncyCastle expects 2013-02-26 12:46:27 +02:00
Adrian Cole ef08f1b8d3 Merge pull request #1361 from dralves/oauth-bug
made oauth throw AuthorizationException when required
2013-02-25 22:20:35 -08:00
David Ribeiro Alves 310aee2d01 made oauth throw AuthorizationException on GeneralSecurityExceptioon and IllegalArgumentException 2013-02-25 23:01:12 -06:00
Adrian Cole 8e33229e94 Merge pull request #1362 from jclouds/sts-rename
rename TemporaryCredentials to SessionCredentials per aws sdk
2013-02-25 20:16:54 -08:00
Adrian Cole 37f07f98d2 rename TemporaryCredentials to SessionCredentials per aws sdk 2013-02-25 20:02:48 -08:00
Adrian Cole 7ec74032ec Merge pull request #1360 from jclouds/iam-instance-profile-ec2
Iam instance profile support
2013-02-25 18:15:25 -08:00
Adrian Cole 1fbc47bd77 added iam instance profile args to aws-ec2 2013-02-25 17:35:02 -08:00