Adam Lowe
|
cc016d5dc8
|
Adjusting MapBinder to take Map<String,Object> so BindToJsonPayload can bind objects annotated with PayloadParam correctly
|
2012-05-14 13:09:22 +01:00 |
Andrew Gaul
|
191a4e7341
|
Identity should be tenameName:accessKey
tenantId is something else. Tested against hpcloud.
|
2012-05-11 15:34:41 -07:00 |
Adrian Cole
|
e96f2333ee
|
in openstack-swift there are regions, not zones
|
2012-05-10 20:08:04 -07:00 |
Adrian Cole
|
5bd59d50cd
|
fixed test configuration
|
2012-05-10 19:29:19 -07:00 |
Adrian Cole
|
59f2b6d171
|
Merge pull request #625 from aledsage/Issue-888-GroupNamingConvention
Issue 888 group naming convention
|
2012-05-10 16:45:39 -07:00 |
Adrian Cole
|
a6cc00e078
|
Merge pull request #603 from dralves/image-extension-all
image extension working on hpcloud, virtualbox and aws-ec2, cloudservers...
|
2012-05-10 16:43:27 -07:00 |
David Ribeiro Alves
|
f71e1d5780
|
fixed a transient status bug in openstack-nova (working on hpcloud)
|
2012-05-10 19:31:50 +01:00 |
Aled Sage
|
94ac48070d
|
Issue 888: use GroupNamingConvention for keyName/securityGroup; don't include region in name
|
2012-05-10 16:47:37 +01:00 |
Aled Sage
|
8631b90c32
|
Fix aws-ec2 template live tests: update OS versions
|
2012-05-10 16:45:54 +01:00 |
David Ribeiro Alves
|
5a8f0c1743
|
added image extension state checker to aws-ec2 module
|
2012-05-10 08:48:40 +01:00 |
Adrian Cole
|
acf1bc2d22
|
updated template expectations
|
2012-05-09 18:20:42 -07:00 |
Adam Lowe
|
850cdc2fc8
|
Moving EncodedRSAPublicKeyToBase64 (and corresponding unit test) up into EC2 so both openstack-nova-ec2 and aws-ec2 can share the same class
|
2012-05-03 12:31:39 +01:00 |
David Ribeiro Alves
|
082158ac3f
|
image extension working on hpcloud, virtualbox and aws-ec2, cloudservers implemented but has issues
|
2012-05-03 03:55:40 +01:00 |
Andrew Gaul
|
74440a7a87
|
Eliminate Throwables2.propagateOrNull
Throwables.propagate always propagates the Throwable; there is no need
to return null.
|
2012-05-02 13:51:36 -07:00 |
Adrian Cole
|
19b19d2a5d
|
updated hpcloud template test
|
2012-04-26 08:46:27 -07:00 |
Matt Stephenson
|
381851b8ab
|
Remove IPSocket class, replace with Guava's HostAndPort class.
|
2012-04-25 17:52:01 -07:00 |
Richard Downer
|
18a65bf1a7
|
Move WindowsClientLiveTest from ec2 to aws-ec2 as it depends on AWS's published AMIs and naming conventions
|
2012-04-25 20:18:13 +03:00 |
Richard Downer
|
1a77b194e5
|
EC2 Windows AMIs have a separate owner (which changed recently) - add this owner ID to the default set. Update WindowsClientLiveTest to use the default set and verify it passes.
|
2012-04-25 19:42:35 +03:00 |
Adrian Cole
|
1f7211d32d
|
minor volume test-related changes
|
2012-04-24 12:36:11 -07:00 |
Adrian Cole
|
df7d2acbb4
|
wrapper -> view
|
2012-04-23 19:14:36 -07:00 |
Adrian Cole
|
886d2cafb9
|
created base Context class with ProviderMetadata and Identity
|
2012-04-23 16:16:51 -07:00 |
Adrian Cole
|
f1010e13a4
|
fixed aws-ec2 image parsing
|
2012-04-21 10:59:01 -07:00 |
Roman Bogorodskiy
|
19e56692e3
|
Enable multipart for HPCloud.
|
2012-04-19 15:51:52 +04:00 |
Roman Bogorodskiy
|
c6b7d510b2
|
Initial implementation of MPU for SwiftAsyncBlobStore.
|
2012-04-19 15:51:52 +04:00 |
Roman Bogorodskiy
|
807d078c6f
|
First working implementation of swift multipart upload. Async client TDB.
|
2012-04-19 15:51:52 +04:00 |
Roman Bogorodskiy
|
e11dd37237
|
Stubs for multipart upload support in swift.
|
2012-04-19 15:51:52 +04:00 |
Adrian Cole
|
dab1dd69fc
|
fix covariance/assignability in RestContext<? extends Client> subclasses
|
2012-04-18 15:05:39 -07:00 |
Adrian Cole
|
2f9b1738a0
|
Merge pull request #572 from dralves/image-extension
implemented image extension
|
2012-04-18 07:37:02 -07:00 |
Adrian Cole
|
5ea29cbbb7
|
Merge pull request #560 from danikov/covariant-future-iterables
covariant compatible version of futureIterables
|
2012-04-18 07:35:23 -07:00 |
danikov
|
fff1c7dc2d
|
make FutureIterables covariant compatible + update tests
|
2012-04-18 13:06:54 +01:00 |
David Ribeiro Alves
|
05212b75fa
|
implemented image extension
|
2012-04-18 09:37:44 +01:00 |
Adrian Cole
|
0b59dea073
|
removed ContextBuilder subclasses; added unwrap; undid generic params
|
2012-04-16 00:44:20 -07:00 |
Adrian Cole
|
3b2e6ea796
|
fix cloudwatch
|
2012-04-13 10:48:38 -06:00 |
Adrian Cole
|
23cb01f977
|
refactor PropertiesBuilder and related types into ApiMetadata and ProviderMetadata, and update all usage
|
2012-04-11 19:47:09 -06:00 |
Adam Lowe
|
ba493257be
|
Adjusting default cloudwatch version for live tests
|
2012-04-10 09:39:39 +01:00 |
Andrew Gaul
|
b47860afc1
|
Use inference to elide duplicated type parameters
Found with:
grep 'Builder.*<.*>.*Immutable.*<.*>.*builder();'
|
2012-04-08 22:32:04 -07:00 |
Adrian Cole
|
00c7179f72
|
moved cacheloaders to the correct package
|
2012-04-05 17:42:06 -07:00 |
Adrian Cole
|
3923e78b9a
|
Issue 896:ec2 doesn't pay attention to api version property
|
2012-04-02 22:24:59 -07:00 |
Adrian Cole
|
764e0907f7
|
Issue 657:ApiMetadata
|
2012-04-01 18:43:31 -07:00 |
Adrian Cole
|
a6429398fd
|
Issue 891: switch to openjdk; tested on ubuntu
|
2012-03-30 16:57:31 -07:00 |
Adrian Cole
|
49e475edcd
|
Issue 888: consolidate code that addresses naming conventions, using hyphen as default delimiter
|
2012-03-28 03:37:54 -04:00 |
Adrian Cole
|
5c6ce9f081
|
organize imports
|
2012-03-28 03:37:48 -04:00 |
Adrian Cole
|
343470d0a5
|
removed deprecated RunScriptOptions & TemplateOptions
|
2012-03-28 03:37:43 -04:00 |
Adrian Cole
|
025396be37
|
added new properties object
|
2012-03-28 03:37:41 -04:00 |
Adrian Cole
|
e46cef9fbb
|
passwordAuthentication is now default for keystone
|
2012-03-28 03:37:40 -04:00 |
Adrian Cole
|
c56043db08
|
refactored properties objects to be consistent w/keystone
|
2012-03-28 02:30:04 -04:00 |
Roman Bogorodskiy
|
ef549235fe
|
Issue 882: Make aws-s3 provider respect PROPERTY_S3_VIRTUAL_HOST_BUCKETS.
|
2012-03-27 13:46:43 +04:00 |
Richard Downer
|
5d1c5aec9e
|
Add regexp that matches style of Windows AMI names in EC2 starting March 2012. Add a unit test.
|
2012-03-25 10:52:44 +02:00 |
Adrian Cole
|
5dced71f42
|
moved cdn extension to an Optional
|
2012-03-23 00:38:52 -07:00 |
Adrian Cole
|
000ed4a393
|
removed broken hpcloud-objectstorage-lvs
|
2012-03-23 00:38:15 -07:00 |