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 |
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 |
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 |
Adrian Cole
|
28d766b9df
|
bumped to 1.6.0-SNAPSHOT
|
2012-09-17 01:43:52 -07:00 |
Adrian Cole
|
c0e8470952
|
default region endpoint for rackspace legacy apis
|
2012-08-29 23:47:05 -07:00 |
Adam Lowe
|
74f8b2d0c0
|
cloudservers: Issue 971 changing to immutable domain objects with builders, annotated with ConstructorProperties and Named
|
2012-07-30 13:50:00 +01:00 |
Andrew Gaul
|
985cccff9a
|
Prefer valueOf over explicit object creation
This allows use of cached values. Patched with:
find -name \*.java | xargs sed -i 's/new Boolean(false)/Boolean.FALSE/g'
find -name \*.java | xargs sed -i 's/new Boolean(true)/Boolean.TRUE/g'
find -name \*.java | xargs sed -i 's/new Boolean(/Boolean.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Integer(/Integer.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Long(/Long.valueOf(/g'
|
2012-07-22 21:01:46 -07:00 |
Andrew Gaul
|
a40983a39d
|
Prefer InputSupplier helpers
These ensure that inputs are closed properly.
Updated with: find -name \*.java | xargs sed -i
's/toStringAndClose(\(.*\)\.getInput())/toString(\1)/'
|
2012-07-18 17:42:48 -07:00 |
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
Adrian Cole
|
d980b4fd42
|
changed test poms to use provider.template and provider.ec2-template accordingly
|
2012-06-15 23:35:10 -04:00 |
Adrian Cole
|
b58060599b
|
Issue 815: repackaged keystone classes into their own api
|
2012-06-06 14:57:50 -07:00 |
Adrian Cole
|
bcd3d50ad6
|
Issue 956:add getImage by id to ComputeService
|
2012-06-04 16:54:49 -07:00 |
Adrian Cole
|
5a3f6011a2
|
removed junit test dependency
|
2012-06-03 17:26:57 -07:00 |
Ioannis Canellos
|
b078adc3ce
|
Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin.
|
2012-06-03 19:41:54 +03:00 |
Adrian Cole
|
96773b8a1b
|
Issue 952:add status field to image
|
2012-05-30 21:22:10 -07:00 |
Adrian Cole
|
07c2c24721
|
Issue 949:Introduce: ComputeMetadataIncludingStatus; Deprecate NodeState -> NodeMetadata.Status
|
2012-05-29 20:41:10 -07:00 |
Adrian Cole
|
17079743f1
|
cloudservers test fixes
|
2012-05-21 20:19:58 -06:00 |
Adrian Cole
|
67d8f9a0f4
|
image extension related classes under extensions package
|
2012-05-21 12:39:32 -06:00 |
Adrian Cole
|
8e7bec1c91
|
cloudservers works with tags now
|
2012-05-18 19:56:44 -07:00 |
Adam Lowe
|
cc016d5dc8
|
Adjusting MapBinder to take Map<String,Object> so BindToJsonPayload can bind objects annotated with PayloadParam correctly
|
2012-05-14 13:09:22 +01:00 |
Adrian Cole
|
8abd56b1c7
|
fixed test expectation glitch
|
2012-05-10 19:35:10 -07:00 |
David Ribeiro Alves
|
fe7d426e2e
|
fixed a cloudservers bug
|
2012-05-10 18:27:49 +01:00 |
David Ribeiro Alves
|
f63c5a44c6
|
corrected formating issues and added headers
|
2012-05-10 09:07:12 +01:00 |
David Ribeiro Alves
|
fc159d1686
|
cloudservers imageextension expect tests are passing
|
2012-05-10 07:33:53 +01:00 |
David Ribeiro Alves
|
c7469bbf4a
|
cloudservers and ec2 imageextension expect tests on the way
|
2012-05-10 06:54:13 +01:00 |
David Ribeiro Alves
|
082158ac3f
|
image extension working on hpcloud, virtualbox and aws-ec2, cloudservers implemented but has issues
|
2012-05-03 03:55:40 +01:00 |
Matt Stephenson
|
381851b8ab
|
Remove IPSocket class, replace with Guava's HostAndPort class.
|
2012-04-25 17:52:01 -07:00 |
Adrian Cole
|
df7d2acbb4
|
wrapper -> view
|
2012-04-23 19:14:36 -07:00 |
Adrian Cole
|
886d2cafb9
|
created base Context class with ProviderMetadata and Identity
|
2012-04-23 16:16:51 -07:00 |
Adrian Cole
|
dab1dd69fc
|
fix covariance/assignability in RestContext<? extends Client> subclasses
|
2012-04-18 15:05:39 -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
|
49e475edcd
|
Issue 888: consolidate code that addresses naming conventions, using hyphen as default delimiter
|
2012-03-28 03:37:54 -04:00 |
Adrian Cole
|
5c6ce9f081
|
organize imports
|
2012-03-28 03:37:48 -04:00 |
Adrian Cole
|
67d70fae62
|
state bug
|
2012-03-12 19:45:35 -07:00 |
Chris Strand
|
8272352f9b
|
Log level of debug for the various parse methods
|
2012-03-11 00:05:04 +00:00 |
Ioannis Canellos
|
5490b3068c
|
[842] Added required import packages to cloudfiles api bundle. Improved import packages in all bundles.
|
2012-02-17 00:49:39 +02:00 |
Adrian Cole
|
3e5e09f406
|
formatting bug when image not found
|
2012-02-14 23:22:24 +01:00 |
Adrian Cole
|
fe4d148528
|
updated current version to 1.5.0-SNAPSHOT
|
2012-02-04 11:06:07 -08:00 |
Adrian Cole
|
ae1effd748
|
made openstack multi-region, and now select correct endpoint via apiversion property
|
2012-02-04 00:51:44 -08:00 |
Adrian Cole
|
e759c6a450
|
openstack and rackspace related changes for Issue 826
|
2012-02-03 00:29:27 -08:00 |
Adrian Cole
|
4bcea6fa23
|
fixed case on keystone
|
2012-01-31 13:01:20 -08:00 |
Adrian Cole
|
abeffc1119
|
Issue 824:add field for hypervisor
|
2012-01-30 22:52:35 -08:00 |
Adrian Cole
|
bf4b6e8c95
|
Issue 823:migrate rackspace services to authenticationservice 1.1
|
2012-01-29 23:11:23 +08:00 |
Adrian Cole
|
f93c495c43
|
refactored to use consistent setup*Properties methods like expect tt tests
|
2012-01-29 20:36:24 +08:00 |
Ioannis Canellos
|
cfe88031a2
|
Updated OSGi package imports for compute providers & apis.
|
2012-01-18 15:02:16 +02:00 |
Adrian Cole
|
3df052565f
|
updated current version to 1.4.0-SNAPSHOT
|
2012-01-16 13:08:32 -08:00 |
Adrian Cole
|
323303e9ab
|
clarified order in test
|
2012-01-13 17:22:31 -08:00 |
Adrian Cole
|
912635e454
|
authorization exception is now gone
|
2012-01-12 18:03:39 -08:00 |
Andrew Donald Kennedy
|
2d0db63f51
|
Issue 731: Add RetryOnRenew handler to renew expired token
|
2012-01-10 17:41:37 -08:00 |
Adrian Cole
|
ba0725286a
|
formatting
|
2012-01-10 14:29:47 -08:00 |
Adrian Cole
|
2b9ba76fe1
|
initial expect test for cloudservers
|
2012-01-10 14:25:25 -08:00 |
Adrian Cole
|
f06e6982eb
|
Issue 800:introduce property for build version
|
2012-01-05 17:51:55 -08:00 |
Adrian Cole
|
42137677da
|
Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version
|
2012-01-05 13:09:45 -08:00 |
Adrian Cole
|
5587b4e6be
|
cleaned up cloudservers impl
|
2011-12-21 23:59:51 -08:00 |
Adrian Cole
|
e2bb762cb1
|
updated cloudservers to current style of credential management
|
2011-12-21 03:15:09 -08:00 |
Adrian Cole
|
f9b38f646c
|
Issue 730: removed deprecated methods from ComputeService RunScript/TemplateOptions SshClient.Factory and replaced occurences of Credentials with LoginCredentials whereever possible
|
2011-12-20 23:19:45 -08:00 |
Adrian Cole
|
4a5af1e7a5
|
Issue 441: added new type: LoginCredentials, and (jclouds|provider).image.(login-user|authenticate-sudo) context properties
|
2011-11-21 11:00:12 +02:00 |
Adrian Cole
|
69467b04e3
|
Issue 752:move off deprecated systemProperties to systemPropertyVariables in surefire
|
2011-11-14 19:25:45 +02:00 |
Adrian Cole
|
c08a7884bd
|
Issue 750:property to set the image id for the default template
|
2011-11-11 19:48:28 +02: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
|
552242e863
|
moved to 1.3.0-SNAPSHOT
|
2011-10-16 12:26:31 -07:00 |
Adrian Cole
|
0c14365399
|
Harder tests relating to installing admin user
|
2011-10-16 03:08:36 -07:00 |
Adrian Cole
|
842da34982
|
Issue 713:support userMetadata in createNodesInGroup in byon, cloudservers, and aws-ec2
|
2011-10-07 00:34:44 -07:00 |
Guillaume Nodet
|
87dd23551c
|
Avoid using a non official jsr and use our own annotations
|
2011-09-16 17:52:12 +02: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
|
0a8f38b90e
|
bumped snapshot version to 1.2.0-SNAPSHOT
|
2011-08-05 04:09:23 +01:00 |
Adrian Cole
|
edc1b10610
|
Issue 637: moved to sshj and tested on aws-ec2 gogrid cloudservers elastichosts-lon-p trmk-*
|
2011-07-25 03:59:01 -07:00 |
Adrian Cole
|
6928082674
|
Issue 487:Add hostname property to nodemetadata
|
2011-07-22 21:21:33 +10:00 |
Adrian Cole
|
acd4b4a628
|
clean up style warnings
|
2011-07-22 12:48:59 +10:00 |
Adrian Cole
|
0921cea2c7
|
make test singlethreaded to avoid surefire hangs
|
2011-07-22 10:42:37 +10:00 |
Andrew Phillips
|
7d2fb23119
|
Master version is now 1.1.0-SNAPSHOT (= next feature version) now that 1.0.0 is out
|
2011-06-05 11:17:43 +04:00 |
Dmitri Babaev
|
0fedf6e467
|
Merge commit '7d0248c5dd972287e51ad1971d61a6ddc8bdcdf5'
|
2011-06-01 20:37:49 +04:00 |
Gustavo Morozowski
|
557c0d75fe
|
moved maven-bundle-plugin instructions to top project pom
|
2011-05-16 09:14:12 -03:00 |
Adrian Cole
|
ddc514d602
|
Issue 42: added osgi fragment plugin to poms
|
2011-05-15 12:08:53 -07:00 |
Adrian Cole
|
19672407e7
|
internal enhancements for wrapping json, and specifying an endpoint per delegate
|
2011-05-09 00:19:57 -07:00 |
Adrian Cole
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
ad96923db7
|
Issue 518:add limits operation to CloudServersClient
|
2011-04-08 12:51:53 -07:00 |
Carlos
|
3a9ffb5871
|
Upgrade jsch to 0.1.44-1 and use dependencyManagement for it
|
2011-02-18 16:44:55 +01:00 |
Adrian Cole
|
af3bf555c1
|
Issue 478:update to jsch 0.1.44
|
2011-02-15 18:46:00 +01:00 |
Adrian Cole
|
1bd1ff6684
|
Issue 478:update to jsch 0.1.43
|
2011-02-15 18:23:02 +01:00 |
Adrian Cole
|
f38c8d5e56
|
Issue 475: removed builtin providers for ec2, s3, cloudservers, cloudfiles, and vcloudexpress
|
2011-02-15 17:51:40 +01:00 |
Adrian Cole
|
d4018a5828
|
Issue 125: applied to cloudservers
|
2011-02-14 17:00:05 +01:00 |
Adrian Cole
|
4627a91195
|
Issue 125:payload binder
|
2011-02-14 15:17:19 +01:00 |
Adrian Cole
|
359a0feeaa
|
added missing jsch dep
|
2011-02-01 21:18:24 -08:00 |
Andrew Phillips
|
4f8e953184
|
Added READMEs for APIs
|
2011-02-01 09:34:17 +01:00 |
Adrian Cole
|
4a52218565
|
Issue 457: rename tag -> group
|
2011-01-31 18:02:54 -08:00 |
Adrian Cole
|
675563c96a
|
Issue 418: updated location object to include metadata and iso3166codes
|
2011-01-31 01:00:20 -08:00 |
Adrian Cole
|
2d888fb18e
|
template test predicate refactor
|
2011-01-29 20:55:31 -08:00 |
Adrian Cole
|
bb90123914
|
Issue 455:rename org.jclouds.ssh.ExecResponse -> org.jclouds.compute.domain.ExecResponse
|
2011-01-26 11:16:27 -08:00 |
Adrian Cole
|
0455e0f509
|
refactored runScript logic
|
2011-01-23 12:19:28 -08:00 |
Adrian Cole
|
c34b973af3
|
Issue 450: fixed parsing of tags
|
2011-01-20 17:13:02 -08:00 |
Adrian Cole
|
2bc2e23d9c
|
Issue 440: moved all extensions into group id org.jclouds.driver
|
2011-01-15 20:58:57 -08:00 |
Adrian Cole
|
e00b465c78
|
Issue 440, 429: decoupled openstack swift from cloudfiles
|
2011-01-09 11:49:59 -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 |
Adrian Cole
|
9d6537dfc2
|
Issue 440: extracted cloudservers and cloudfiles into their own api modules, moved rackspace into commons
|
2011-01-08 10:46:54 -08:00 |