Adrian Cole
d480639214
Merge pull request #647 from abayer/master
...
Fixing a few more %d
2012-05-21 14:24:58 -07:00
Andrew Bayer
5748277fe3
Fixing a few more %d format errors.
2012-05-21 14:14:49 -07:00
Adrian Cole
6e306175ee
Merge pull request #646 from aledsage/Issue-915-AdminAccess-HomeDir
...
Issue 915: supports AdminAccess.adminHome, and UserAdd.home
2012-05-21 13:56:57 -07:00
Aled Sage
8b6af79214
Issue 915: supports AdminAccess.adminHome, and UserAdd.home
...
Previously, UserAdd only supported 'defaultHome'. Now it supports
'home' as well. This involved changing the `mkdir` from making
defaultHome to making the actual home (felt like easier
production-code than getting the parent directory of 'home' to mkdir,
but turned out to be a lot of test-code changes!).
Added AdminAccess.adminHome, which is a direct pass-through to
UserAdd.home.
2012-05-21 21:10:28 +01:00
Adrian Cole
3ce355a2b4
image extension related classes under extensions package
2012-05-21 13:13:42 -06:00
Adrian Cole
67d8f9a0f4
image extension related classes under extensions package
2012-05-21 12:39:32 -06:00
Adrian Cole
c9f4143133
unraveled injector a bit
2012-05-21 12:12:07 -06:00
Adrian Cole
7082b9a70d
cloudstack logging working
2012-05-21 11:55:40 -06:00
Adrian Cole
ae2d1e55d8
Merge pull request #645 from abayer/master
...
Initial support work for CloudStack 3.x
2012-05-21 10:55:19 -07:00
Andrew Bayer
792ad9dcb9
Initial CloudStack 3.0 compatibility work.
2012-05-21 10:48:39 -07:00
Adrian Cole
2fef9008eb
pretty json test
2012-05-21 10:29:54 -06:00
Adrian Cole
997479f27a
Merge pull request #644 from aledsage/Issue-936-SmallBlobAsyncMultiPart-Strike2
...
Issue 936: fixes async multi-part upload of small blob
2012-05-21 08:13:43 -07:00
Aled Sage
ffe783d92b
Issue 936: fixes async multi-part upload of small blob
...
Previously, the upload did not start...
2012-05-21 15:39:27 +01:00
Adrian Cole
d0947bbda0
fixed NPE
2012-05-21 02:45:34 -06:00
Adrian Cole
5c647df129
Issue 938:TemplateBuilderSpec
2012-05-21 02:45:25 -06:00
Adrian Cole
c6a65df48d
fixed tests
2012-05-21 01:05:53 -06:00
Adrian Cole
0c4b196604
fixed tests
2012-05-21 01:03:30 -06:00
Adrian Cole
94404841ca
allow use of tenantId when specified numeric
2012-05-20 14:39:32 -07:00
Adrian Cole
a91a23f745
aws-ec2 works with tags now
2012-05-18 19:57:29 -07:00
Adrian Cole
991fe011b3
openstack-nova works with tags now
2012-05-18 19:57:01 -07:00
Adrian Cole
8e7bec1c91
cloudservers works with tags now
2012-05-18 19:56:44 -07:00
Adrian Cole
408584582c
strategy for tags based on empty strings in a map & comma-delimited known key
2012-05-18 19:56:20 -07:00
Adrian Cole
b4f01eda7b
Issue 445: moved incidental test into its own class until we can convert it to an expect test
2012-05-18 17:50:38 -07:00
Adrian Cole
a53cece32d
Issue 445: moved incidental test into its own class until we can convert it to an expect test
2012-05-18 17:49:59 -07:00
Adrian Cole
47b3ac3073
Issue 934: make sure we fail when tags don't work
2012-05-18 15:58:51 -07:00
Adrian Cole
6407700de4
prevent assertions in sshj from borking tests
2012-05-18 15:58:51 -07:00
Adrian Cole
bab3852140
Issue 908: list, listInDetail, show, getAsStream
2012-05-18 15:58:51 -07:00
Adrian Cole
4c26a0c456
Merge pull request #643 from ahgittin/javadoc
...
javadoc to clarify options additivity
2012-05-18 14:08:54 -07:00
Alex Heneveld
181824bbf0
javadoc to clarify options additivity
2012-05-18 21:38:45 +01:00
Adrian Cole
c181bc1d1a
Merge pull request #642 from abayer/master
...
Refactoring hashCode/equals in CloudStack API
2012-05-18 11:47:53 -07:00
Andrew Bayer
4a1e7e0005
Refactoring hashcodes/equals.
2012-05-18 11:41:39 -07:00
Adrian Cole
49956b5d15
Merge pull request #641 from aledsage/Issue-647-FixForMalformedExpiresHeader
...
Issue 647: fix handling of malformed 'Expires' header
2012-05-17 18:57:15 -07:00
Aled Sage
fffa3eb8af
Issue 647: fix handling of malformed 'Expires' header
2012-05-17 23:58:39 +01:00
Adrian Cole
70cf2bb6a9
Merge pull request #626 from aledsage/Issue-858-LaunchNodeHangs
...
Issue-858: fix timeout waiting for port connection, and abort when node!=running
2012-05-17 09:02:36 -07:00
Adrian Cole
2a9f48cfba
Merge pull request #628 from aledsage/Issue-647-AddExpiresHeader
...
Issue-647: adding "Expires" header for ContentMetadata
2012-05-17 08:57:51 -07:00
Adrian Cole
fc5a9da384
Merge pull request #639 from aledsage/AddedTest-ConcurrentUseOfComputeService
...
Added BaseComputeServiceLiveTest.testConcurrentUseOfComputeServiceToCreateNodes
2012-05-17 08:43:35 -07:00
Aled Sage
4e02bd5caa
Added BaseComputeServiceLiveTest.testConcurrentUseOfComputeServiceToCreateNodes
2012-05-17 13:26:17 +01:00
Aled Sage
b3a027f065
Issue 858: extracted OpenSocketFinder from ComputeServiceUtils
2012-05-17 12:32:38 +01:00
Aled Sage
83c9ecc3d8
Issue 858: moved RetryIfSocketNotYetOpen from compute/ to labs/virtualbox/
2012-05-17 11:29:30 +01:00
Aled Sage
612f8f2bba
Issue 858: fix timeout waiting for port connection, and abort when node!=running
2012-05-17 11:29:30 +01:00
Aled Sage
2637a4b6e9
Issue 647: DateCodec impl delegates to DateService
2012-05-17 11:25:13 +01:00
Aled Sage
cd9c830c5a
Issue 647: store Expires as Date; added ContentMetadataCodec for converting to/from HTTP headers
2012-05-17 11:24:50 +01:00
Aled Sage
9aedf7b6f6
Issue 647: added "Expires" header for ContentMetadata
2012-05-17 11:24:45 +01:00
Adrian Cole
6e1c354423
cleanup
2012-05-17 01:31:20 -07:00
Adrian Cole
a2c8993592
updated gae demo to demonstrate use of views and GAE ThreadFactory
2012-05-17 00:42:08 -07:00
Adrian Cole
7854d85f13
Issue 932:transition to multi-threaded google appengine
2012-05-17 00:18:08 -07:00
Adrian Cole
96e272a91d
Issue 925: added default ctors so that gson can work w/o using sun.misc.Unsafe
2012-05-16 14:51:16 -07:00
unknown
c4499d8c5e
merged
2012-05-16 13:08:48 -07:00
Adrian Cole
fed9c22a23
Issue 925: fixed cyclic dependency on GAE
2012-05-15 19:16:41 -07:00
Adrian Cole
251754b20a
updated gae demo to work on hpcloud
2012-05-15 16:14:52 -07:00