Matt Stephenson
|
381851b8ab
|
Remove IPSocket class, replace with Guava's HostAndPort class.
|
2012-04-25 17:52:01 -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
|
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
|
b3e1b675ef
|
moved AnonymousProviderMetadata to the right package
|
2012-04-12 12:20:25 -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 |
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
|
dca3631aad
|
updated error parser to work with Nova EC2 error message
|
2012-04-05 17:42:26 -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
|
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
|
ed1864e810
|
toString tidies
|
2012-03-23 13:09:13 -07:00 |
Adrian Cole
|
91661f4759
|
Issue 814: changes needed to be compatible with trystack
|
2012-03-22 21:37:21 -07:00 |
Adrian Cole
|
e1f64356d9
|
switch bad identity to AuthorizationException as it helps ensure we don't retry
|
2012-03-22 13:47:48 -07:00 |
Adrian Cole
|
2ae849dd94
|
Issue 883:Allow login credentials by osfamily to be specified per-provider
|
2012-03-22 12:39:48 -07:00 |
Adrian Cole
|
2373f89c78
|
cleaned up toString/equals/hashCode in base options objects
|
2012-03-21 19:11:49 -07:00 |
Andrew Gaul
|
e2417605a2
|
Prefer Guava.nullToEmpty and HttpUtils.nullToEmpty
Make HttpUtils.valueOrEmpty static and change method name to
nullToEmpty to mimic Guava.
|
2012-03-19 20:48:52 -07:00 |
Andrew Gaul
|
74862d7321
|
Prefer ImmutableCollection over mutable array
Also static.
|
2012-03-19 19:04:42 -07:00 |
Adrian Cole
|
9946ee9fd4
|
changes to facilitate services that do not have regions
|
2012-03-19 01:03:24 -07:00 |
Adrian Cole
|
8be2fedbee
|
fixed license
|
2012-03-15 09:34:31 -07:00 |
Adrian Cole
|
e9f29883d9
|
added new Extension annotation for determining if clients are available or not
|
2012-03-14 18:25:04 -07:00 |
Adrian Cole
|
ee4f00b645
|
added extension api to nova
|
2012-03-12 21:42:49 -07:00 |
Matt Stephenson
|
cc4b0cac82
|
Add compute service support to openstack-labs nova client
|
2012-03-09 13:33:30 -08:00 |
Adrian Cole
|
dadd4f6515
|
changed bindings that imply i/o to Supplier<X>
|
2012-02-26 13:54:43 +02:00 |
Adrian Cole
|
fa7f81c4e7
|
Issue 847:version updates
|
2012-02-23 15:11:05 +02:00 |
Ioannis Canellos
|
5490b3068c
|
[842] Added required import packages to cloudfiles api bundle. Improved import packages in all bundles.
|
2012-02-17 00:49:39 +02:00 |
Adrian Cole
|
2332662a90
|
move to using AtomicReference for retryable predicates saves at least one network call on re-fetch
|
2012-02-14 23:22:24 +01:00 |
Adrian Cole
|
241a33b5c8
|
better error message on service not available
|
2012-02-09 18:31:44 +00:00 |
Adrian Cole
|
567f845444
|
corrected keystone parsing and default url for hp cloud storage
|
2012-02-09 17:54:06 +00:00 |
Adrian Cole
|
5830665a74
|
HP Cloud Identity Services/CDN
|
2012-02-09 06:36:09 +01:00 |
Adrian Cole
|
fe4d148528
|
updated current version to 1.5.0-SNAPSHOT
|
2012-02-04 11:06:07 -08:00 |
Aled Sage
|
ab568f0a09
|
Issues 364 and #365: destroyNode cleans up incidental resources
|
2012-02-04 15:40:31 +00:00 |
Adrian Cole
|
ae1effd748
|
made openstack multi-region, and now select correct endpoint via apiversion property
|
2012-02-04 00:51:44 -08:00 |
Adrian Cole
|
c388fc41b4
|
Issue 826: removed eager supplier of @Provider endpoint
|
2012-02-03 13:51:26 -08:00 |
Adrian Cole
|
3e9c566edc
|
aws related changes for issue 826
|
2012-02-03 00:29:41 -08:00 |
Adrian Cole
|
65336339e5
|
terremark related changes for Issue 826
|
2012-02-03 00:29:30 -08:00 |
Adrian Cole
|
e759c6a450
|
openstack and rackspace related changes for Issue 826
|
2012-02-03 00:29:27 -08:00 |
Jeremy Daggett
|
d57fb93211
|
Merge remote-tracking branch 'keg/master'
Conflicts:
common/openstack/src/main/java/org/jclouds/openstack/keystone/v1_1/config/AuthenticationServiceModule.java
common/openstack/src/test/java/org/jclouds/openstack/keystone/v2_0/internal/BaseKeystoneRestClientExpectTest.java
|
2012-02-02 15:06:39 -08:00 |
Jeremy Daggett
|
50cf37f722
|
Merged latest jclouds master branch
|
2012-02-02 13:25:17 -08:00 |
Jeremy Daggett
|
fa51a2734c
|
Fixed rename of files
|
2012-02-01 22:42:09 -08:00 |
Jeremy Daggett
|
e4c32bc00b
|
Fixed files before merge
|
2012-02-01 22:39:29 -08:00 |
Adrian Cole
|
5e23d34f91
|
cruft removal
|
2012-01-31 19:44:39 -08:00 |