Adrian Cole
cc1d553cbd
Merge pull request #1233 from andreaturli/virtualbox
...
added centos6.3 support; updated README; some clean up
2013-01-24 08:25:28 -08:00
Adrian Cole
92c64bc856
Merge pull request #1230 from jclouds/use-system-line-sep-in-tests
...
Making core tests run on Windows
2013-01-24 08:20:19 -08:00
Adrian Cole
86cd5a5f3b
Merge pull request #1237 from maginatics/delete-container-hang
...
Call BlobUtils.clearContainer directly
2013-01-24 08:18:57 -08:00
Adrian Cole
6bae2f7b47
Merge pull request #1238 from jclouds/fix-reflection-bug-take-2
...
Fixing a bug in Reflection2.methodForParams which can lead to bridge methods being returned
2013-01-24 07:42:11 -08:00
Andrea Turli
bc2182ddcf
added centos6.3 support; updated README; some clean up; comments addressed
2013-01-24 11:13:17 +01:00
Andrew Phillips
66bab1342c
Using checkArgument instead of throwing an IllegalArgException directly
2013-01-24 02:00:32 -05:00
Andrew Phillips
93e2f24c62
Ignoring synthetic methods to always return the nearest method with the most specific return type from Reflection2.method
2013-01-24 01:59:01 -05:00
Andrew Gaul
60a7d1b4f8
Call BlobUtils.clearContainer directly
...
BaseAsyncBlobStore.clearContainer returns a Future which we previously
did not manage correctly, hanging when deleting non-existent
containers. Call BlobUtils.clearContainer directly to address this.
2013-01-23 22:27:18 -08:00
Adrian Cole
696193d65c
Merge pull request #1236 from rackspace/rax-clb-ssl
...
The SSL Termination API for Rackspace Cloud Load Balancers.
2013-01-23 17:55:46 -08:00
Everett Toews
3b0a6c6903
The SSL Termination API for Rackspace Cloud Load Balancers.
2013-01-23 19:11:10 -06:00
Adrian Cole
aa40338990
Merge pull request #1235 from rackspace/rax-clb-content
...
The Content Caching API for Rackspace Cloud Load Balancers.
2013-01-23 14:50:03 -08:00
Everett Toews
710eec0def
The Content Caching API for Rackspace Cloud Load Balancers.
2013-01-23 15:59:21 -06:00
Adrian Cole
9a47694f1a
Merge pull request #1225 from dralves/oauth-named-annotations
...
Added @Named annotation to oauth async api
2013-01-23 10:22:22 -08:00
Adrian Cole
cafd3f9b08
Merge pull request #1232 from dkoper/master
...
makes fgcp live tests (at least most of them) pass again, and added @Named annotation on async api methods
2013-01-23 10:20:18 -08:00
Dies Koper
c0c10f68a1
Fgcp: @Named annotations in all async api methods
2013-01-23 18:30:02 +11:00
Dies Koper
494adcaeda
Fgcp: changed broken base64 logic and added unit tests
2013-01-23 18:29:40 +11:00
Adrian Cole
60d83cdd89
Merge pull request #1229 from rackspace/rax-clb-less-parsers
...
These Parsers are unnecessary when the domain objects have ConstructorProperties.
2013-01-22 19:17:55 -08:00
Andrew Phillips
5914436ae0
Making test assertions use the system line separator rather than always '\n'
2013-01-22 21:37:35 -05:00
Adrian Cole
992def18b0
Merge pull request #1227 from jclouds/dynect
...
DynECT initial implementation: SessionApi
2013-01-22 18:25:35 -08:00
Everett Toews
bf3a2ed7a8
These Parsers are unnecessary when the domain objects have ConstructorProperties.
2013-01-22 20:10:28 -06:00
David Ribeiro Alves
395d8f97b2
Added @Named annotation to oauth async api
2013-01-22 19:42:12 -06:00
adriancole
24f4ae7821
first functionality in dynect: session api
2013-01-22 17:12:09 -08:00
adriancole
2aea1355a1
added ability to set field exclusion policies for json serialization
2013-01-22 17:12:08 -08:00
Adrian Cole
0a31ef2c96
Merge pull request #1224 from dralves/gce-named-annotations
...
Added @Named annotations to gce
2013-01-22 16:40:49 -08:00
Adrian Cole
223a06224a
Merge pull request #1226 from rackspace/rax-clb-session
...
The Session Persistence API for Rackspace Cloud Load Balancers.
2013-01-22 16:39:21 -08:00
Everett Toews
4adae9339a
The Session Persistence API for Rackspace Cloud Load Balancers.
2013-01-22 17:44:16 -06:00
David Ribeiro Alves
bb08acda44
added @Named annotations to gce
2013-01-22 16:40:40 -06:00
Adrian Cole
837b973f6d
Merge pull request #1221 from jclouds/merge-aws-common-and-sts
...
merge org.jclouds.common/aws-common into org.jclouds.api/sts
2013-01-22 13:31:42 -08:00
adriancole
085a1ef2b8
merged STS and aws-common, so that all aws apis can test support of temporary credentials
2013-01-22 12:27:44 -08:00
adriancole
2a1bf88372
promoted aws-sts to top-level
2013-01-22 12:27:44 -08:00
Adrian Cole
7711ca0d60
Merge pull request #1222 from maginatics/dynamically-generate-test-input
...
Dynamically generate test input
2013-01-22 12:25:52 -08:00
Andrew Gaul
bd7300ad92
Dynamically generate base blobstore input
...
This removes a single large image from the source tree.
2013-01-22 10:57:14 -08:00
Andrew Gaul
ac9acb8808
Dynamically generate filesystem blobstore input
...
This removes several large images from the source tree.
2013-01-22 10:57:11 -08:00
Adrian Cole
d074fe19f2
Merge pull request #1150 from dralves/gce-instances
...
gce - instances api
2013-01-22 10:25:32 -08:00
David Ribeiro Alves
d3dedc0cbe
gce - instances api
2013-01-22 11:10:37 -06:00
Adrian Cole
c095475cf7
Merge pull request #1220 from maginatics/entry-set
...
Use Map.entrySet where possible
2013-01-22 08:23:02 -08:00
Andrew Gaul
af963df92d
Use Map.entrySet where possible
...
Improves run-time efficiency and addresses FindBugs warnings.
2013-01-21 23:59:42 -08:00
Adrian Cole
bbe3bb0b46
Merge pull request #1216 from rackspace/rax-clb-monitors
...
The Health Monitor API for Rackspace Cloud Load Balancers.
2013-01-21 21:12:10 -08:00
Adrian Cole
34586020f0
Merge pull request #1219 from jclouds/route53
...
issue #1165 : add read-only zone api for route53
2013-01-21 21:09:38 -08:00
Adrian Cole
b890e1d36b
Merge pull request #1218 from maginatics/delete-container-skip-exponential-backoff
...
Skip exponential backoff if we exceed maxErrors
2013-01-21 19:59:44 -08:00
adriancole
c165fd62b2
issue #1165 : add read-only zone api for route53
2013-01-21 19:57:16 -08:00
Everett Toews
f4b64fd00d
The Health Monitor API for Rackspace Cloud Load Balancers.
2013-01-21 21:36:22 -06:00
Andrew Gaul
25b012587d
Skip exponential backoff if we exceed maxErrors
2013-01-21 18:22:41 -08:00
Adrian Cole
fbbce9e430
Merge pull request #1217 from jclouds/sts
...
add support for amazon temporary credentials
2013-01-21 15:11:50 -08:00
adriancole
0099c708ff
added STS api for temporary credentials
2013-01-21 14:13:48 -08:00
adriancole
c6bab1e2df
fixed bug in STS query signing
2013-01-21 14:11:27 -08:00
Adrian Cole
6ab1e06388
Merge pull request #1215 from jclouds/aws-temporary-credentials
...
Aws temporary credentials
2013-01-21 11:10:03 -08:00
adriancole
be12dc3293
integrated s3 request signing with temporary credentials
2013-01-21 10:16:40 -08:00
adriancole
25ce398a44
added AWS temporary security credentials and integrated with FormSigner
2013-01-21 10:07:44 -08:00
adriancole
847561ee00
ensure identity/credential properties are not needed when using credential supplier
2013-01-21 10:02:46 -08:00