adriancole
|
a51e6a8323
|
issue #1089 removed default timeout values so that those not using async will have simpler debugging
|
2013-01-29 04:19:00 -08:00 |
Adrian Cole
|
37e587ee51
|
changes related to centralizing construction of invokables
|
2013-01-19 17:17:30 -08:00 |
Adrian Cole
|
4980367991
|
centralize TypeToken creation
|
2013-01-19 11:31:55 -08:00 |
Adrian Cole
|
9745e9dc2f
|
fixed covariance and warnings on ApiMetadata subclasses
|
2012-12-31 19:40:49 -08:00 |
Adrian Cole
|
038e550d2d
|
moved off deprecated FluentIterable methods
|
2012-12-30 13:20:09 -08:00 |
Adrian Cole
|
13d8b9c402
|
replaced @Timeout w/explicit properties
|
2012-12-30 12:31:43 -08:00 |
Adrian Cole
|
9b1872c6ff
|
removed custom code that duplicates functionality of guava fallbacks
|
2012-12-27 16:54:31 -08:00 |
Adrian Cole
|
20c3426fc8
|
replaced jersey w/Uris & UriTemplates; removed complexity in url encoding and edge cases like matrix params
|
2012-12-24 14:32:59 -08:00 |
Adrian Cole
|
dadf142cac
|
removed chance of race condition due to duplicate tearDown methods
|
2012-12-24 00:16:57 -08:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
08b9982384
|
Enforce modifier order via Checkstyle
Also fix violations, via:
find -name \*.java | xargs sed -i 's/final static/static final/'
find -name \*.java | xargs sed -i 's/static private/private static/'
find -name \*.java | xargs sed -i 's/static abstract/abstract static/'
|
2012-11-01 20:01:30 -07:00 |
Adrian Cole
|
b5f60f1e70
|
pagination and consistency cleanup on openstack
|
2012-09-16 00:19:30 -07:00 |
Andrew Donald Kennedy
|
8b1a48b2e0
|
Fix hashCode to include parent Reference id
|
2012-08-16 22:32:45 +01:00 |
Andrew Donald Kennedy
|
8ae33f2315
|
Added binding for optional extensions
|
2012-08-14 02:23:54 +01:00 |
Andrew Donald Kennedy
|
0da2616737
|
Make the OpenStack extension lists accessible for all APIs. Copied the Nova extension related code to the shared keystone package and added providers for extensions and aliases to all modules
|
2012-08-13 22:22:04 +01:00 |
Andrew Donald Kennedy
|
f9a550529d
|
Further OpenStack extensibility changes. Fixing constructors in RestContext classes
|
2012-08-13 16:18:43 +01:00 |
Andrew Donald Kennedy
|
2bfa9e0b23
|
openstack-quantum extensibility
|
2012-08-12 12:46:25 +01:00 |
Adrian Cole
|
735da0a285
|
Issue 1037: consolidate keystone endpoints to end with /v2.0/ + change hpcloud to default to user/pass auth
|
2012-07-29 16:30:20 -07:00 |
Adrian Cole
|
180265fe49
|
Issue 1022:Move naming convention to Api from Client or Services:: glesys jenkins openstack-* opsource-servers savvis-symphonyvpdc cloudwatch cloudidentity rackspace-cloudidentity aws-cloudwatch rackspace-cloudservers-us hpcloud-compute rackspace-cloudservers-us trystack-nova
|
2012-07-15 15:00:42 -07:00 |
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
Adam Lowe
|
908e164698
|
openstack: adjusting beans in openstack-quantum, openstack-glance and openstack-swift to use ConstructorProperties and Named annotations
|
2012-07-03 12:39:53 +01:00 |
Adrian Cole
|
fb98ce82f7
|
cleanup of module binding, clarity in toStrings, reduced wrapper depth for memoized sets
|
2012-07-02 19:36:27 -07:00 |
Adrian Cole
|
17fce87661
|
switched keystone-backed providers and apis to strictly return a single scope of location
|
2012-07-02 15:23:52 -07:00 |
Adrian Cole
|
5ad8d2c1f7
|
corrected api metadata
|
2012-06-19 01:21:12 -06:00 |
Adrian Cole
|
b5797ad543
|
introduce KeystoneProperties/TENANT_NAME KeystoneProperties/TENANT_ID properties; set value of prefix to tenantName
|
2012-06-19 01:06:44 -06:00 |
Adrian Cole
|
d00e360d65
|
Issue 815: refactored the 3 major features of keystone into separate clients. removed cyclic dependency needed to support keystone controlling keystones in other regions
|
2012-06-06 23:14:23 -07:00 |
Adrian Cole
|
b58060599b
|
Issue 815: repackaged keystone classes into their own api
|
2012-06-06 14:57:50 -07:00 |
Adam Lowe
|
e5127ffd9a
|
openstack-quantum: addressing review comments
|
2012-06-01 23:35:46 +01:00 |
Adam Lowe
|
c9de23a272
|
openstack-quantum: addressing review comments - adjusting method names and using @Path and @PathParam on delegate method to simplify PortClient
|
2012-06-01 22:50:48 +01:00 |
Adam Lowe
|
e5c7afa70c
|
openstack-quantum: adding network service for openstack
|
2012-06-01 16:00:32 +01:00 |