Adrian Cole
|
20c3426fc8
|
replaced jersey w/Uris & UriTemplates; removed complexity in url encoding and edge cases like matrix params
|
2012-12-24 14:32:59 -08:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
0761874578
|
Prefer Assert.fail over assert
The former cannot be disabled.
|
2012-11-03 14:51:52 -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 |
Adrian Cole
|
28d766b9df
|
bumped to 1.6.0-SNAPSHOT
|
2012-09-17 01:43:52 -07:00 |
Adrian Cole
|
2cca4a9c66
|
added ec2 live tests for clones
|
2012-07-26 09:25:11 -07:00 |
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
Adrian Cole
|
e9bfb9d1a2
|
Issue 1007: changed ec2 date parsing logic to use DateCodec and isolated hacks to eucalyptus and openstack-nova-ec2 respectively
|
2012-07-06 22:54:45 -07:00 |
Adrian Cole
|
a928746528
|
Issue 976:update to support eucalyptus 3
|
2012-06-15 23:35:18 -04:00 |
Adrian Cole
|
d980b4fd42
|
changed test poms to use provider.template and provider.ec2-template accordingly
|
2012-06-15 23:35:10 -04: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
|
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
|
025396be37
|
added new properties object
|
2012-03-28 03:37:41 -04: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
|
fe4d148528
|
updated current version to 1.5.0-SNAPSHOT
|
2012-02-04 11:06:07 -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
|
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
|
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 |
Adrian Cole
|
552242e863
|
moved to 1.3.0-SNAPSHOT
|
2011-10-16 12:26:31 -07:00 |
Adrian Cole
|
ec7a736771
|
updated eucalyptus tests
|
2011-09-30 22:38:25 -07:00 |
Adrian Cole
|
0bb51e4f4e
|
euca doesn't support ebs boot yet
|
2011-09-27 13:53:54 -07: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 |
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 |
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
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
ebd4d1e432
|
Issue 499:add and use import key support to aws-ec2
|
2011-03-06 15:35:06 -05: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
|
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
|
a1dbbd203c
|
Issue 448: new EC2 EBS support
|
2011-01-31 14:14:05 -08:00 |
Adrian Cole
|
2d888fb18e
|
template test predicate refactor
|
2011-01-29 20:55:31 -08:00 |
Adrian Cole
|
142aec45cb
|
walrus: workaroud date parse issue, more intelligently deduce containernotfoundexception when s3 is in 'path' mode, and adjust base test classes
|
2011-01-28 10:41:40 -08:00 |
Adrian Cole
|
89d201854b
|
Issue 440: decoupled aws concepts from base ec2 driver; Issue 445: gracefully handle security group in-use
|
2011-01-27 20:27:35 -08:00 |
Adrian Cole
|
80c250f2da
|
epc has hypervisor types per zone
|
2011-01-26 18:16: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
|
2ca179ec54
|
fixed cyclic property problem
|
2011-01-06 14:59:07 -08:00 |
Adrian Cole
|
2168a6982f
|
Issue 440: added apis/eucalyptus and providers/ecc-ec2
|
2011-01-06 14:35:10 -08:00 |