Andrew Gaul
|
93d69ece2b
|
Enforce newline at end of file via Checkstyle
Also address all warnings, via:
find -name \*.java | while read i; do if [ x`tail -c 1 $i` != x"" ]; then echo >> $i; fi; done
|
2012-10-29 22:12:44 -07:00 |
Adrian Cole
|
886d2cafb9
|
created base Context class with ProviderMetadata and Identity
|
2012-04-23 16:16:51 -07:00 |
Adrian Cole
|
0b59dea073
|
removed ContextBuilder subclasses; added unwrap; undid generic params
|
2012-04-16 00:44:20 -07: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 |
Adrian Cole
|
764e0907f7
|
Issue 657:ApiMetadata
|
2012-04-01 18:43:31 -07:00 |
Adrian Cole
|
5c6ce9f081
|
organize imports
|
2012-03-28 03:37:48 -04:00 |
Adrian Cole
|
bf4b6e8c95
|
Issue 823:migrate rackspace services to authenticationservice 1.1
|
2012-01-29 23:11:23 +08:00 |
danikov
|
3cc79d3cdd
|
tweaked the test to be simpler & more accurate
|
2011-11-21 17:34:47 +00:00 |
danikov
|
2c034b6a25
|
finalising constants :D
|
2011-11-21 15:09:39 +00:00 |
danikov
|
76cecee53a
|
fixed UK provider/region not working + regression tests
|
2011-11-21 14:58:39 +00:00 |
danikov
|
e1547f5853
|
tests for NodeClient
|
2011-11-16 09:53:27 +00:00 |
danikov
|
adbcee9596
|
renamed tests to clarify/prevent the collisions (boo, verbosity… but naming things is hard)
|
2011-11-16 09:52:47 +00:00 |
danikov
|
914f9adf41
|
refactored out commonalities and added apis to the rest.properties, plus corrected some meta-data
|
2011-11-10 15:34:58 +00:00 |
danikov
|
d260ce4cc5
|
added uk cloudloadbalancer provider
|
2011-11-10 06:32:19 +00:00 |