Adrian Cole
f26413d8d7
formatting
2011-09-30 20:57:46 +01:00
Adrian Cole
bd8d02d1d5
fixed unit test to be single-threaded as mocks aren't threadsafe
2011-09-30 20:57:45 +01:00
Adam Lowe
08fd5cd1eb
Issue 694: Adjusting RunScriptOnNodeUsingSsh to use '\n's and adding RunScriptOnNodeUsingSshTest
2011-09-30 20:57:45 +01:00
Aled Sage
6fdc30e2e1
issue 702: NodeRunning predicate throws IllegalStateException when state is terminated
2011-09-30 20:57:45 +01:00
Adrian Cole
5be66b2c6f
formatting
2011-09-30 20:57:45 +01:00
Alex Heneveld
975768bcb2
allow null/missing for varargs params (needed e.g. for EC2 ElasticBlockStoreAsyncClient.describeVolumesInRegion)
2011-09-30 20:57:45 +01:00
Alex Heneveld
c597e079d5
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 20:57:45 +01:00
Alex Heneveld
8e34f639c5
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 20:57:45 +01:00
Adam Lowe
466072c811
Issue 694: Using "here-document" redirection to wrap commands being passed into sudo
2011-09-30 20:57:44 +01:00
Jason King
cea43e6c66
Issue 158: Adding SoftLayerComputeServiceLiveTest (doesn't pass yet).
2011-09-30 20:56:56 +01:00
Jason King
90c553b5d9
Issue 158: Retryable predicate to check that the virtual guest is loginable. 5min timeout (which is too low still).
2011-09-30 20:56:26 +01:00
Mattias Holmqvist
9866ae142c
Fixed @Nullable annotation to from javax.annotation to org.jclouds.annotation
2011-09-30 21:48:31 +02:00
Adam Lowe
9e6d52c54b
Merge branch 'master' of git://github.com/jclouds/jclouds
2011-09-30 20:46:16 +01:00
Adam Lowe
029bbd1ad3
Issue 694: Correcting imports
2011-09-30 20:45:59 +01:00
Adrian Cole
ce6749dbd4
Merge branch 'master' of github.com:jclouds/jclouds
...
* 'master' of github.com:jclouds/jclouds:
Issue 694: Correcting unit test to run it single-threaded
Issue 694: Adjusting RunScriptOnNodeUsingSsh to use '\n's and adding RunScriptOnNodeUsingSshTest
Issue 694: Using "here-document" redirection to wrap commands being passed into sudo
2011-09-30 11:19:24 -07:00
Adrian Cole
ae98f06d99
Merge branch 'master' of https://github.com/jsonking/jclouds
...
* 'master' of https://github.com/jsonking/jclouds :
Issue 158: Removed function to find virtual guest - no longer needed
issue 384: IsoToMachine + Test started
issue 384: IsoToMachine + Test started
Issue 158: Property/Predicate/finder to test that the product order got created. Initial timeout of 5s
added option to specify domainName as an option when using softlayer
fixed location for openhosting to FL, not VA
2011-09-30 11:14:16 -07:00
Adrian Cole
d094f9e6d3
Merge pull request #88 from aplowe/master
...
Issue 964 fix and corresponding unit test
2011-09-30 11:10:46 -07:00
Adam Lowe
2a2af9b322
Merge branch 'master' of git://github.com/jclouds/jclouds
2011-09-30 19:08:44 +01:00
Adam Lowe
c1b6e18fd3
Issue 694: Correcting unit test to run it single-threaded
2011-09-30 19:08:06 +01:00
Adrian Cole
90037fb656
formatting
2011-09-30 10:49:58 -07:00
Adrian Cole
557445db57
fixed unit test to be single-threaded as mocks aren't threadsafe
2011-09-30 10:49:25 -07:00
Adam Lowe
804c7b430f
Merge branch 'master' of git://github.com/jclouds/jclouds
2011-09-30 18:28:36 +01:00
Adam Lowe
e6ecb286f7
Issue 694: Adjusting RunScriptOnNodeUsingSsh to use '\n's and adding RunScriptOnNodeUsingSshTest
2011-09-30 18:28:30 +01: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
ddurnev
cc5195f9e1
Fix for issue #253 : allow users to override timeouts on sync interface
2011-09-30 18:16:37 +04:00
Karel Vervaeke
6dc57aa98f
Merge branch 'master' of https://github.com/jclouds/jclouds
2011-09-30 16:04:29 +02:00
Karel Vervaeke
22ed06b641
New scriptbuilder feature: CreateOrOverwriteFile
...
During the process got rid of the (to me) confusing addSpaceToEnsureWe... method
2011-09-30 16:00:23 +02:00
Jason King
b3001aa9ee
Issue 158: Removed function to find virtual guest - no longer needed
2011-09-30 13:57:04 +01: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
andreaturli
1e2e41f7c1
issue 384: IsoToMachine + Test started
2011-09-30 11:40:59 +01:00
andreaturli
4d624d1d3e
issue 384: IsoToMachine + Test started
2011-09-30 11:40:59 +01:00
Adam Lowe
9afa28bab1
Merge branch 'master' of git://github.com/jclouds/jclouds
2011-09-30 11:34:01 +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
Jason King
607ff1c5e4
Issue 158: Property/Predicate/finder to test that the product order got created. Initial timeout of 5s
2011-09-29 21:50:57 +01:00
Jason King
e4d002a162
Merge branch 'master' of git://github.com/jclouds/jclouds
2011-09-29 19:10:59 +01:00
Adrian Cole
0847c667ee
added option to specify domainName as an option when using softlayer
2011-09-29 19:10:50 +01:00
Adrian Cole
1eaddcde78
fixed location for openhosting to FL, not VA
2011-09-29 19:10:50 +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