Adrian Cole
750b7f928e
Merge pull request #1384 from nacx/abiquo-maven-central
...
Fix #1379 : Use dependencies from Maven Central
2013-03-06 15:56:38 -08:00
Adrian Cole
b6906c07b4
Merge pull request #1386 from nacx/flexible-chef-gems
...
Flexible Rubygems and Chef installation
2013-03-06 15:56:22 -08:00
Everett Toews
5ad9867e27
Initial commit for the Rackspace DNS API.
2013-03-06 16:02:39 -06:00
Everett Toews
46f9219272
Merge pull request #1387 from rackspace/pagediterable-javadoc
...
Updated Javadoc for PagedIterable.
2013-03-06 13:38:06 -08:00
Jeremy Daggett
b35272b3cd
1385 - Restructure openstack projects in labs
2013-03-06 12:48:32 -08:00
Everett Toews
bbede1bd0a
Updated Javadoc for PagedIterable. Removed example that was out-of-date. Changed example to something that actually returns PagedIterable.
2013-03-06 11:51:41 -06:00
Ignasi Barrera
fb70b3fd22
Improved RubyGems installation.
...
Enable users to configure the version of RubyGems that will be installed
and also if the system and existing gems have to be upgraded after the
installation.
Also modifies the InstallChefGems statement to allow users to specify
the desired version of the Chef gem to install.
2013-03-06 18:03:22 +01:00
Ignasi Barrera
713673d02e
Fix #1379 : Use dependencies from Maven Central
2013-03-04 17:04:41 +01:00
adriancole
c31145e42e
[maven-release-plugin] prepare for next development iteration
2013-03-04 06:13:59 -08:00
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