Commit Graph

7126 Commits

Author SHA1 Message Date
Adrian Cole 4c66627d12 fgcp doesn't need a strict bouncycastle dep 2012-12-20 11:46:09 -08:00
Adrian Cole ea3214c39e ec2 doesn't need a strict dependency on bouncycastle 2012-12-20 11:06:43 -08:00
Everett Toews 5a0a7c4b90 Added support for Iterable collections to QueryParam. 2012-12-20 10:02:06 -08:00
Carl Pulley 366b762e6b Update for ServerLove images 2012-12-20 08:13:27 -08:00
Andrew Gaul 91389ad0a6 Merge pull request #1074 from rackspace/1.5.x
Fixed Cloud Files break
2012-12-16 20:06:47 -08:00
Everett Toews a94909ec2e Fixed issue where an Accept header is required when doing HEAD requests to Cloud Files. 2012-12-16 20:48:46 -06: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
Steve Loughran e5f58e0283 integrated RetryAfterException into OpenStack Nova error response 2012-12-10 16:27:15 -08:00
Adrian Cole 42266a3b98 added RetryAfterException and placed in default exception handling 2012-12-10 16:27:06 -08:00
Adrian Cole 802b570068 added rfc822 + iso8601Seconds to DateCodecFactory and simplified ctor 2012-12-10 16:26:25 -08:00
Adrian Cole 04e43c75f1 Path annotation ignored when endpoint not set on caller 2012-12-09 15:07:51 -08:00
Adrian Cole d3555e7988 cleaned up unnecessary wrapping of ExecutionException 2012-12-09 15:07:51 -08:00
Ignasi Barrera ed0e6f2ebe Remove net.oauth dependency 2012-12-09 11:50:42 -08:00
Adrian Cole df9dadd8e4 removed redundant tests present in EC2ElasticBlockStoreClientExpectTest 2012-12-09 11:33:48 -08:00
Ignasi Barrera d36ca103f3 Fixed decoding of some PKCS1 encoded public keys 2012-12-08 22:09:40 -08:00
Ioannis Canellos c267108cbb fix issue #1044: Added listener interfaces for Providers and Apis. 2012-12-08 17:52:30 -08:00
Adrian Cole 1fe3bac3f3 Merge pull request #1046 from rackspace/1.5.x
Renamed cloudloadbalancers to rackspace-cloudloadbalancers.
2012-12-06 22:19:55 -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
Adrian Cole fd65cbf203 fix issue #607: NPE in compareTo method of ResourceMetadataImpl 2012-12-04 23:46:44 -08:00
Adrian Cole 881bca7de2 fix issue #805: Garbage Bytes in a Test File 2012-12-04 22:13:55 -08:00
Anton Panasenko 9fdf9aa51b Filter null organization in VCloud API 2012-12-04 12:03:49 -08:00
Leander Bessa Beernaert 99375844a6 Extends JClouds' OpenStack Nova API with the Diagnostics command
The diagnostics command returns a collection of system information
for the a given server. At the moment, there is no formal
specification for this command. Therefore, it is returned as
a Map of hypervisor specific entries and corresponding values.
More information about the command can be viewed here [1]
in the section "Server Diagnostics".

[1] http://api.openstack.org/api-ref.html
2012-12-04 08:31:44 -08:00
Alex Heneveld 718874e348 log debug info at debug, not info 2012-12-01 11:13:26 -08:00
Alex Heneveld b191860dc7 no warning needed if it's admin or domain_admin rather than normal user 2012-12-01 11:13:25 -08:00
Alex Heneveld affc508dc7 the associatedNetwork is @Nullable so guard against (a fatal) NPE 2012-12-01 11:13:25 -08:00
Adrian Cole 824c0b781a fix issue #917: incorrect require in security_group2.clj and elastic_ip2.clj 2012-11-30 20:26:38 -05: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
Andrea Turli 0cfc571d6e fixed registerISO and its tests
adrian`s comments
RegisterISOexpectedTest added
removed ExceptionParser from registerISO test
2012-11-28 09:42:17 -05:00
Andrew Phillips 97074adf86 Refactoring ConcurrentOpenSocketFinderTest.testChecksSocketsConcurrently to try to prevent timeouts 2012-11-28 00:12:59 -05:00
Adrian Cole 60454274de ensure UTC can be used where GMT is 2012-11-27 17:02:54 -05:00
Adrian Cole c5215f9c48 Fix CloudStack ISOClient.get and list ISOs based on test data from http://bugs.cloudstack.org/browse/CS-15572; refactored related tests to expect format 2012-11-27 11:41:25 -08:00
Andrei Savu bd76d17642 Issue 773. Support S3 Multi-Object Delete (API) 2012-11-26 08:39:19 -08:00
Alex Heneveld 65c08cbb54 use absolute link for license so it renders correctly in reports (e.g. `mvn project-info-reports:dependencies`) 2012-11-24 14:46:08 -08:00
Guy Korland 190523348e Avoid NPE in case value is null but contains return true. 2012-11-19 07:56:44 -08:00
Guy Korland e31dd37f12 Add missing argumnet in Exception 2012-11-19 07:56:44 -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
Adrian Cole 3f0b16b64c added test for assigning cloudstack vm into an account 2012-11-13 19:00:43 -08:00
Andrew Bayer 83796f4421 Adding assignVirtualMachine command 2012-11-13 19:00:43 -08:00
Andrew Bayer 77c941ce3f Adding ability to specify account and domain when creating CloudStack instances 2012-11-13 19:00:42 -08:00
Adrian Cole 3cc2a25292 Merge branch '1.5.x' of https://github.com/jclouds/jclouds into 1.5.x 2012-11-13 18:58:08 -08:00
Adrian Cole 15deefa6f3 Merge pull request #993 from andrewgaul/honor-request-timeout-1.5.x
Honor PROPERTY_REQUEST_TIMEOUT in clearContainer
2012-11-13 18:54:42 -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