Andrew Bayer
|
c1ee11d9bd
|
Updating to 1.8.0-SNAPSHOT
|
2013-12-17 11:31:56 -08:00 |
Andrew Gaul
|
828d8790c2
|
Enforce no unused imports via Checkstyle
Removed with:
mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | while read i; do echo $i | sed -n 's/\([^:]*\):\([^:]*\):.*/sed -i \2d \1/p' | bash; done
|
2013-12-11 17:27:43 -08:00 |
Andrew Gaul
|
4cef85d1cd
|
Address Checkstyle violations in tests
|
2013-12-09 14:40:07 -08:00 |
Andrew Gaul
|
ac5559ca9e
|
Address Checkstyle violations
|
2013-10-22 16:45:16 -07:00 |
istolber
|
1c9d1676cd
|
JCLOUDS-348
list quotas for cinder + expected and live tests
|
2013-10-21 09:12:53 -05:00 |
Jeremy Daggett
|
7651657cfc
|
Remove async interface support from OpenStack Cinder API
|
2013-06-06 11:08:21 -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 |
Andrew Bayer
|
7923009eb5
|
JCLOUDS-37. Fix RAT violations in incubator-jclouds, master branch
|
2013-05-13 19:17:50 -07:00 |
Andrew Bayer
|
446ac67884
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 12:04:43 -07:00 |
Andrew Bayer
|
259b04ff1c
|
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 12:04:42 -07:00 |
Andrew Gaul
|
fff2fa6e05
|
Address Checkstyle violations
This commit requires temporarily disabling some checks.
|
2013-04-17 16:21:21 -07:00 |
adriancole
|
6afb0dc6b9
|
quarantined openstack api and providers that still use async code
|
2013-04-09 22:07:55 -07:00 |
adriancole
|
053197fe61
|
deprecated all top-level Async apis and clients
|
2013-04-09 10:18:31 -07:00 |
adriancole
|
36dd831b84
|
moved all code off use of RestContext except CloudStackContext, which will use it until 1.7
|
2013-04-09 09:23:31 -07:00 |
adriancole
|
88871c9fe9
|
issue #1501: add Closeable annotation to all top-level apis
|
2013-04-08 16:13:09 -07:00 |
Adrian Cole
|
fb69ae0fa9
|
bump master to 1.7.0-SNAPSHOT
|
2013-03-08 23:02:40 -08:00 |
adriancole
|
c31145e42e
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-04 06:13:59 -08:00 |
adriancole
|
0eb3ee8091
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
|
2013-03-04 06:13:57 -08:00 |
adriancole
|
89fda8ee28
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-04 17:30:46 -08:00 |
adriancole
|
2b0ad28f26
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.2
|
2013-02-04 17:30:44 -08:00 |
adriancole
|
267069755e
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-02 08:41:53 -08:00 |
adriancole
|
7c924b312f
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
|
2013-02-02 08:41:51 -08:00 |
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 |
Everett Toews
|
d54e8dcecb
|
@Named annotations in all async api methods for OpenStack.
|
2013-01-19 18:16:14 -06:00 |
Adrian Cole
|
4980367991
|
centralize TypeToken creation
|
2013-01-19 11:31:55 -08:00 |
Adrian Cole
|
a49a060152
|
There can be only one retryable predicate; use Predicates2.retry decorator
|
2013-01-13 20:30:34 -08:00 |
Everett Toews
|
23c8c017b7
|
Copied test over from labs/openstack-cinder that got missed in the move to apis/opopenstack-cinder.
|
2013-01-02 20:29:32 -06: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
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Everett Toews
|
c6aabb1a31
|
Moved openstack-cinder and rackspace-cloudblockstorage-us/uk out of labs.
Updated pom.xml files for the move.
|
2012-11-13 18:48:30 -06:00 |