Adrian Cole
|
1ab3f0bb44
|
accomodate runtime credential changes
|
2013-01-15 22:26:50 -08:00 |
Adrian Cole
|
d57197c103
|
cleaned up code references detected as unnecessary by UEC plugin
|
2013-01-12 12:31:00 -08:00 |
Adrian Cole
|
9745e9dc2f
|
fixed covariance and warnings on ApiMetadata subclasses
|
2012-12-31 19:40:49 -08:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
3d191253ec
|
Enforce use of Collection helpers via Checkstyle
This ensures that we do not repeat the type name. Some instances remain
due to auto-generated code in dmtf/cim/Cim*.
|
2012-11-04 20:45:49 -08:00 |
Andrew Gaul
|
709ca69a2d
|
Enforce that all imports are used via Checkstyle
Also remove all unused imports, via:
mvn checkstyle:checkstyle -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | awk -v FS=: '/warning/{print "sed -i " $2 "d " $1}' | while read i; do $i; done
|
2012-10-29 17:11:08 -07:00 |
Andrew Gaul
|
28d7a6f143
|
Prefer immutable over empty collections
The former does not create an object when calling iterator(), as
discussed here:
https://groups.google.com/d/msg/jclouds-dev/l7BviKDXreA/mP6Ow_RYxIgJ
|
2012-10-20 15:35:29 -07:00 |
Adrian Cole
|
c7f35d3bb1
|
removed invalid @Nullable usage and also usage of javax package usage
|
2012-08-11 20:59:16 -07:00 |
Andrew Gaul
|
3648863a3c
|
Introduce Predicates2.startsWith and endsWith
|
2012-07-24 22:21:34 -07:00 |
David Ribeiro Alves
|
b45fad87d8
|
corrected destroyNodes bug
|
2012-07-20 22:23:16 +01:00 |
David Ribeiro Alves
|
cdde419b24
|
re-enabled most tests and corrected some minor bugs, only destoyPoolNodes is missing
|
2012-07-18 01:58:18 +01:00 |
David Ribeiro Alves
|
d4453b2ac2
|
nodepool progress and AdminAccessBuilderSpec
|
2012-07-12 11:04:55 -07: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
|
38ee79999a
|
cleanup of nodepool and start integration of byon
|
2012-06-25 22:03:54 -07:00 |
David Ribeiro Alves
|
a8ea32e29d
|
refactored nodepool to avoid having internal state and to survive restarts
|
2012-06-25 03:34:55 +01:00 |
David Ribeiro Alves
|
e9ec08e6a8
|
addressed some of the issues
|
2012-06-19 13:58:40 +01:00 |
David Ribeiro Alves
|
022ca3bfd8
|
filtering out nodes that do not apply to the pool
|
2012-06-12 11:17:17 -07:00 |
Adrian Cole
|
886d2cafb9
|
created base Context class with ProviderMetadata and Identity
|
2012-04-23 16:16:51 -07:00 |
Gustavo Morozowski
|
e4abeecc4d
|
base implemenation of nodepool
|
2012-04-19 22:09:18 -03:00 |