Adrian Cole
|
9009963894
|
spot test also needs m1.medium
|
2012-03-09 12:29:05 -08:00 |
Adrian Cole
|
245c346ddd
|
[maven-release-plugin] prepare for next development iteration
|
2012-03-08 14:16:33 -08:00 |
Adrian Cole
|
1ca192a9df
|
[maven-release-plugin] prepare release jclouds-1.3.2
|
2012-03-08 14:16:28 -08:00 |
Ioannis Canellos
|
be2e226cd7
|
Added misssing package from aws-ec2 bundle
|
2012-03-08 23:41:03 +02:00 |
Ioannis Canellos
|
56a66d8748
|
Issue 842:cloudfiles-us does not properly work under OSGi
|
2012-03-08 11:50:06 -08:00 |
Adrian Cole
|
4d5b3b3d75
|
Issue 859:AWS EC2 Updates: New Medium Instance, 64-bit Ubiquity
|
2012-03-08 11:12:52 -08:00 |
Ioannis Canellos
|
9ad61ab0b7
|
[maven-release-plugin] prepare for next development iteration
|
2012-01-19 05:41:44 +02:00 |
Ioannis Canellos
|
982ce1cdb1
|
[maven-release-plugin] prepare release jclouds-1.3.1
|
2012-01-19 05:41:43 +02:00 |
Ioannis Canellos
|
5c2b712d0e
|
Added org.jclouds.aws to the imported packages of aws-ec2 bundle.
|
2012-01-19 02:03:41 +02:00 |
Ioannis Canellos
|
1684b02033
|
Updated OSGi package imports for compute providers & apis.
|
2012-01-18 07:54:23 -08:00 |
Adrian Cole
|
07f91f3378
|
[maven-release-plugin] prepare for next development iteration
|
2012-01-15 21:08:02 -08:00 |
Adrian Cole
|
d99eb65799
|
[maven-release-plugin] prepare release jclouds-1.3.0
|
2012-01-15 21:07:59 -08:00 |
Adrian Cole
|
e493273895
|
merged master
|
2012-01-15 20:32:42 -08:00 |
Adrian Cole
|
9791a51039
|
better exception message
remoced unused import
removed hokey test
|
2012-01-15 02:08:14 -08:00 |
Adrian Cole
|
77ba233732
|
[maven-release-plugin] prepare for next development iteration
|
2012-01-10 23:33:21 -08:00 |
Adrian Cole
|
5776b5b6af
|
[maven-release-plugin] prepare release jclouds-1.3.0-rc-2
|
2012-01-10 23:33:16 -08:00 |
Adrian Cole
|
f368485acd
|
Issue 798: merge for potential 1.3.0-rc-2
|
2012-01-10 18:21:41 -08:00 |
Adrian Cole
|
c151e5bdd7
|
Issue 730: last deprecated methods scheduled for removal in 1.3
|
2012-01-10 18:10:55 -08:00 |
Richard Downer
|
48c2d21149
|
Use ImagePredicates.idEquals, instead of writing idEquals from scratch
|
2012-01-09 19:48:49 +02:00 |
Richard Downer
|
3f6997361d
|
Change test now that computeService.listImages() returns a set that refreshes itself - record the before set *size*, rather than the set itself, because the set's contents and size may change
|
2012-01-09 10:38:47 +02:00 |
Richard Downer
|
0ab8ea1bee
|
Change AWSEC2ImageSupplier to return a ForwardingSet, instead of an ImmutableSet. This means the set returned by the Image supplier will reflect changes in the underlying cache.
|
2012-01-09 10:38:47 +02:00 |
Richard Downer
|
5c2e2576bf
|
After registering a new image, computeService.listImages() does not show the new image (because it is cached). Add a live test that demonstrates this behaviour.
|
2012-01-09 10:38:46 +02:00 |
Adrian Cole
|
f06e6982eb
|
Issue 800:introduce property for build version
|
2012-01-05 17:51:55 -08:00 |
Adrian Cole
|
99fb37f6cf
|
refactored LiveTest code to share property initialization
|
2012-01-05 17:51:03 -08:00 |
Adrian Cole
|
42137677da
|
Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version
|
2012-01-05 13:09:45 -08:00 |
Andrew Phillips
|
3590f67097
|
[maven-release-plugin] prepare for next development iteration
|
2011-12-22 20:17:36 +00:00 |
Andrew Phillips
|
2d6eda0c33
|
[maven-release-plugin] prepare release jclouds-1.3.0-rc-1
|
2011-12-22 20:17:26 +00:00 |
andreisavu
|
b5228d2299
|
Allow user to specify the Unit on CloudWatch queries
|
2011-12-22 17:30:33 +02:00 |
Adrian Cole
|
3a8ea09fb9
|
missing commits
|
2011-12-22 02:23:20 -08:00 |
andreisavu
|
548068c7ff
|
Allow user to specify instance ID as an option for CloudWatch
|
2011-12-21 23:59:50 -08:00 |
Adrian Cole
|
f9b38f646c
|
Issue 730: removed deprecated methods from ComputeService RunScript/TemplateOptions SshClient.Factory and replaced occurences of Credentials with LoginCredentials whereever possible
|
2011-12-20 23:19:45 -08:00 |
Adrian Cole
|
906171c42a
|
aws quick fixies
|
2011-12-19 14:06:37 -08:00 |
andreisavu
|
b15db13574
|
Updated CloudWatchClient code to latest version
See
http://docs.amazonwebservices.com/AmazonCloudWatch/latest/APIReference/i
ndex.html?API_GetMetricStatistics.html
|
2011-12-19 13:25:06 +02:00 |
Adrian Cole
|
6bac1db9fb
|
typos
|
2011-12-19 01:52:42 -08:00 |
Adrian Cole
|
bf99fb10a0
|
Issue 757: refactor elastic ip auto-allocation approach and backfill related tests
|
2011-12-19 01:46:19 -08:00 |
Adrian Cole
|
468ad69c94
|
missing commit for issue 757
|
2011-12-18 16:09:19 -08:00 |
Adrian Cole
|
e942d58fa7
|
Merge pull request #254 from grkvlt/master
Issue 779: Fix password/privateKey override issues with providers
|
2011-12-18 13:37:09 -08:00 |
Andrew Donald Kennedy
|
31d3fe483f
|
Issue 769: Make password and privateKey optional for LoginCredentials
|
2011-12-17 14:08:49 +00:00 |
Adrian Cole
|
beb87a2131
|
Issue 781:update to guava 11.0-rc1
|
2011-12-14 23:56:50 -08:00 |
Adrian Cole
|
40d2abbac5
|
Issue 780:add new sa-east-1 region
|
2011-12-14 22:42:32 -08:00 |
Aled Sage
|
f140688077
|
Issue 763: added EC2TemplateBuilderLiveTest to assert httpCommands don't fetch all images
|
2011-12-13 22:42:13 +00:00 |
Aled Sage
|
dc181287f6
|
Extract TrackingJavaUrlHttpCommandExecutorService, so usable by other tests
|
2011-12-13 22:42:13 +00:00 |
Adrian Cole
|
a6d6b48c26
|
example of how to trace http requests made in live tests
|
2011-12-09 09:28:56 -08:00 |
Aled Sage
|
094e537488
|
Issue 763: cache loader does not reload after AuthorizationException
|
2011-12-08 10:22:26 -08:00 |
Aled Sage
|
dad5356991
|
Issue 763: Supplier<Set<Image>> for EC2 returns set backed by on-demand cache if ami-owners is empty
|
2011-12-08 10:22:26 -08:00 |
Aled Sage
|
741773f9ab
|
Issue 763: set image cache expiry using PROPERTY_SESSION_INTERVAL
|
2011-12-08 10:22:26 -08:00 |
Aled Sage
|
a45e16ebb3
|
Issue 763: code tidy, to use new ImagesToRegionAndIdMap.imagesToMap(Set<Image>)
|
2011-12-08 10:22:26 -08:00 |
Aled Sage
|
1fb371497b
|
Issue 763: image cache loader: wrap in retry logic; don't memoize cache
|
2011-12-08 10:22:26 -08:00 |
Aled Sage
|
635c420a92
|
Issue 763: don't retrieve all images when template.imageId supplied
|
2011-12-08 10:22:26 -08:00 |
Adrian Cole
|
4a5af1e7a5
|
Issue 441: added new type: LoginCredentials, and (jclouds|provider).image.(login-user|authenticate-sudo) context properties
|
2011-11-21 11:00:12 +02:00 |