Commit Graph

1271 Commits

Author SHA1 Message Date
Hugo Duncan 82f60d2e0c added clojure repository 2010-03-04 16:36:32 -05:00
Hugo Duncan 88f992a53e Added clojure to tests and jar 2010-03-04 16:03:34 -05:00
Hugo Duncan 4747272667 Merge branch 'master' of git@github.com:jclouds/jclouds 2010-03-04 09:22:18 -05:00
Hugo Duncan 6ad07515c5 Removed static dependency on extension modules. Removed lein project.clj files. 2010-03-04 09:22:01 -05:00
Alex Yarmula 0152fabd6c Merge branch 'master' of github.com:jclouds/jclouds 2010-03-03 14:34:18 -08:00
Hugo Duncan 68be4884ff import bindings from crane. Merge branch 'jclouds' of git://github.com/bradford/crane 2010-03-03 14:33:28 -08:00
Alex Yarmula 4bbff2caf5 included image functionality, disabled live tests by default 2010-03-03 14:32:55 -08:00
Alex Yarmula 202dd690f0 added image support; changed lists to sorted sets in domain objects; added a live test 2010-03-03 14:15:43 -08:00
Alex Yarmula d8d88c3321 reverted an accidental commit of several files; added editing to load balancer 2010-03-03 09:13:10 -08:00
Alex Yarmula 86471b0a5a added support for more load balancer operations, extended the main live test 2010-03-03 09:13:09 -08:00
Alex Yarmula 9df9d45859 added load balancer methods, enums replaced for several option-based objects, tests 2010-03-03 09:13:09 -08:00
Alex Yarmula 4892b843d8 added jobs and ip services; more test; single live test 2010-03-03 09:13:09 -08:00
Alex Yarmula ddc1a30b55 finished with server functionality; extended tests 2010-03-03 09:13:09 -08:00
Alex Yarmula 6abc2110c5 added 2 more methods for managing servers 2010-03-03 09:13:09 -08:00
Alex Yarmula 2b41b83f0c added a custom error handler 2010-03-03 09:13:09 -08:00
Alex Yarmula b88b6beb9f Moved the server related methods to a separate service 2010-03-03 09:13:09 -08:00
Alex Yarmula 23a1435417 Finished with the first method, getServerList 2010-03-03 09:13:09 -08:00
Alex Yarmula 6a37d171f0 initial commit with gogrid code - raw from archetype 2010-03-03 09:13:08 -08:00
Hugo Duncan 33a31c03ed import bindings from crane. Merge branch 'jclouds' of git://github.com/bradford/crane 2010-03-03 09:17:00 -05:00
Adrian Cole 2dda30b922 removed atmos from demos, since it is unreliable 2010-03-01 23:36:47 -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 e6b5978616 more parser tests 2010-02-22 21:27:05 -08:00
Adrian Cole b59faeb385 fix where username and password cannot both contain @ 2010-02-22 20:49:32 -08:00
Adrian Cole 300963078c Issue 181: add extra system metadata to vcloud services 2010-02-22 18:45:16 -08:00
Adrian Cole 99cc8000e8 added multi-vdc images to vcloud 2010-02-22 17:35:51 -08:00
Adrian Cole ea8bb3f454 Issue 176: initial bluelock support 2010-02-21 13:10:26 -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
Adrian Cole 118129714c updated javadoc wrt runscript 2010-02-17 21:59:10 -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 bb80d90755 Issue 172: updated stubs to have enough threads to complete execution 2010-02-16 10:07:04 -08:00
Adrian Cole 041ef28bcb fix where executor service doesn't close when context does 2010-02-16 08:28:56 -08:00
Adrian Cole 19aed31158 Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Added container name validator for Azure. Changed the way the validation exceptions are passed through.
2010-02-10 12:22:51 -08:00
Adrian Cole c8f5d36c14 changed apache hc to not be automatically included in the enterprise distribution, as untuned it is much slower than default 2010-02-10 12:22:37 -08:00
alexstaytuned 9ec8e07243 Added container name validator for Azure. Changed the way the validation exceptions are passed through. 2010-02-09 23:31:41 -08:00
Adrian Cole 752ab1c136 Issue 140: fixed to work when varargs are present 2010-02-09 13:16:24 -08:00
Adrian Cole 44a744de9e Issue 140: initial validator support from Alex 2010-02-09 12:38:44 -08:00
Adrian Cole 9244b6ddd0 updated ant samples 2010-02-09 00:23:51 -08:00
Adrian Cole 7050b0f85c fixed status checkers 2010-02-08 22:53:04 -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 1a5016a4f8 changed to snapshot versioning so that hudson will work 2010-02-05 23:43:25 -08:00
Adrian Cole 7228d2ea04 Issue 107: added proxy support, timeout parameters, and refactored ssl module 2010-02-05 23:16:34 -08:00