Lili Nader
|
ec1d97ec16
|
Merge branch 'master' of github.com:jclouds/jclouds
|
2010-08-23 11:44:57 -07:00 |
Lili Nader
|
aeaf68aaf8
|
added ListLoadBalancer classes
|
2010-08-23 11:44:18 -07:00 |
Andrew Phillips
|
6b7cb6a166
|
Merge remote branch 'origin'
|
2010-08-23 17:19:32 +02:00 |
Andrew Phillips
|
b8df9b9ec9
|
Line endings
|
2010-08-23 17:19:22 +02:00 |
Adrian Cole
|
fd7aacf176
|
Issue 290: corrected CIM type ids
|
2010-08-22 23:27:07 -07:00 |
Adrian Cole
|
a87747a6b2
|
Issue 343 removed buggy hosting.com vcloudexpress
|
2010-08-22 21:47:36 -07:00 |
Adrian Cole
|
3bce2e0d94
|
commented out code that references missing classes
|
2010-08-22 14:59:32 -07:00 |
Lili Nader
|
6b832c79cf
|
minor improvements to elastic load balancer functionality
|
2010-08-20 18:20:58 -07:00 |
Adrian Cole
|
5413e12fcc
|
Issue 296 make terremark ecloud and vcloudexpress work from mvn -Plive install
|
2010-08-19 01:43:26 -07:00 |
Adrian Cole
|
f895756c65
|
Issue 333: added operatingsystem to nodemetatdata; Issue 327: completed vcloud conversion to ids; Issue 306; completed vcloud lookup by id; Issue 338: got rid architecture object
|
2010-08-18 21:04:17 -07:00 |
Adrian Cole
|
0394c29394
|
Issue 333: added OperatingSystem to Image
|
2010-08-17 21:41:48 -07:00 |
Adrian Cole
|
462a6e5617
|
Issue 335: took initialization code out of injection providers and into memoized suppliers, this will allow us to tune caching and speed up injection as guice is single-threaded; fixed broken windows along the way
|
2010-08-17 02:08:39 -07:00 |
Adrian Cole
|
6e09985659
|
normalized tag parsing code
|
2010-08-16 12:25:22 -07:00 |
Adrian Cole
|
5b215533f1
|
Issue 327: fixed terremark tag pattern and disk parsing
|
2010-08-15 12:50:03 -07:00 |
Adrian Cole
|
09e155bf0d
|
Issue 327: completed conversion of vapp to use URIs for IDs consistently
|
2010-08-15 00:55:58 -07:00 |
Adrian Cole
|
420503d32e
|
updated and corrected license headers
|
2010-08-12 16:04:26 -07:00 |
Adrian Cole
|
664644534a
|
Issue 328: added blacklist for node commands using property jclouds.compute.blacklist.nodes with comma separated node names; note that this is only implemented in vcloud right now
|
2010-08-08 13:10:45 -07:00 |
Adrian Cole
|
6f180ddb4e
|
Issu 301: refactored utilities that depend on guava. introduced Crypto, CryptoStreams, and more Payloads to help deal with encrypted payloads and headers
|
2010-08-01 02:07:53 -07:00 |
Adrian Cole
|
34518f54ba
|
Issue 325: massive refactor in order to stop serializing native async http client requests
|
2010-07-30 01:26:55 -07:00 |
Adrian Cole
|
4ed2f2ec8a
|
Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
Removed 1,000,000 redundant .gitignores (they're inherited)
|
2010-07-28 13:17:22 -07:00 |
Adrian Cole
|
503eb869f8
|
Issue 320: added utils().json() to access json parsing
|
2010-07-28 11:54:54 -07:00 |
Andrew Phillips
|
e1f5369243
|
Removed 1,000,000 redundant .gitignores (they're inherited)
|
2010-07-28 14:38:28 +02:00 |
Adrian Cole
|
ca247efaed
|
Issue 324: added properties for (jclouds|provider).modules, (jclouds|provider).credential.resource, and (jclouds|provider).credential.file in order to support rewiring jclouds http and other components via properties files, and extract out where credentials are obtained from
|
2010-07-28 00:41:13 -07:00 |
Adrian Cole
|
0612e5e1ba
|
Issue 165: added slicehost to the provider list
|
2010-07-26 02:44:26 -07:00 |
Adrian Cole
|
887bb7adfe
|
Issue 316: refactored ssh to use Payload object; deprecated non-payload methods
|
2010-07-19 13:08:12 -07:00 |
Adrian Cole
|
d626a9848e
|
Issue 311: now supporting ec2 cluster instance sizes and placement groups
|
2010-07-17 21:47:37 -07:00 |
Adrian Cole
|
cd5fddf1f4
|
normalized all list operations to Set<Thing> and on 404 they return an empty list
|
2010-07-17 19:46:43 -07:00 |
Adrian Cole
|
1d0949dec5
|
Issue 315: added auto-deserialization of json into java objects and new @Unwrap annotation; Issue 311: fixed template parsing for new cluster instance in ec2; Issue 191: started adding node support to chef
|
2010-07-17 01:30:37 -05:00 |
Adrian Cole
|
4098c4bd0a
|
regression in last commit; guice child injector locks up under threading; also added new ec2 instance size
|
2010-07-13 16:56:38 -05:00 |
Adrian Cole
|
e90857d7a4
|
added toString hashCode and equals to context objects
|
2010-07-06 13:32:13 -07:00 |
Adrian Cole
|
88d64ee76c
|
Issue 286: normalized names trmk-vcloudexpress -> TerremarkVCloudExpressClient; tmrk-ecloud -> TerremarkECloudClient
|
2010-07-05 23:46:33 -07:00 |
Adrian Cole
|
9bac52d315
|
Issue 298: fixed regression on authorizationexception not propagating, and also missing gogrid file
|
2010-07-02 12:05:41 -07:00 |
Hugo Duncan
|
1e20ba3384
|
Added :any to template options
|
2010-07-01 18:27:32 -04:00 |
Adrian Cole
|
20f1a75606
|
Issue 297: made ssh optional in case we are in gae and we cannot invoke network sockets
|
2010-06-29 15:52:41 -07:00 |
Adrian Cole
|
714a459796
|
Issue 297: exposed utilities like encryption, logging, date, threads, and ssh to context objects
|
2010-06-29 15:45:59 -07:00 |
Adrian Cole
|
360af6f42c
|
Issue 289: fixed template options classpath woes
|
2010-06-28 15:17:05 -07:00 |
Adrian Cole
|
7e28286dd0
|
Issue 293: normalized on provider vocab
|
2010-06-28 12:03:35 -07:00 |
Adrian Cole
|
caceae90bd
|
Issue 293: normalized on identity/credential vocab
|
2010-06-28 11:33:41 -07:00 |
Adrian Cole
|
27f4f69b4c
|
Issue 293: refactored code to provide for api versions and coherent properties for authorization
|
2010-06-28 05:07:36 -07:00 |
Adrian Cole
|
055c56dc08
|
Issue 292: added simple http client
|
2010-06-25 10:45:15 -07:00 |
Adrian Cole
|
0b9772e910
|
more node predicates
|
2010-06-22 15:22:33 -07:00 |
Adrian Cole
|
b2141b0d59
|
Issue 271 updated to support google storage and eucalyptus
|
2010-06-15 17:05:55 -04:00 |
Adrian Cole
|
cba3f660fb
|
Issue 27: added 'walrus' blobstore and 'eucalyptus' compute providers
|
2010-06-15 15:22:32 -04:00 |
Adrian Cole
|
55fa55a0dc
|
corrected default shutdown timeout and chef key path
|
2010-06-15 11:27:57 -04:00 |
Adrian Cole
|
aabaae2a51
|
Issue 283 added
client.templateOptions().blockUntilRunning(false) and Issue 284: consolidated timeout properties into ComputeServiceConstants
|
2010-06-14 23:51:11 -04:00 |
Adrian Cole
|
f283b072e9
|
Issue 230: added configurationData entry to ibmdev support
|
2010-06-08 01:15:27 -07:00 |
Adrian Cole
|
b87fcd4ee2
|
Issue 230: completed coding ibmdev support
|
2010-06-08 00:31:51 -07:00 |
Adrian Cole
|
f624dbe3f8
|
fixed bug in computservice types and Issue 230: added instance support for ibm cloud.
|
2010-06-07 12:23:16 -07:00 |
Adrian Cole
|
84ad021268
|
added retry handler for io exceptions, created modular rest client, swapped generic type args on restcontext
|
2010-06-06 23:01:48 -07:00 |
Adrian Cole
|
8234c94f37
|
Issue 230: started on IBM dev cloud
|
2010-06-04 01:52:14 -07:00 |