Commit Graph

296 Commits

Author SHA1 Message Date
Adrian Cole 738fbbd331 Merge pull request #132 from danikov/master
Issue 551: support rackspace cloud load balancers
2011-11-11 00:46:15 -08:00
danikov 914f9adf41 refactored out commonalities and added apis to the rest.properties, plus corrected some meta-data 2011-11-10 15:34:58 +00:00
danikov 3b4d173ddf corrected copy/paste error 2011-11-10 09:53:49 +00:00
Adrian Cole 1cf2be9b09 Merge pull request #127 from jsonking/master
Issue 695: Updated test url and refactored credentials code into singe location.
2011-11-10 00:52:53 -08:00
Adrian Cole e157a54421 Merge pull request #128 from andrewgaul/filesystem-putblob-closeoutputstream
Close OutputStream during filesystem putBlob
2011-11-10 00:43:33 -08:00
Adrian Cole 32a968e263 Merge pull request #131 from andrewgaul/propagate-exceptions
Propagate exceptions
2011-11-10 00:17:23 -08:00
Andrew Phillips d3d361c4eb Removed duplicate dependencies com.jamesmurty.utils:java-xmlbuilder and org.jclouds:jclouds-core from vCloud 2011-11-10 01:53:32 -05:00
danikov d260ce4cc5 added uk cloudloadbalancer provider 2011-11-10 06:32:19 +00:00
danikov adc95d19c0 refactored out rackspace cloudloadblancers api from us provider specifics 2011-11-10 06:32:19 +00:00
Andrew Gaul 665d5df938 Propagate exceptions
Caught TransientAsyncBlobStore errors by visual inspection, the rest
with grep.
2011-11-09 18:21:00 -08:00
Andrew Gaul 322d37897e Close OutputStream during filesystem putBlob 2011-11-09 10:20:51 -08:00
Jason King 98e7c6047c Refactored frequently repeated service config (provider,credential etc) into new class BaseVersionedServiceLiveTest and used it in BaseCompute, BaseTerremarkClient and BaseVCloudClient live tests 2011-11-09 15:27:46 +00:00
Adrian Cole e9cff5e17c Issue 747:add new us-west-2 region 2011-11-09 11:19:40 +01:00
Andrew Phillips 893171ba59 Fixed licence header (thanks, Andrei!) 2011-10-29 11:53:30 -04:00
Andrew Phillips 0e06eedcdb Ignoring the tests that cause issue 402 on Windows for the 1.0.0 release 2011-10-29 11:53:27 -04:00
Andrew Phillips cfe31695c0 [issue 737] Modified apis/filesystem tests to skip tests that are known not to work on Windows 2011-10-29 11:53:25 -04:00
Adrian Cole 5d252e6fd5 removed throws clauses to UnsupportedEncodingException where they aren't thrown 2011-10-28 15:00:56 +02:00
Adrian Cole dd89ad3068 backfilled tests and refactored most of org.jclouds.location.suppliers package 2011-10-23 04:38:25 +02:00
Jason King 6d56364cd0 call super and added comment 2011-10-21 16:15:41 +01:00
Jason King b92d55bc05 Change test to make sure contentDisposition is not null 2011-10-20 10:47:54 +01:00
Jason King 1a3ae0c242 fix swift tests for content types 2011-10-19 16:36:46 +01:00
Adrian Cole 552242e863 moved to 1.3.0-SNAPSHOT 2011-10-16 12:26:31 -07:00
Adrian Cole 0c14365399 Harder tests relating to installing admin user 2011-10-16 03:08:36 -07:00
Adrian Cole ed47d255b0 Issue 612: added Name support to aws-ec2 2011-10-15 00:26:54 -07:00
Adrian Cole 9104eca282 Issue 717: corrected keyPair state logic which was redundantly creating keys 2011-10-14 01:49:18 -07:00
Adrian Cole 7e5a6e68cf Issue 719: add sha1 support to SshKeys 2011-10-13 23:57:46 -07:00
Adrian Cole c28a2e38c3 Issue 719: added some logging for ssh fingerprints 2011-10-13 01:49:49 -07:00
Adrian Cole 326328b71b spot requests are not opening in us-east-1 or us-west-1: switching to eu-west-1 2011-10-11 17:12:46 -07:00
Adrian Cole 868b9ba93e fixed filesystem test case 2011-10-11 10:37:13 -07:00
Adrian Cole f864b2faac Merge pull request #102 from andrewgaul/filesystem-signer
Issue 648: Reuse transient signer with filesystem blobstore
2011-10-11 10:22:59 -07:00
Adrian Cole 5f800efe66 Merge pull request #105 from jsonking/master
Cloudsigma: Fixed documentation links, plus LiveTest for rename a VLAN which works now
2011-10-11 10:20:41 -07:00
Andrew Gaul a7fbb97cd9 Reuse transient signer with filesystem blobstore
Addresses issue 648.
2011-10-11 10:11:26 -07:00
Jason King a05e2d55c2 Cloudsigma: Fixed documentation links, plus LiveTest for rename a VLAN which works now 2011-10-11 17:48:45 +01:00
Adrian Cole cd710a2a94 Issue 715:Unable to resolve symbol: -?> in this context 2011-10-11 09:23:07 -07:00
Adrian Cole bbbd5a35fc Issue 690:Update to guava 10.0.1 2011-10-10 18:00:07 -07:00
Adrian Cole 842da34982 Issue 713:support userMetadata in createNodesInGroup in byon, cloudservers, and aws-ec2 2011-10-07 00:34:44 -07:00
Adrian Cole 809a1b051c Issue 712:add support for CloudSigma Las Vegas 2011-10-06 18:59:23 -07:00
Richard Downer bc99e9e7ee Update unit tests for deleteVApp 2011-10-05 16:22:43 +01:00
Richard Downer 7f9973e037 VAppAsyncClient.deleteVApp (deprecated API) requires @Consume(TASK_XML) annotation 2011-10-05 14:20:05 +01:00
Richard Downer 148339858c VAppAsyncClient.deleteVApp requires @Consume(TASK_XML) annotation 2011-10-05 13:38:05 +01:00
Adrian Cole 04a5aa8f71 Merge pull request #91 from ahgittin/704-clojure13
Issue 704: clojure13
2011-10-04 00:49:43 -07:00
Alex Heneveld 9d30fde375 issue 704, clojure 1.3 compatibility: removed uses of clojure-contrib, bringing in preferred modular dependencies where needed (tools.logging and core.incubator), adding the map-str function (that is all that was missing from clojure-contrib string), changing uses of "condition" to be java.lang.Exception, and changing the reference to private type byte-array-type to be the class directly in its own extend-protocol block since private type isn't liked under clojure 1.3; also removed clojure 1.1 build profile 2011-10-03 11:17:16 +01:00
Adrian Cole ec7a736771 updated eucalyptus tests 2011-09-30 22:38:25 -07:00
Adrian Cole 34bca807d5 Issue 669: ensure elasticstack doesn't pass nic mac address when setting server config 2011-09-28 13:28:16 -07:00
Adrian Cole 0bb51e4f4e euca doesn't support ebs boot yet 2011-09-27 13:53:54 -07:00
Adrian Cole 79a8336b10 Issue 696:The security group 'X' does not exist error when creating nodes 2011-09-22 22:53:09 -07:00
Adrian Cole 6ad732cda7 Issue 693:add ability to supply node object directly to byon 2011-09-22 13:09:45 -07:00
Adrian Cole b4e4c26f44 fixed ec2 regressions related mapmaker -> cachebuilder 2011-09-22 02:29:14 -07:00
Adrian Cole 4cd94489c9 Issue 690:Update to guava 10.0rc2 and change from MapMaker to CacheBuilder 2011-09-22 00:23:29 -07:00
Adrian Cole e766248327 Issue 334: added aws-cloudwatch provider 2011-09-16 15:36:29 -07:00