Commit Graph

4671 Commits

Author SHA1 Message Date
Adrian Cole d9cb5e2dc6 Issue 810:update test dependencies (testng + easymock) 2012-01-11 14:58:02 -08:00
Adrian Cole 21b8aadbfb Issue 809:update to latest jersey and move off old repo 2012-01-11 14:39:13 -08:00
Adrian Cole ce5244f8d5 Issue 781:update to guava 11.0.1 2012-01-11 13:37:15 -08:00
andreisavu bf330f6348 Use listBucket to query StorageClass for a blob 2012-01-11 23:02:36 +02:00
Aled Sage 657c268db7 Issue-572: added ListAllOptions for configuring BlobStores.listAll as eager 2012-01-11 21:00:03 +00:00
andreisavu f90a2bd039 Issue 681. Enhance jcloud to support aws-s3 Reduce Redundancy Storage (RRS) 2012-01-11 22:18:28 +02:00
Andrew Phillips bf1311be9b Update gae-tweetstore to store tweets repeatedly too 2012-01-11 14:20:12 -05:00
Andrew Phillips 69f1fb5749 Now using a cron job to enqueue 'store tweet' tasks every 5min since the GAE task queue actually removes tasks once they have completed successfully. This meant that the blobstores were only populated *once*. 2012-01-11 14:19:15 -05:00
Adrian Cole 2f08d13fd6 Merge pull request #308 from aplowe/master
Improving javadoc comments and converting AsyncClientTests to ClientExpectTests
2012-01-11 10:22:36 -08:00
Adam Lowe 87cc6cc870 Adding class headers 2012-01-11 14:12:51 +00:00
Adam Lowe 6a83898406 Fixing bugs found by new ClientExpectTests 2012-01-11 10:17:26 +00:00
Adam Lowe 41dedd0498 Re-writing ClientExpectTest in the required format 2012-01-11 10:17:26 +00:00
Adam Lowe f1a8649c3f Removing erroneously committed files 2012-01-11 10:17:26 +00:00
Adam Lowe bb47f6bba1 Switching from AsyncClientTests to ClientExpectTests for Archive, Domain, Email and Server clients 2012-01-11 10:17:25 +00:00
Adam Lowe 602002660a Improving javadocs for Archive, Domain, Email and Server GleSYS clients 2012-01-11 10:17:25 +00:00
Adrian Cole c151e5bdd7 Issue 730: last deprecated methods scheduled for removal in 1.3 2012-01-10 18:10:55 -08:00
Adrian Cole 5abd10f36c thread safety in test 2012-01-10 17:49:06 -08:00
Adrian Cole 52822b9594 Issue 808:update to sshj 0.7.0 2012-01-10 17:41:38 -08:00
Aled Sage b11a608396 Issue 731: added RetryOnRenew handler to CloudLoadBalancers, Nova and Swift 2012-01-10 17:41:38 -08:00
Andrew Donald Kennedy 2d0db63f51 Issue 731: Add RetryOnRenew handler to renew expired token 2012-01-10 17:41:37 -08:00
Aled Sage da0b870295 Issue 731: added BaseRestClientExpectTest.orderedRequestsSendResponses, for expecting same request and giving different responses each time 2012-01-10 17:41:37 -08:00
Adrian Cole 15621101da Merge pull request #304 from andreisavu/configuration-api
Global Configuration API
2012-01-10 17:39:46 -08:00
andreisavu a752ecbb98 Added missing Expect test cases 2012-01-11 03:35:30 +02:00
Adrian Cole 1920ea70da Merge pull request #306 from andreaturli/dev
issue 384: adding MutableMachine
2012-01-10 17:27:19 -08:00
andreisavu 7c4603f44a Re-enabled the failing Expect test 2012-01-11 03:24:21 +02:00
andreisavu 77ebfe8f1e Removed create configuration API call - not useful 2012-01-11 03:24:21 +02:00
andreisavu 00e7657a09 Implemented update & create configuration APIs 2012-01-11 03:24:21 +02:00
andreisavu de9691cccb Implemented listConfigurationEntries API 2012-01-11 03:24:21 +02:00
Adrian Cole 3870313e95 fixed generic types for CloudStackContext 2012-01-10 17:12:50 -08:00
Adrian Cole 3db62b6f8b exposed CloudStackContext for tests 2012-01-10 17:07:08 -08:00
Adrian Cole 018771d3a4 refactored error on current transaction 2012-01-10 16:44:06 -08:00
andreaturli 2cfe07f84e Merge branch 'dev' of github.com:andreaturli/jclouds into dev 2012-01-11 00:27:35 +00:00
andreaturli 1807f78ae2 issue 384: change MachineUtils to use MutableMachine function 2012-01-11 00:25:34 +00:00
Andrea Turli 768e16fae7 issue 384: create Mutatemachine 2012-01-11 00:25:33 +00:00
andreaturli b82d68d9fd issue 384: change MachineUtils to use MutableMachine function 2012-01-11 00:19:29 +00:00
Adrian Cole ba0725286a formatting 2012-01-10 14:29:47 -08:00
Adrian Cole 2b9ba76fe1 initial expect test for cloudservers 2012-01-10 14:25:25 -08:00
Adrian Cole ea9488db11 grammar 2012-01-10 12:34:32 -08:00
Adrian Cole 5000270090 grammar 2012-01-10 12:33:45 -08:00
Adrian Cole da96b4637b fixed method name 2012-01-10 12:28:50 -08:00
Adrian Cole bdf8725b7a first s3 expect tests 2012-01-10 12:21:26 -08:00
Adrian Cole eef21ec75b added base class for S3 expect tests 2012-01-10 12:21:26 -08:00
Adrian Cole 64fb9f89cf added javadoc and helper methods to supply multiple request/response expectations 2012-01-10 12:21:26 -08:00
Adrian Cole deff082a48 allowed http request subclasses to match equals/hashCode when they render the same data; useful in testing 2012-01-10 12:21:26 -08:00
Adrian Cole f3f56463b4 centralized RestContext<S,A> binding 2012-01-10 12:21:25 -08:00
Adrian Cole f570ec99e6 moved base test into internal package 2012-01-10 12:21:25 -08:00
Adrian Cole c675b61807 moved s3-specific handler into s3 module 2012-01-10 12:21:25 -08:00
Adrian Cole 467381bd51 slight fixes for softlayer tests 2012-01-10 12:21:25 -08:00
Adrian Cole cecff8f681 Merge pull request #303 from richardcloudsoft/cs-hosts
Add Hosts API listClusters call; domain objects, options, tests, etc.
2012-01-10 09:51:36 -08:00
Richard Downer e996fc57d5 Add Hosts API listClusters call; domain objects, options, tests, etc. 2012-01-10 17:36:43 +02:00