Commit Graph

2590 Commits

Author SHA1 Message Date
Adrian Cole a453a060a8 stubbed in firewall client 2011-03-25 15:49:15 -07:00
Tibor Kiss bc7bc99d97 Issue 430: Removed some timeout values which was left from
development.
2011-03-25 20:08:01 +01:00
Tibor Kiss 8767a8100b Issue 430: ParallelMultipartUploadStrategy added. 2011-03-25 17:52:53 +01:00
Tibor Kiss f0b141f77d Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob 2011-03-25 11:20:46 +01:00
Adrian Cole 0e55bff1cd updated xml parsers in savvis 2011-03-24 14:52:07 -07:00
Adrian Cole 2f3bd3d66a fixed test text 2011-03-24 10:31:15 -07:00
Kedar Dave 07d5863108 cleanup, added test for org without vdc 2011-03-23 23:43:30 -05:00
Adrian Cole 208fb69af4 added vm feature to savvis 2011-03-23 17:50:57 -07:00
Kedar Dave 8cd0036475 added FirewallService and FirewallRule implementation for Savvis 2011-03-22 15:55:07 -05:00
Tibor Kiss e62fac9d64 Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob 2011-03-22 10:56:25 +01:00
Adrian Cole 26a3a2f9de labeled unparsed ovf sections 2011-03-22 02:41:08 -07:00
Adrian Cole da29745ac2 fixed OVF where we didn't match relationships in spec 2011-03-22 02:07:46 -07:00
Tibor Kiss c4c6c5b0b2 Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob 2011-03-22 10:00:16 +01:00
Adrian Cole 5ae1ba44d2 added default operating system types to savvis 2011-03-21 18:23:36 -07:00
Adrian Cole f2e6c72e5a added qualifier support to annotation parsing so that we can expose cached objects 2011-03-21 14:57:57 -07:00
Tibor Kiss 124b8681dc Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob 2011-03-21 20:27:51 +01:00
Adrian Cole 8d9d7e406b fixed bad test annotation that always breaks the build 2011-03-20 22:34:40 -07:00
Adrian Cole fff61b8b4d Issue 508: promoted OVF and CIM to jclouds-compute so that they can be reused across vcloud, trmk, and savvis 2011-03-20 22:15:08 -07:00
Adrian Cole f952b4df8c added log config for compute 2011-03-20 09:44:22 -07:00
Adrian Cole 7b08e0f1d5 renamed savvis dir to be consistent with dns name 2011-03-20 02:43:34 -07:00
Adrian Cole 81f0707382 Issue 435: refactored savvis code 2011-03-20 02:42:53 -07:00
Tibor Kiss 3167e77a14 Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob 2011-03-20 07:04:31 +01:00
Tibor Kiss f8364a428e Issue 430: Fixed some junit tests and added some static final
defaults.
2011-03-19 17:53:02 +01:00
Tibor Kiss 1c78722297 Issue 430: two magic numbers parametrizable from now one 2011-03-19 17:18:43 +01:00
Adrian Cole bbf6ba525d added ops to vm and datacenter features to softlayer 2011-03-19 00:41:39 -07:00
Adrian Cole 743b94c767 restructured softlayer into separate feature classes 2011-03-18 17:49:20 -07:00
Adrian Cole 0e18bbeba5 ec2 amzn linux now out of beta 2011-03-18 17:42:21 -07:00
Adrian Cole 9fd39e7df2 updated savvis to latest test case 2011-03-18 17:12:44 -07:00
Tibor Kiss 6d90793ca6 Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob 2011-03-17 11:14:55 +01:00
Tibor Kiss 70ec28146e Issue 430: abortMultipartUpload when handling uploadPart errors, added
a unit test for this abortMultipartUpload.
2011-03-17 11:14:28 +01:00
Adrian Cole 7285fb0e2e Merge branch 'master' of https://github.com/carlossg/jclouds
* 'master' of https://github.com/carlossg/jclouds:
  Ensure no snapshots are downloaded from java.net repository
  Remove oauth repo now that it's in Maven Central repository
2011-03-16 11:27:53 -07:00
Adrian Cole f523e6056b Merge branch 'large-blob' of https://github.com/tiborkiss/jclouds
* 'large-blob' of https://github.com/tiborkiss/jclouds:
  Issue 430: JUnit tests for partitioning algorithm. Also fixed a bug in the algorithm. JUnit tests for sequential multipart upload strategy.
2011-03-16 11:05:16 -07:00
Carlos b5811c680d Ensure no snapshots are downloaded from java.net repository 2011-03-16 18:54:51 +01:00
Tibor Kiss 4ec124d264 Issue 430: JUnit tests for partitioning algorithm. Also fixed a bug
in the algorithm. JUnit tests for sequential multipart upload
strategy.
2011-03-16 15:36:38 +01:00
Carlos 49eb1bffaf Remove oauth repo now that it's in Maven Central repository 2011-03-16 12:24:07 +01:00
Carlos eb1fd05bda Remove gson repo now that gson is in Maven Central 2011-03-15 20:18:54 +01:00
Adrian Cole 94ac74d711 updated cloudstack to work with both security group and advanced networking 2011-03-14 01:41:08 -07:00
Adrian Cole f5fa2d983b added toString to common functions so that they are easier to see when debugging 2011-03-14 01:39:59 -07:00
Adrian Cole b0f37625ec fixed s3 test 2011-03-12 16:02:51 -08:00
Adrian Cole b81156a1f3 Merge branch 'feature/scriptbuilder-fixes' of https://github.com/ccustine/jclouds
* 'feature/scriptbuilder-fixes' of https://github.com/ccustine/jclouds:
  Fix for classloader issues in OSGi, web apps, etc.
2011-03-12 14:30:50 -08:00
Hugo Duncan d9cb934feb Add clojure interface for spot instances
Add clojure template-builder keywords for spot instances introduced
for issue #308.  Add a builder for spot-options.
2011-03-12 16:30:36 -05:00
Chris Custine cfb74ffcc1 Fix for classloader issues in OSGi, web apps, etc. 2011-03-12 13:28:39 -07:00
Adrian Cole 9bdd97340b Issue 506:support hosteurope blobstore; break out scality-rs2 2011-03-12 12:14:11 -08:00
Adrian Cole 916863f1da made license statement less obnoxious 2011-03-12 12:08:33 -08:00
Adrian Cole 35291abba4 Issue 505: update gogrid to use new ubuntu image by default 2011-03-11 20:59:05 -08:00
Tibor Kiss beb915424b Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob 2011-03-10 12:14:17 +01:00
Tibor Kiss 270f2c3b4e Issue 430: fixed part ordering problem at completing the multipart
upload.
2011-03-10 12:13:18 +01:00
Adrian Cole 2b43975cc8 Merge branch 'large-blob' of git@github.com:jclouds/jclouds
* 'large-blob' of git@github.com:jclouds/jclouds:
  Issue 486: moved netty to a driver and created a base payload slicer
  AWS S3 sequential multipart upload strategy, newly added files.
  AWS S3 sequential Multipart Upload strategy
2011-03-09 13:42:02 -08:00
Adrian Cole f778dd3987 added missing spot state: closed 2011-03-08 15:01:13 -08:00
Adrian Cole fb4714cf33 added missing spot state: closed 2011-03-08 14:59:00 -08:00