Commit Graph

7933 Commits

Author SHA1 Message Date
adriancole 5411db0158 use more constants in cloudloadbalancers tests 2013-04-09 23:34:01 -07:00
adriancole e50f16c576 use more constants in dynect tests 2013-04-09 23:33:55 -07:00
adriancole 55ba435b55 use more constants in route53 tests 2013-04-09 23:33:49 -07:00
Adrian Cole c23ea656c6 Merge pull request #1510 from jclouds/deprecate-async-1.6.x
Deprecate async 1.6.x
2013-04-09 22:42:07 -07:00
Andrew Gaul 9b3941536c Merge pull request #1513 from jclouds/deprecate-weird-blobstore-stuff-1.6.x
deprecated blobstore interfaces that imply complex internal code (1.6.x)
2013-04-09 21:33:36 -07:00
adriancole 28448d462b deprecated blobstore interfaces that imply complex internal code 2013-04-09 16:56:04 -07:00
Adrian Cole 9db6177d37 Merge pull request #1507 from jclouds/listnodesdetails-1.6.x
Adding listNodesByIds across the board. (1.6.x)
2013-04-09 13:40:10 -07:00
adriancole 9d57af1c2e deprecated all top-level Async apis and clients 2013-04-09 13:38:43 -07:00
adriancole 39f3dba5ef moved all code off use of RestContext except CloudStackContext, which will use it until 1.7 2013-04-09 13:38:31 -07:00
adriancole bf0a0aa781 added apiVersion field to BaseContextLiveTest so that CloudStack tests don't need to rely on as much injection 2013-04-09 13:38:21 -07:00
adriancole 1cc4cec79a added type token means for buildApi() as it is in fact used 2013-04-09 13:38:07 -07:00
adriancole d2974132d5 removed async expect tests 2013-04-09 13:37:50 -07:00
Adrian Cole fc7a029d0f Merge pull request #1509 from jclouds/clean-s3-mpu-1.6.x
Clean s3 & swift mpu 1.6.x
2013-04-09 13:29:19 -07:00
adriancole dc12122afd refactored swift MPU and added test 2013-04-09 10:59:48 -07:00
adriancole 1eab85197d refactored aws-s3 MPU test 2013-04-09 10:59:40 -07:00
Andrew Bayer 15046719eb Adding listNodesByIds across the board.
Adding to both ListNodesStrategy and ComputeServiceAdapter. When
possible, does a query explicitly for the specified IDs. When not,
falls back on either listDetailsOnNodesMatching (for ListNodesStrategy
implementations and in BaseComputeService) or filters listNodes output
itself (in ComputeServiceAdapter).
2013-04-08 20:02:32 -07:00
Adrian Cole 900f26d700 Merge pull request #1505 from jclouds/closeable-api-1.6.x
Closeable api 1.6.x
2013-04-08 19:53:24 -07:00
adriancole a9ce7410ab added temporary workaround for AutoCloseable which will be deleted in jclouds 1.7 2013-04-08 18:06:33 -07:00
adriancole a7bb80bd44 issue #1501: add Closeable annotation to all top-level apis 2013-04-08 18:06:33 -07:00
adriancole 34d94d2300 issue #1501: allow Closeable, top-level apis to be used as opposed to RestContext 2013-04-08 18:06:32 -07:00
Ignasi Barrera 371396d14e Merge pull request #1496 from nacx/statement-builders
Cherry pick #1487 to 1.6.x: Enforce the use of builders in Ruby and Chef statements
2013-04-05 06:20:25 -07:00
Ignasi Barrera f26a726db7 Enforce the use of builders in Ruby and Chef statements 2013-04-05 08:43:02 +02:00
Adrian Cole 8e20652021 Merge pull request #1491 from maginatics/remove-input-suppliers-of-input-stream-1.6.x
Remove InputSuppliers.of(InputStream)
2013-04-04 16:20:34 -07:00
adriancole 0d34d0729d [maven-release-plugin] prepare for next development iteration 2013-04-03 18:25:58 -07:00
adriancole 985f3b5c0f [maven-release-plugin] prepare release jclouds-1.6.0-rc.3 2013-04-03 18:25:57 -07:00
Adrian Cole 35e9dcc36d Merge pull request #1493 from maginatics/http-put-zero-content-length-1.6.x
Emit Content-Length: 0 for empty PUTs
2013-04-03 18:10:10 -07:00
Andrew Gaul bb6c38a345 Emit Content-Length: 0 for empty PUTs
HttpUrlConnection reverts Content-Length: 0 on PUT without
doOutput(true), similar to POST.  This commit allows Azure container
create to succeed.  Closes #1420.
2013-04-03 17:35:46 -07:00
Adrian Cole 3c8a751abc Merge pull request #1465 from aplowe/1.6.x
cloudstack: adding support for create volume from a custom disk offering
2013-04-03 17:21:58 -07:00
Andrew Gaul 2c06317354 Remove InputSuppliers.of(InputStream)
This method breaks the contract of an InputSupplier since every call
to getInput returns the same InputStream instance.  This is
particularly dangerous when one of the callers mutates or closes the
InputStream which causes all others callers to fail.
2013-04-03 13:19:48 -07:00
Everett Toews de7b0241f8 Merge pull request #1486 from rackspace/1.6.x
Fixed pluralization, Javadoc, Nullable, and static import stuff.
2013-04-03 12:01:54 -07:00
Everett Toews f30bd94cbe Fixed pluralization, Javadoc, Nullable, and static import stuff. 2013-04-02 22:01:22 -05:00
Everett Toews 789fc2c79e Merge pull request #1482 from rackspace/1.6.x
Fix missing final keyword for private member variables in cloudloadbalancers api.
2013-04-02 14:36:44 -07:00
Matt Stephenson 7c3683e060 Fix missing final keyword for private member variables in cloudloadbalancers api. 2013-04-02 13:30:17 -05:00
Everett Toews bff3c73b98 Merge pull request #1481 from rackspace/1.6.x
Renamed Rackspace Cloud Load Balanacer domain objects with verb first.
2013-04-02 11:27:12 -07:00
Adam Lowe 9990d11fbb cloudstack: adding support for create volume from a custom disk offering 2013-04-02 15:11:10 +01:00
Everett Toews 782c99d17c Renamed Rackspace Cloud Load Balanacer domain objects with verb first. 2013-04-01 18:46:39 -05:00
Everett Toews fc49cb267b Merge pull request #1479 from rackspace/1.6.x
Renamed classes that create and update to be consistent with other Rackspace APIs.
2013-04-01 16:45:35 -07:00
Everett Toews 3a40d31c67 Renamed classes that create and update to be consistent with other Rackspace APIs. 2013-04-01 15:19:42 -05:00
Everett Toews 5b6e92f5db Merge pull request #1477 from rackspace/1.6.x
Moved CloudIdentityFallbacks to src instead of test.
2013-04-01 13:12:08 -07:00
Matt Stephenson cff2ea48a1 Merge pull request #1476 from maginatics/clear-container-parameterize-max-errors-1.6.x
Parameterize max errors for clear container
2013-04-01 11:07:57 -07:00
Andrew Gaul 4d7d68ad87 Parameterize max errors for clear container
Also use setter injection for max request time.
2013-04-01 10:58:54 -07:00
Everett Toews 260a3b0200 Moved CloudIdentityFallbacks to src instead of test. 2013-04-01 10:42:09 -05:00
adriancole bfd5b114d7 [maven-release-plugin] prepare for next development iteration 2013-03-25 20:50:05 -07:00
adriancole db9d422a04 [maven-release-plugin] prepare release jclouds-1.6.0-rc.2 2013-03-25 20:50:04 -07:00
adriancole d9fce149e3 made it possible to replace a value in the ultradns record builder 2013-03-25 17:54:19 -07:00
adriancole 3886731a6e wrong values for SRVData keys in DynECT 2013-03-25 15:24:38 -07:00
Everett Toews 72d910dd4c PaginatedCollection for Rackspace style pagination. 2013-03-25 12:45:42 -07:00
adriancole 458426b065 added nullable to nullable parameter 2013-03-25 11:21:30 -07:00
adriancole cbe8842e28 corrected map binder for terremark so that it is compatible w/ jclouds 1.6 2013-03-25 11:21:30 -07:00
adriancole e5c1c45ed2 it is possible that for access control reasons, templates in trmk can be null 2013-03-25 09:05:15 -07:00