3394 Commits

Author SHA1 Message Date
Adrian Cole
557445db57 fixed unit test to be single-threaded as mocks aren't threadsafe 2011-09-30 10:49:25 -07:00
Aled Sage
3cd242502d issue 702: NodeRunning predicate throws IllegalStateException when state is terminated 2011-09-30 17:57:42 +01:00
Adrian Cole
1fdd46c164 formatting 2011-09-30 09:47:52 -07:00
Adrian Cole
d53c89b4e3 Merge pull request #83 from ahgittin/698-nullable-params
698 nullable params - fix, and stricter checking
2011-09-30 08:54:49 -07:00
Alex Heneveld
f59d1fec0b allow null/missing for varargs params (needed e.g. for EC2 ElasticBlockStoreAsyncClient.describeVolumesInRegion) 2011-09-30 12:05:49 +01:00
Alex Heneveld
70d58180e0 fix to check for nullable in those places where we test that nullable is supported, and to test that leaving out nullable disallows null parameters 2011-09-30 11:26:53 +01:00
Alex Heneveld
f26887b084 fix for 698, and test (better error messages on illegal null params);
also spotted some tests that don't actually test what's expected
2011-09-30 11:05:15 +01:00
andreaturli
9cc9ecb229 issue 384: IsoToMachine + Test started 2011-09-29 23:17:18 +01:00
andreaturli
9d98d8cc0c Merge branch 'master' of github.com:jclouds/jclouds 2011-09-29 23:12:12 +01:00
andreaturli
1d68a63614 issue 384: IsoToMachine + Test started 2011-09-29 23:12:02 +01:00
Adrian Cole
4c042e65c5 added option to specify domainName as an option when using softlayer 2011-09-29 10:11:00 -07:00
Adrian Cole
89c47ed6dd fixed location for openhosting to FL, not VA 2011-09-29 10:10:30 -07:00
Adrian Cole
1649c15ac7 Merge pull request #80 from jsonking/master
Issue 158: Started createNodeWithGroupEncodedIntoNameThenStoreCredentials. Fixed an objectMask and entered rest of metadata
2011-09-29 09:37:20 -07:00
Jason King
dd189cf6f0 Issue 158: Added comment about hostname/domain constraints 2011-09-29 10:11:42 +01:00
Jason King
7d7b7df48c Merge branch 'master' of git://github.com/jclouds/jclouds 2011-09-29 09:30:35 +01:00
Adrian Cole
c3b94378e8 Issue 669: update openhosting to elasticstack 2.0 2011-09-28 13:28:42 -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
1a46eb82ca Issue 690:Update to guava 10.0 2011-09-28 12:54:28 -07:00
Adrian Cole
d7bb1b7ae7 Merge pull request #81 from ahgittin/patterns-curly-braces
Issue 703: fix for bug where unclosed open braces in shell scripts banjax parsing
2011-09-28 12:18:05 -07:00
Alex Heneveld
eeae052890 fix for bug where unclosed open braces in shell scripts (and other places where scriptbuilder Utils does its replacements) banjax parsing 2011-09-28 10:07:34 -07:00
Jason King
5122e2de45 Issue 158: Started implementation of createNodeWithGroupEncodedIntoNameThenStoreCredentials 2011-09-28 17:09:53 +01:00
Jason King
b77bd0e132 Issue 158: Remaining metadata 2011-09-28 17:08:14 +01:00
Jason King
fd3cb496fd Issue 158: Added operating system and password to virtual guest 2011-09-28 16:59:09 +01:00
Jason King
c24ba815cf Issue 158: Fixed objectMask for VirtualGuest query 2011-09-28 16:58:08 +01:00
Adrian Cole
c54ce66ead merged vbox conflict 2011-09-27 15:38:46 -07:00
Adrian Cole
fff450fdf2 roughed out test cases for vbox 2011-09-27 15:37:04 -07:00
Adrian Cole
72989e5482 vbox: switched out use of host, as there's no useful data 2011-09-27 15:36:33 -07:00
andreaturli
d7aa0bda77 Merge branch 'master' of github.com:jclouds/jclouds 2011-09-27 23:15:24 +01:00
andreaturli
de4ad5ba9a issue 384: add link between Image and Hardware in IMachineToHardware 2011-09-27 23:15:08 +01:00
Adrian Cole
2baf711a32 linked image to hardware in virtualbox 2011-09-27 15:11:39 -07:00
Adrian Cole
65f3bd17a3 Merge pull request #79 from ahgittin/ExceptionChaining-Separate
show submission stack trace as part of exceptions thrown by our Future
2011-09-27 14:35:41 -07:00
Alex Heneveld
48be98ee7d renamed the Future we use to be DescribedFuture (instead of just AddedToStringFuture),
and added submission stack trace to that Future, with that trace appended to exceptions returned by the Future.get
(so the stack trace shows the logical continuity of processes submitted to an executor)
2011-09-27 14:27:46 -07:00
Mattias Holmqvist
ea148929ff Merge branch 'master' of https://github.com/jclouds/jclouds 2011-09-27 23:05:45 +02:00
Mattias Holmqvist
9112a74f6a Relaxed version parsing in IMachineToImage and started on the VirtualBoxComputeServiceAdapterLiveTest 2011-09-27 23:05:36 +02:00
Adrian Cole
0bb51e4f4e euca doesn't support ebs boot yet 2011-09-27 13:53:54 -07:00
Adrian Cole
a79190e86a Issue 645: move go2cloud out of sandbox 2011-09-27 13:12:59 -07:00
Adrian Cole
85a54e82bc Issue 645: go2cloud now passes all but one test 2011-09-27 12:52:28 -07:00
Adrian Cole
2bbb5dbadf Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Starting on unit tests for functions in virtualbox.
  Added todo and some documentation to IMachineToIpAddress
2011-09-27 12:02:48 -07:00
Adrian Cole
eb598a7c39 carved out a test to help guide completion of softlayer 2011-09-27 12:01:40 -07:00
Mattias Holmqvist
215b7c09a3 Merge branch 'master' of https://github.com/jclouds/jclouds 2011-09-27 20:50:43 +02:00
Mattias Holmqvist
91d42c4d4a Starting on unit tests for functions in virtualbox. 2011-09-27 20:50:35 +02:00
Adrian Cole
5469c324d1 added providermetadata and corrected locations in softlayer 2011-09-27 10:41:38 -07:00
Adrian Cole
3af390a4d3 fixed image matches 2011-09-27 10:37:15 -07:00
Adrian Cole
ea83b1e47d updated SL to support new SG datacenter 2011-09-27 10:36:00 -07:00
Adrian Cole
8532358193 removed unused imports 2011-09-27 10:34:26 -07:00
Mattias Holmqvist
22fa34fdb5 Added todo and some documentation to IMachineToIpAddress 2011-09-27 18:40:15 +02:00
Adrian Cole
94c74a7424 Merge pull request #78 from jsonking/master
Issue 158: Functions for Image and Hardware. Implemented SoftLayerComputeServiceAdapter listImages/listHardwareProfiles methods
2011-09-27 09:04:20 -07:00
Jason King
710055e595 Issue 158: Live test for SoftLayerComputeServiceAdapter listLocations and listHardwareProfiles 2011-09-27 16:43:59 +01:00
Jason King
22bc06243a Issue 158: Added implementation of destroyNode 2011-09-27 16:02:10 +01:00
Jason King
c6068d23dc Added SoftLayerTemplateBuilderLiveTest - it fails with isoCodes and the images 2011-09-27 15:18:09 +01:00