Commit Graph

5002 Commits

Author SHA1 Message Date
Adrian Cole 05b3958c42 [maven-release-plugin] prepare for next development iteration 2012-06-20 22:47:26 -06:00
Adrian Cole fce5fa31ad [maven-release-plugin] prepare release jclouds-1.4.1 2012-06-20 22:47:01 -06:00
Adam Lowe cf666641c0 cloudstack: don't set networkId to default when iptonetworklist is populated 2012-06-20 16:43:15 -06:00
Adam Lowe a5510630ba Fix for iptonetworklist (was incorrectly sending ipnetworklist) 2012-06-20 16:42:14 -06:00
Adrian Cole 2d60a72ddd Issue 942: NPE + Missing data when calling getVAppExtendedInfo on Terremark eCloud 2012-06-16 20:56:48 -04:00
Adrian Cole 5123195eec Issue 976:update to support eucalyptus 3 2012-06-16 12:07:36 -04:00
Adrian Cole a6528c1074 Issue 980: sync expect tests with 1.5 2012-06-16 11:10:08 -04:00
Adrian Cole fe72bb3531 Issue 980:timestamp on ec2 requests are in the future 2012-06-16 09:46:11 -04:00
Adrian Cole 593a09045b Issue 979:invalid endpoint returned when region name is the same as the provider 2012-06-16 00:47:38 -04:00
Adrian Cole 0ab86744cf Issue 978:image location ignored in templateBuilder 2012-06-16 00:46:50 -04:00
Adrian Cole 6eec5d5c24 Issue 966: retry when exitstatus shows process is still running 2012-06-08 22:13:47 -07:00
Adrian Cole 8b570b499c removed pid bracketing 2012-06-08 22:00:51 -07:00
Adrian Cole e5a98cecfe updated javadoc for imageMatches 2012-06-05 11:39:06 -07:00
vijaykiran 54f854f33f Issue-953 Make sure that port is set when modifying headers 2012-06-01 14:11:42 -07:00
vijaykiran 9620389e5a Set port in the request header from the endpoint 2012-06-01 11:13:05 -07:00
hhrasna a5b20ecd4a EC2 image architecture can be null. Don't throw NPE if architecture is null. 2012-05-30 17:09:09 -07:00
Adrian Cole 799d08f89b Merge pull request #648 from ahgittin/1.4.x
update sshj to 0.8.0, fixing sshj problem
2012-05-22 10:59:10 -07:00
Alex Heneveld 133451a112 update sshj to 0.8.0, fixing power-of-2 bug reported by me and fixed by aled 2012-05-22 11:08:51 -06:00
Adrian Cole d3ddd57526 prevent credentialstore from leaking across tests 2012-05-18 20:57:42 -07:00
Adrian Cole 38bfb906d1 cloudservers and aws-ec2 work with tags now 2012-05-18 20:57:20 -07:00
Adrian Cole c9096ba460 Issue 934: make sure we fail when tags don't work 2012-05-18 16:25:30 -07:00
Alex Heneveld 8fee07b1b7 javadoc to clarify options additivity 2012-05-18 16:24:58 -07:00
Adrian Cole bdc19483d7 fixed tests 2012-05-07 12:49:24 -07:00
Adrian Cole a9971cc050 Issue 916:update to gson 2.2 2012-05-07 10:37:47 -07:00
Andrew Gaul 1cab7fd07b Recurse in subdirectories before deleting blobs
This ensures that we have at most one PageSet of Futures awaiting
completion.
2012-05-07 10:10:41 -07:00
Andrew Gaul bc302adb92 Optimize clearContainer for large folders
Previously we built up a list of all blobs then executed removeBlob on
all of them simultaneously.  For sufficiently large folders this would
cause an OutOfMemoryError.  There are cleaner ways to write this but
this approach mimimizes the patch.  I will continue working on this in
subsequent commits, including optimizing for deep subdirectories.

This commit also fixes a bug in the transient blobstore where deleting
elements while reading a directory resulted in NoSuchElementException.
2012-05-07 10:10:37 -07:00
Adrian Cole 9d91569e33 added tests 2012-05-07 10:10:33 -07:00
Adrian Cole 27ca6445a4 Issue 899:NPE on cleanUpIncidentalResourcesOfDeadNodes 2012-04-08 22:26:14 -06:00
Adrian Cole 32aaa4981f more details when image doesn't match 2012-04-05 16:58:16 -07:00
Adrian Cole 0105e869c8 Issue 891: update to support lucid 2012-04-03 16:24:01 -07:00
Adrian Cole f241483913 Issue 891: ubuntu and centos now work with openjdk 2012-03-30 18:36:46 -07:00
Adrian Cole f7de4b9df4 Issue 891: switch to openjdk; tested on ubuntu 2012-03-30 18:36:33 -07:00
Roman Bogorodskiy d52c28de9f Issue 882: Make aws-s3 provider respect PROPERTY_S3_VIRTUAL_HOST_BUCKETS. 2012-03-30 18:21:32 -07:00
Richard Downer 46138f7cbd Add regexp that matches style of Windows AMI names in EC2 starting March 2012. Add a unit test. 2012-03-26 08:58:55 -07:00
Adrian Cole 5d322815ca fromTemplate() doesn't ensure descriptions are equal 2012-03-22 22:10:28 -07:00
Andrew Gaul d5e66575e9 Propagate InterruptedException & TimeoutException
Previously we passed these exceptions to handler, which wrapped them
in a RuntimeException.  Instead propagate the actual cause so callers
can handle these properly.
2012-03-22 12:37:32 -07:00
Richard Downer 5e36573ff9 CloudStack pom.xml needs to pass the globalAdminIdentity/Credential properties to integration(live) tests, otherwise several tests will fail because they don't have global administrator access.
Conflicts:

	apis/cloudstack/pom.xml
2012-03-21 13:54:38 +02:00
Adrian Cole d2a0c9854a Issue 871: renamed LocationPredicate to what it is 2012-03-20 12:00:51 -07:00
Adrian Cole 79a2079b11 Issue 878: cloudstack locations are zones, not regions 2012-03-20 11:36:59 -07:00
Adrian Cole 9d2506b7eb merged andrei's latest 2012-03-20 10:45:55 -07:00
Adrian Cole fefaa9ad85 oversight double calling build() 2012-03-20 09:43:01 -07:00
Adrian Cole 684210d8d8 cleaner impl of LocationPredicate, which doesn't eagerly fetch current location on toString() 2012-03-20 09:42:54 -07:00
Andrei Savu c377c6da01 CloudStack image location is Zone, and the part of the zone is the provider location 2012-03-20 11:53:53 +02:00
Adrian Cole e4197bec8f [maven-release-plugin] prepare for next development iteration 2012-03-16 02:47:59 -07:00
Adrian Cole 78b44242e3 [maven-release-plugin] prepare release jclouds-1.4.0 2012-03-16 02:47:48 -07:00
Adrian Cole 6022b1022a Issue 874:Bluelock upgraded production to vCloud Director 1.5 2012-03-16 02:08:54 -07:00
Adrian Cole 8bbaf45c03 test updates now that bluelock is no longer 1.0.0 2012-03-16 00:47:48 -07:00
Adrian Cole 6442351d5c no need to check for writable catalog on vcloud 1.5 2012-03-15 22:42:41 -07:00
Adrian Cole 1fbd575753 Issue 873:NPE on InstantiateVAppTemplate 2012-03-15 22:40:58 -07:00
Adrian Cole 31d5d0b514 temporary fix to CloudLinux blow-up 2012-03-15 16:36:00 -07:00