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
7e12d36870
Issue 191: started on chef api support
2010-06-03 18:35:59 -07:00
Chas Emerick
fd2eea6e7d
fixed node.getId() usage in clojure elastic ip wrapper
2010-05-26 08:28:34 -04:00
Chas Emerick
667c3ed03e
fixed node.getId() usage in clojure ebs wrapper
2010-05-26 00:04:30 -04:00
Chas Emerick
37aa405b0a
fix elastic-ip clojure wrapper for INetAddress change
2010-05-25 12:41:47 -04:00
Adrian Cole
f297c9d7d5
Banned use of InetAddress and InetSocketAddress as these break google appengine. Introduced IPSocket class instead
2010-05-25 00:42:27 -07:00
Adrian Cole
237afa4ddc
updated loadbalancer to backoff on unknownhost exception; made template match ubuntu 10.04 on rackspace, aws, and rimu
2010-05-24 09:16:10 -07:00
Adrian Cole
c8cd0b0f2e
Issue 260: fixed executors per kimchy's advice; also fixed regression in a lot of live tests
2010-05-23 22:26:14 -07:00
Adrian Cole
4fc5f3cf2e
enhanced ec2 lb logic
2010-05-23 16:38:46 -07:00
Adrian Cole
a4bdd433f4
Issue 260: fixed i/o threadpool to min=max; refactored session expiry logic. Issue 258 refactored load balancer code
2010-05-23 15:39:49 -07:00
Adrian Cole
dbd42ce7ac
fixed where TemplateOptions was not permitted in ec2
2010-05-22 23:13:45 -07:00
Adrian Cole
050af3c3f7
Issue 176: size can now test compatibility with images; refactored vcloud config logic; updated to support latest bluelock
2010-05-22 22:43:28 -07:00
Lili Nader
88d5f42da2
fine tuning load balancer API
2010-05-21 21:23:19 -04:00
Adrian Cole
8940e1cc03
worked around guice issue where auth failures were retried
2010-05-21 14:56:24 -07:00
Adrian Cole
ca5312d849
added test for 5gb objects
2010-05-21 13:23:43 -07:00
Adrian Cole
d1fd1600dd
fixed overflow on it
2010-05-21 10:27:45 -07:00
Adrian Cole
5af9bdd34f
Issue 254: correct docs
2010-05-20 20:05:14 -07:00
Adrian Cole
efc47969d9
Issue 254: distinguish between id and providerId
2010-05-20 19:36:25 -07:00
Adrian Cole
467f815c17
revised load balancer code and implemented Issue 254: compute handle
2010-05-20 16:32:31 -07:00
Lili Nader
0d1d28a972
Load Balancer ComputeService API
2010-05-20 18:38:23 -04:00
Adrian Cole
d3690c44f2
added southeast asia to sqs and added better region tests
2010-05-20 10:06:19 -07:00
Adrian Cole
570e6366a6
Issue 258 added missing methods and a unit test. fixed live test to test all regions
2010-05-20 00:26:38 -07:00
Lili Nader
596ca233e3
Elastic Load Balancer
2010-05-20 01:16:57 -04:00
Adrian Cole
dfdbc44700
Issue 257 naming constraints on s3 buckets
2010-05-19 11:27:51 -07:00
Adrian Cole
ef1dec6651
Issue 257 naming constraints on s3 buckets
2010-05-19 11:27:44 -07:00
Adrian Cole
566aa9f0d0
Issue 255, 256: lazy parsing of images so you can specify imageId() that isn't in the default owner list
2010-05-18 16:28:44 -07:00
Adrian Cole
d8e21ad8d0
Issue 252: created templateBuilder.any() which can be used to get the known bootable params of a template, as well helper functions
2010-05-17 17:22:22 -07:00
Adrian Cole
20c282c8bc
Issue 243 revise compute api for better support of single nodes and flexible aggregate commands
2010-05-13 17:54:04 -07:00
Adrian Cole
b6189457d5
Issue 249: new extended options for ec2, including securityGroups, keyPair, and noKeyPair
2010-05-11 21:24:27 -07:00
Adrian Cole
25fd278ecf
Issue 249: switch to use group, not key, for tag lookups; prefix jclouds created groups and keys with jclouds#tag so that we can differentiate what we've created from what the user has
2010-05-10 21:35:59 -07:00
Adrian Cole
6c14ae1831
Issue 244: fixed jsch bug and refactored ssh error handling
2010-05-10 17:41:36 -07:00
Alex Yarmula
bb52dfd9a2
first attempt at fixing/refactoring destroyNodesWithTag for EC2
2010-05-07 12:51:11 -07:00
Adrian Cole
168af0a7f6
fixed missing param
2010-05-05 10:07:18 -07:00
Adrian Cole
ccdefce626
southeast region for s3
2010-05-05 10:02:45 -07:00
Adrian Cole
239519c8ca
added exceptions to ssh commands and changed interface to not index on id, since ids are not guaranteed unique
2010-05-04 15:01:01 -07:00
Adrian Cole
a1c7ccfd3f
Issue 241:Add provider to the Location hierarchy and make getParent a Location object; also fixed compute services where broken and added ssh logging for runscript
2010-05-03 01:04:48 -07:00
Chas Emerick
0d5d9c21b5
added AWS Elastic IP Address clojure wrapper
2010-05-01 00:59:03 -04:00
Chas Emerick
fb5d3067cf
additional region-related fixes for clojure wrappers
2010-05-01 00:58:40 -04:00
Alex Yarmula
9c772c54aa
changed AvailabilityZone to String (from enum)
2010-04-30 17:37:15 -07:00
Adrian Cole
e8b77d2765
Issue 236: parameterize out runscript name
2010-04-30 14:17:36 -07:00
Alex Yarmula
6660228b55
for amazon web services, changed the Region to String format (from enum). clojure code for aws needs verification
2010-04-30 12:27:55 -07:00
Adrian Cole
2cc949ad49
changed InstanceType to string (from enum)
2010-04-29 14:29:59 -07:00
Adrian Cole
bb681a8101
Issue 238 asia/pac ec2
2010-04-28 17:13:02 -07:00
Chas Emerick
56f6246d8c
fix references to Region.DEFAULT, using nil as default region now
2010-04-27 17:02:37 -04:00
Adrian Cole
e3a816e6cd
switch to old google collections syntax to avoid conflict between guava and google collections
2010-04-26 23:46:22 -07:00
Chas Emerick
1af5fccb0c
changed create-volume to accept a Snapshot instance for :snapshot
2010-04-26 13:28:43 -04:00
Adrian Cole
021e5e18e0
Issue 203 normalized location across blobstore and compute
2010-04-25 17:38:21 -07:00
Alex Yarmula
950776c0e9
Added a unit test for RunningInstanceToStorageMappingUnix.
...
Added DI for it in compute service.
Minor fixes for tests
2010-04-25 12:36:26 -07:00
Adrian Cole
10af8cdae8
Issues 203 234 235, add visibility to image from nodemetadata, update to stable version of guava, harden tests, normalize location
2010-04-25 00:46:54 -07:00
Adrian Cole
82bb9e98f7
updated ec2 to support instances without a keypair to exist and not break computeservice
2010-04-24 11:09:47 -07:00
Alex Yarmula
dac0c67a50
Added size mapping for EC2 instances
2010-04-21 12:57:36 -07:00
Adrian Cole
1714051272
Issue 231:scrape vapptemplate description for password, and provide password for windows instances
2010-04-20 02:53:00 -04:00
Ivan Meredith
4b8b0e8770
Added getNodes withDetails()
2010-04-18 20:29:18 +12:00
Adrian Cole
31d2b08b71
fixed ec2 to create a new keypair on each time runNodesWithTag; added a test to ensure we can add nodes to a set in a different context than it was created in
2010-04-17 00:03:55 -07:00
Adrian Cole
f3a9fabf44
normalized usage with compute/blobstore style
2010-04-16 23:58:04 -07:00
Adrian Cole
4331f63265
added logging statement when errors occur applying options to nodes
2010-04-16 15:28:11 -07:00
Chas Emerick
8203857af4
tweak clojure ebs wrapper to eliminate superfluous :attach option to create-volume
2010-04-16 16:52:20 -04:00
Chas Emerick
e1a5f58bd4
Issue 226: use jclouds-native objects (mostly) where ever
...
possible, including adding a single-step create-and-attach option for create-volume
2010-04-16 10:57:57 -04:00
Lili Nader
177a53b3db
issue 225
2010-04-14 22:31:08 -04:00
Alex Yarmula
56eff0f10d
fixed the method signature
2010-04-14 17:33:13 -07:00
Adrian Cole
dedd8f8270
fixed templateBuilder logger and also fixed copyright headers
2010-04-13 23:40:56 -07:00
Adrian Cole
29f435eafd
Merge branch 'master' of git://github.com/cemerick/jclouds
...
* 'master' of git://github.com/cemerick/jclouds:
add copyright notice and attribution to clojure ebs wrapper
added create- and delete-snapshot to clojure ebs wrapper
First cut at a clojure wrapper of EBS interface
2010-04-13 11:05:37 -07:00
Chas Emerick
b74a203401
add copyright notice and attribution to clojure ebs wrapper
2010-04-13 13:52:18 -04:00
Alex Yarmula
882bf5f651
added runScriptOnNodesWithTag methods. theoretically it is supported for any cloud as a part of compute service. (issue 222)
2010-04-10 19:11:01 -07:00
Alex Yarmula
d4d9d76388
fixed the tests
2010-04-08 13:49:50 -07:00
Alex Yarmula
214aee6626
moved the default credentials to ImageImpl#defaultCredentials, issue 157
2010-04-08 12:44:19 -07:00
Chas Emerick
5f842ebb6d
added create- and delete-snapshot to clojure ebs wrapper
2010-04-08 08:14:22 -04:00
Chas Emerick
bc7a92fae1
First cut at a clojure wrapper of EBS interface
2010-04-08 08:14:21 -04:00
Alex Yarmula
1bdf5eda18
added resolve images functionality (currently supported are ec2 and gogrid). current implementations are only resolving the credentials/authentication
2010-04-07 16:10:37 -07:00
Adrian Cole
89958f93d1
normalized image parsing across canonical and alestic; added tests to kickout non-amis and test images
2010-04-07 12:47:49 -07:00
Adrian Cole
fab4a0fb4d
tuned runscript to use herefile syntax so that it is easier to troubleshoot and works without needing to escape characters
2010-04-06 15:13:08 -07:00
Chas Emerick
c352f408a2
fix ec2 to work with canonical AMIs
2010-04-06 08:24:55 -04:00
Adrian Cole
736e85da6b
fixed ec2 to work with alestic amis
2010-04-05 20:06:57 -07:00
Adrian Cole
190c768d02
Issue 221: made sure default template always works on all cloud providers
2010-04-04 22:57:03 -07:00
Adrian Cole
4ee4bb8764
Issue 210: ec2 content length header was bad. corrected and also updated default appengine test app to allow more time to startup
2010-04-04 19:48:02 -07:00
Adrian Cole
ebcaae325f
Issue 215: removed RuntimeDelegate.setInstance and turned to dependency injection for UriBuilder
2010-03-22 22:33:26 -07:00
Adrian Cole
614cbb24c6
Issue 207: increased ferocity of tests to do concurrent 5MB downloads w/checksum on both http and blobstore level.
2010-03-21 16:48:16 -07:00
Andrew Phillips
83d0b24e53
Line endings.
2010-03-19 12:11:31 +01:00
Andrew Phillips
3b9e961268
Merge remote branch 'origin'
2010-03-19 11:33:57 +01:00
Andrew Phillips
64b68d73db
Housekeeping: renamed all .svnignore files to .gitignore, and some line endings.
2010-03-19 11:30:13 +01:00
Andrew Phillips
43788298f8
Merge branch 'master' of C:\Users\aphillips\Workspaces\Personal\jclouds
2010-03-19 09:03:35 +01:00
Andrew Phillips
550384bd22
Line ending changes and POM formatting.
2010-03-19 09:02:17 +01:00
Adrian Cole
92cc6d6a21
Refactored AMI parsing
2010-03-18 18:29:39 -07:00
Adrian Cole
b47c6114c0
alestic changed naming convention to not include manifest.xml
2010-03-17 21:32:14 -07:00
Alex Yarmula
f959db6546
fixed the aws tests
2010-03-16 17:03:08 -07:00
Alex Yarmula
b9a5dc0d0b
fix for multiple security groups in ec2
2010-03-16 16:56:09 -07:00
Alex Yarmula
a7d73a2d64
fix for multiple security groups in ec2
2010-03-16 16:55:19 -07:00
Adrian Cole
dc512e8bae
Issue 202: withDetails support for BlobStore.list(String,ListContainerOptions)
2010-03-14 23:34:47 -07:00
Adrian Cole
e04784373e
Issue 154: added Transient blobstore
2010-03-09 09:17:33 -08:00
Adrian Cole
b190651247
refactored configuration module so that Issue 201 could occur. linked context with objects created from it
2010-03-09 00:10:27 -08:00
Adrian Cole
8ad3955e36
example of testing request signing
2010-02-25 13:32:34 -08:00
Alex Yarmula
d71b439981
Changed the instance Size to support floating-point type of # of cores (ex, 6.5 cores). Propogated the change to template builder and related ComputeService usages.
2010-02-23 13:24:57 -08:00
Alex Yarmula
c0b5d832b5
added support for m2.xlarge instance type in ec2. added tests in EC2ComputeServiceTest
2010-02-23 11:54:46 -08:00
Adrian Cole
f2fb83abaf
Merge branch 'master' of git@github.com:jclouds/jclouds
...
* 'master' of git@github.com:jclouds/jclouds:
Changed the way device name is passed
2010-02-21 10:58:36 -08:00
Adrian Cole
a72efaea6d
Issue 177: support scheme-only redirects
2010-02-21 10:43:00 -08:00
Alex Yarmula
db31695940
Changed the way device name is passed
2010-02-20 15:55:03 -08:00
Alex Yarmula
55c8ce03ad
Improved #equals for RunningInstance.EbsBlockDevice
...
Added the header to BlockDeviceMapping
2010-02-20 12:54:07 -08:00
Alex Yarmula
a607d3573f
Removed the class that's no longer used
2010-02-20 12:43:32 -08:00
Alex Yarmula
7133a0b2ad
Fixed wrong dependency
2010-02-20 12:35:05 -08:00
Alex Yarmula
0097a2ded6
Replaced string representation of BlockDeviceMapping with the class for Instance(Async)Client#setBlockDeviceMappingForInstanceInRegion, getBlockDeviceMappingForInstanceInRegion
...
Fixed the tests and some logic for BlockDeviceMapping. NOTE: Now it receives and returns instances of RunningInstance.EbsBlockDevice
2010-02-20 12:23:16 -08:00
Alex Yarmula
3e8381e3f3
Added an overloaded version of 'createVolumeFromSnapshotInAvailabilityZone' to support specific size for a volume
2010-02-16 10:37:18 -08:00
Adrian Cole
df86359e65
Issue 156: refactored compute api classes and added reboot support
2010-02-08 22:09:07 -08:00
Adrian Cole
52e40c4651
normalized usage of null across compute apis, removed loop of recreating nodes, extracted BaseComputeService class
2010-02-08 01:32:53 -08:00
Adrian Cole
7228d2ea04
Issue 107: added proxy support, timeout parameters, and refactored ssl module
2010-02-05 23:16:34 -08:00
Adrian Cole
4582c57c72
fixed version numbers to SNAPSHOT
2010-02-04 21:30:22 -08:00
adrian.f.cole
2ed029764f
beta-3 release
...
git-svn-id: http://jclouds.googlecode.com/svn/branches/1.0-beta-3@3054 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-02-02 11:34:05 +00:00
adrian.f.cole
7120f6e536
corrected CNFE, as it should have been a subclass of ResourceNotFoundException; stabalized the directory support for rackspace and atmos
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2753 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-02-02 04:07:49 +00:00
adrian.f.cole
a268309c94
overhauled the blobstore api to work with pseudo directories and continuable lists. fixed connection errors in http executor. changed to return null on resource not found
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2745 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-02-01 10:09:45 +00:00
adrian.f.cole
2b3d2b0c48
fix bugs found by pvdyck blind usage of content on HEAD requests and throwing away data on generation of uri
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2738 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-29 23:39:47 +00:00
adrian.f.cole
24f1836f7a
Issue 130 added rsa key options to compute api
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2734 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-29 07:01:20 +00:00
adrian.f.cole
99dd7c1638
Issue 130: clarified method names
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2731 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-28 08:21:10 +00:00
adrian.f.cole
3521c47029
Issue 130: added location and made compute service set-based
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2730 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-28 05:21:11 +00:00
adrian.f.cole
70aa7e4ef3
Issue 73, 130, 150: overhauled context builders, blobstore javadocs, setup http connection limiter, and otherwise readied the code for consumption
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2729 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-25 09:41:37 +00:00
adrian.f.cole
9d305c95a9
Issue 130: added rimu and vanilla vcloud, hardened state changes to delete with status checks, added example build.properties to ant samples
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2727 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-23 03:22:28 +00:00
adrian.f.cole
aa41f4512b
Issue 130: added rackspace and cleaned up builder concepts
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2721 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-22 20:39:23 +00:00
adrian.f.cole
28aadccb49
Issue 130: fleshed out compute abstraction and hardened TemplateBuilder design
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2718 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-22 09:35:39 +00:00
adrian.f.cole
a17da70588
support null; add AuthorizationException
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2717 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-22 00:30:07 +00:00
adrian.f.cole
cb906ded3c
Issue 130: added options to runNode like openPorts and runScript; added ability to specify alternate endpoint in *ContextBuilderFactory; updated ant tasks to use new node features; Issue 112: normalized vcloud clients
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2712 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-21 06:22:42 +00:00
sharedocs1@gmail.com
e486147c01
Updated license headers (no code changes).
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2703 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-20 11:52:59 +00:00
adrian.f.cole
2e213ae223
Issue 130: properly modeled node and templates
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2702 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-20 11:34:24 +00:00
adrian.f.cole
9b39988ad7
Issue 130, Issue 73: separated out provider context from abstraction. accessible via getProviderSpecificContext
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2684 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-20 00:32:04 +00:00
adrian.f.cole
e38f58902c
Added more images to ec2
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2673 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-19 11:18:41 +00:00
adrian.f.cole
969bb8ea38
Issue 144: Temporary hack until http://code.google.com/p/guava-libraries/issues/detail?id=317 is fixed.
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2670 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-19 02:23:30 +00:00
adrian.f.cole
f9fec120a7
Issue 130: separated out compute api
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2668 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-18 22:56:58 +00:00
adrian.f.cole
27de8ac105
Issue 148 Issue 9 cleanup javadoc, removed use of string.replaceAll
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2664 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-18 20:28:37 +00:00
adrian.f.cole
2776d12093
corrected ssl errors in blobstore and normalized context factories
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2663 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-16 17:35:59 +00:00
adrian.f.cole
d8e6c0e248
Issue 130, Issue 29: normalize location, called Region in amazon speak, restructured domain model across compute and blobstore
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2658 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-15 23:13:35 +00:00
adrian.f.cole
63073ae3f4
formatting
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2655 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-14 20:40:39 +00:00
adrian.f.cole
2d19e33828
changed factories to not use varargs as it makes scripting ugly. also added NONE options for the same reason.
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2645 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-13 06:34:35 +00:00
adrian.f.cole
6ff6abd36c
Issue 129 Issue 130: changed naming convention per libcloud; added context object
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2644 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-13 01:19:42 +00:00
adrian.f.cole
e3c6b0e4e1
fastest ec2
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2642 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-12 03:14:05 +00:00
adrian.f.cole
b29521ef41
Issue 147: performace improvements to SQS
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2641 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-12 02:18:23 +00:00
adrian.f.cole
5b1a2da6a1
Issue 129: cargo integration and ant task consolidation
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2636 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-11 13:38:07 +00:00
adrian.f.cole
befd1f0a4e
Issue 130: corrected type where UMBUNTU should have been UBUNTU, started integrating cargo
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2630 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-11 05:57:07 +00:00
adrian.f.cole
340d58e030
added jdk to computeservice
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2629 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-11 03:00:42 +00:00
adrian.f.cole
646cad3202
adjusted timeouts and corrected invalid ami id
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2628 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-11 02:06:54 +00:00
adrian.f.cole
05a7f5233b
Issue 146: initial support for amazon SQS
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2627 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-11 00:08:04 +00:00
adrian.f.cole
83a2d54e3e
Issue 144: convert to ListenableFutures
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2625 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-10 06:25:44 +00:00
adrian.f.cole
e69831b1a9
Issue 144: replaced exception handling with guava's Throwables methods
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2624 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-10 05:07:42 +00:00
adrian.f.cole
1284fd67fa
Issue 144: replaced FutureFunctionCallable, FutureFunctionWrapper, RunnableFutureTask with Futures.compose and Futures.chain
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2617 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-07 01:46:43 +00:00
adrian.f.cole
6a5a4df606
Issue 144: replace WithinThreadExecutorService with com.google.common.util.concurrent.Executors.sameThreadExecutor
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2616 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 22:21:24 +00:00
adrian.f.cole
2d3c1b6019
made name a mandatory parameter of newBlob
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2612 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 17:54:41 +00:00
adrian.f.cole
183342d7f0
broke the build
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2611 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 16:41:01 +00:00
adrian.f.cole
aab7fd12dc
s3: fixed ssl error on bucket not found
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2609 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-06 03:43:25 +00:00
sharedocs1@gmail.com
63c4712517
Corrected JavaDoc tag.
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2579 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-02 21:56:30 +00:00
adrian.f.cole
bdbb6d0ec9
corrected license of pom.xml files
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2564 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-01 17:56:29 +00:00
adrian.f.cole
7e34f51cc4
Issue 29: completed instance commands
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2561 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-01-01 01:38:23 +00:00
adrian.f.cole
9d1ef9bdf5
Issue 29: changed userData to automatically encode data
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2560 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-31 18:26:55 +00:00
adrian.f.cole
3f7058454c
Issue 29: changed userData to automatically encode data
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2559 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-31 18:08:30 +00:00
adrian.f.cole
32ab37d3d7
Fixed license error caught by libcloud: jclouds isn't licensed to Apache, it just uses that license. thanks guys
...
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2558 3d8758e0-26b5-11de-8745-db77d3ebf521
2009-12-31 17:36:46 +00:00