Zack Shoylev
|
f6d43f6962
|
Fixes blob-related tests that fail occasionally
|
2015-02-13 17:25:15 -06:00 |
Jeremy Daggett
|
d3c1e2eab4
|
Use AutoService to generate service loader metadata
|
2015-01-09 11:22:12 -08:00 |
Andrew Gaul
|
9cdd53b0b7
|
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
|
2014-06-07 21:44:54 -07:00 |
Andrew Gaul
|
2d88f5164e
|
Enforce that all commas have trailing whitespace
|
2014-05-08 18:28:08 -07:00 |
Zack Shoylev
|
295c6e741e
|
Fixes broken cloudservers live tests, updates versions for images
|
2013-12-02 11:47:43 -06:00 |
Andrew Gaul
|
e30f865215
|
Work around CloudFiles test failures
Java helpfully interprets Expect: 100-continue instead of returning
the response code. This commit reverts
100afba1d8 .
|
2013-10-17 13:08:02 -07:00 |
Andrew Gaul
|
f1fc63ab76
|
Add whitespace around keywords and braces
|
2013-09-30 09:39:29 -07:00 |
Andrew Gaul
|
5f8961723f
|
Remove BlobStore Map abstractions
These provide little end-user benefit and make evolving the core API
more difficult. We deprecated these in 1.6.0.
|
2013-09-25 20:46:31 -07:00 |
Zack Shoylev
|
100afba1d8
|
Skips tests for time signed URLs
|
2013-08-26 20:35:16 -05:00 |
adriancole
|
ed2f18a1af
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:30:37 -07:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
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
|
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 |
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 |
Adrian Cole
|
960bfe709f
|
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
|
2011-08-16 18:14:30 -07:00 |
Adrian Cole
|
009479c66c
|
Issue 550: added rackspace provider metadata
|
2011-05-29 23:50:41 -07:00 |
Adrian Cole
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
675563c96a
|
Issue 418: updated location object to include metadata and iso3166codes
|
2011-01-31 01:00:20 -08:00 |
Adrian Cole
|
094ed5c25c
|
fixed integration test classes and demoted scaleup-storage to sandbox
|
2011-01-26 23:52:26 -08:00 |
Adrian Cole
|
17629960cd
|
Issue 429: pulled cloudfiles-specific logic apart from swift
|
2011-01-09 10:32:35 -08:00 |
Adrian Cole
|
3ca278723d
|
Issue 440: added cloudservers and cloudfiles us and uk providers
|
2011-01-08 15:59:48 -08:00 |