Adrian Cole
|
2cca4a9c66
|
added ec2 live tests for clones
|
2012-07-26 09:25:11 -07:00 |
Adrian Cole
|
64dce4c154
|
added test to greenqloud
|
2012-07-26 08:41:28 -07:00 |
Adrian Cole
|
23f84a9114
|
fixed things visibly wrong
|
2012-07-25 22:57:04 -07:00 |
Adrian Cole
|
0bc602a3d2
|
Issue 309: support CRUD on instances, w/incidental security group fns
|
2012-07-25 22:56:52 -07:00 |
Adrian Cole
|
8179713655
|
fixed joyent error handler
|
2012-07-25 00:33:40 -07:00 |
Adrian Cole
|
01918a02ec
|
cleaned up joyent and fixed ssh auth related issues
|
2012-07-25 00:33:40 -07:00 |
Andrew Gaul
|
3648863a3c
|
Introduce Predicates2.startsWith and endsWith
|
2012-07-24 22:21:34 -07:00 |
Adrian Cole
|
5bd9e3ad9f
|
Issue 1028:vCloud Director 1.5: require x-vcloud-authorization header on vcloud api
|
2012-07-23 19:28:58 -07:00 |
Adrian Cole
|
86b07ed768
|
format and imports
|
2012-07-23 11:43:37 -07:00 |
Andrew Gaul
|
985cccff9a
|
Prefer valueOf over explicit object creation
This allows use of cached values. Patched with:
find -name \*.java | xargs sed -i 's/new Boolean(false)/Boolean.FALSE/g'
find -name \*.java | xargs sed -i 's/new Boolean(true)/Boolean.TRUE/g'
find -name \*.java | xargs sed -i 's/new Boolean(/Boolean.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Integer(/Integer.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Long(/Long.valueOf(/g'
|
2012-07-22 21:01:46 -07:00 |
Adrian Cole
|
4c31fb65f1
|
Merge pull request #735 from dralves/nodepool
issue 558 - corrected final bug nodepool is working
|
2012-07-20 16:11:14 -07:00 |
David Ribeiro Alves
|
b4c6d01eba
|
removed dead code
|
2012-07-20 22:24:45 +01:00 |
David Ribeiro Alves
|
b45fad87d8
|
corrected destroyNodes bug
|
2012-07-20 22:23:16 +01:00 |
Adrian Cole
|
c4dde78b0c
|
Merge pull request #725 from dralves/nodepool
issue 558 - nodepool
|
2012-07-19 04:38:59 -07:00 |
Andrew Gaul
|
a40983a39d
|
Prefer InputSupplier helpers
These ensure that inputs are closed properly.
Updated with: find -name \*.java | xargs sed -i
's/toStringAndClose(\(.*\)\.getInput())/toString(\1)/'
|
2012-07-18 17:42:48 -07:00 |
Andrew Phillips
|
75ce908c13
|
Made joyent-api tests compatible with Windows
|
2012-07-18 09:51:03 -04:00 |
Andrew Phillips
|
f3419e90c9
|
Made virtualbox tests compatible with Windows
|
2012-07-18 09:51:01 -04:00 |
David Ribeiro Alves
|
0949d52224
|
added admin access property to all unit tests as hudson requires it (no pk)
|
2012-07-18 11:36:57 +01:00 |
David Ribeiro Alves
|
240f76661c
|
corrected assertion
|
2012-07-18 02:42:25 +01:00 |
David Ribeiro Alves
|
4f3de0777f
|
readded missing test
|
2012-07-18 01:58:55 +01:00 |
David Ribeiro Alves
|
cdde419b24
|
re-enabled most tests and corrected some minor bugs, only destoyPoolNodes is missing
|
2012-07-18 01:58:18 +01:00 |
Adrian Cole
|
6264dee999
|
Merge pull request #713 from magnayn/master
Initial implementation of SmartOS-SSH
|
2012-07-17 15:26:02 -07:00 |
Nigel Magnay
|
46414e339a
|
Initial implementation of controlling SmartOS over SSH connection.
This has been implemented mainly to allow jenkins-jclouds integration.
Signed-off-by: Nigel Magnay <nigel.magnay@gmail.com>
|
2012-07-17 11:19:00 +01:00 |
Adrian Cole
|
addeb0d031
|
added concat to PagedIterable
|
2012-07-16 11:07:17 -04:00 |
Adrian Cole
|
315d5fb3ef
|
Issue 1011: introducing PagedIterable
|
2012-07-15 23:34:42 -07:00 |
Adrian Cole
|
daef7b4ce9
|
disabled test that broke cloudbees build
|
2012-07-15 15:58:22 -07:00 |
Adrian Cole
|
647317b9b4
|
Issue 1022:Move naming convention to Api from Client or Services:: cdmi
|
2012-07-15 15:47:44 -07:00 |
Kenneth Nagin
|
929a9ce044
|
merged cdmi changes and fixed classpath issues
|
2012-07-15 15:45:48 -07:00 |
Adrian Cole
|
180265fe49
|
Issue 1022:Move naming convention to Api from Client or Services:: glesys jenkins openstack-* opsource-servers savvis-symphonyvpdc cloudwatch cloudidentity rackspace-cloudidentity aws-cloudwatch rackspace-cloudservers-us hpcloud-compute rackspace-cloudservers-us trystack-nova
|
2012-07-15 15:00:42 -07:00 |
Adrian Cole
|
bb5d9b4577
|
Issue 1022:Move naming convention to Api from Client or Services:: carrenza-vcloud-director
|
2012-07-15 09:57:29 -07:00 |
Adrian Cole
|
199d39e093
|
Issue 1022:Move naming convention to Api from Client or Services:: joyent-cloudapi joyentcloud
|
2012-07-15 01:54:21 -07:00 |
Adrian Cole
|
6d13652338
|
Issue 1022:Move naming convention to Api from Client or Services:: vcloud-director
|
2012-07-15 01:50:51 -07:00 |
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
Andrew Gaul
|
b95f36952d
|
Fix infinite loops, found by FindBugs
|
2012-07-14 18:46:58 -07:00 |
David Ribeiro Alves
|
d4453b2ac2
|
nodepool progress and AdminAccessBuilderSpec
|
2012-07-12 11:04:55 -07:00 |
Adrian Cole
|
25ab7814e4
|
Issue 1022: updated aws-elb aws-iam aws-rds iam elb rds to new naming conventions
|
2012-07-12 10:08:10 -07:00 |
Andrea Turli
|
2400d9d826
|
jenkins api: added lastBuil api
|
2012-07-11 16:17:01 +02:00 |
Adrian Cole
|
df3f331286
|
fixed delete on elb on 404
|
2012-07-11 00:11:05 -07:00 |
Adrian Cole
|
c9f49bd512
|
Issue 309: initial support for amazon rds
|
2012-07-11 00:11:05 -07:00 |
Adrian Cole
|
105a302b1f
|
stupid bug
|
2012-07-10 15:49:41 -07:00 |
Adrian Cole
|
df2b88402c
|
Issue 1014:rename joyent-sdc to joyent-cloudapi
|
2012-07-10 12:01:03 -07:00 |
Adrian Cole
|
8e88c53a3a
|
Issue 852: added availability zone functions
|
2012-07-09 18:06:54 -07:00 |
Adrian Cole
|
0383a80904
|
Issue 1011: PaginatedIterable with marker type as Object
|
2012-07-09 16:08:32 -07:00 |
Adrian Cole
|
0d82a61142
|
elb usage cleanup
|
2012-07-09 00:03:02 -07:00 |
Adrian Cole
|
d9d5aa2a12
|
added vpc data and cleaned usage
|
2012-07-08 18:18:54 -07:00 |
Adrian Cole
|
578c9e93f9
|
Issue 852: cleaned remaining elb methods
|
2012-07-06 20:23:09 -07:00 |
Adrian Cole
|
5d30da2908
|
Issue 852: added InstanceClient and got live tests passing
|
2012-07-05 23:22:20 -07:00 |
Adrian Cole
|
570f33a387
|
Issue 961: promote rackspace-cloudservers-us to providers
|
2012-07-03 22:25:34 -07:00 |
Adrian Cole
|
c94064b0fd
|
Issue 961: promoted rackspace-cloudidentity to apis
|
2012-07-03 22:20:08 -07:00 |
Adam Lowe
|
908e164698
|
openstack: adjusting beans in openstack-quantum, openstack-glance and openstack-swift to use ConstructorProperties and Named annotations
|
2012-07-03 12:39:53 +01:00 |