Commit Graph

3186 Commits

Author SHA1 Message Date
Adrian Cole 413b5b8124 Merge pull request #55 from bmabey/master
fixed small typo in clojure's blobstore implementation to create a blob-last-modified accessor
2011-06-23 23:59:58 -07:00
Andrew Phillips f89a213843 Updated the sandbox POMs to the new 1.1.0-SNAPSHOT version, since the maven-release-plugin didn't 2011-06-23 01:02:00 +02:00
Andrew Phillips 783f137bb5 Using the correct "it's me" header in the RUN@cloud integration tests 2011-06-21 18:32:42 +02:00
Andrew Phillips 797e75d4f0 [issue 531] Creating site files in UTF-8 2011-06-19 19:39:07 -04:00
Andrew Phillips 57fe96d99e Removed the maven-emma-plugin from the 2.x site build since the emma-maven-plugin is already being used 2011-06-19 16:33:48 -04:00
Ben Mabey 98ffa9c4b5 fixes typo in clj blobstores to allow for blob-last-modified accessors 2011-06-17 09:35:52 -06:00
Adrian Cole 25dcc49aa3 instructions for elasticstack 2011-06-08 08:20:54 +08:00
Andrew Phillips 14b9ac1102 Updated README to reflect new version 2011-06-05 11:19:14 +04: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
Adrian Cole f391aff38e added link to examples 2011-06-04 22:49:24 -07:00
Adrian Cole 6207fab3b2 updated to jclouds 1.0.0 2011-06-04 22:47:01 -07:00
Andrew Phillips 3028a05fa8 ${version}.${tweetstore.instance} -> ${version}-${tweetstore.instance} for jclouds.properties remote resource version as it's closer to using a classifier (not supported by the plugin) 2011-06-03 15:02:55 +02:00
Adrian Cole ce13a863a9 Issue 550: added PM for cloudsigma 2011-06-03 02:35:12 -07:00
Adrian Cole 1f535ebb6f Issue 80: public acl for atmos 2011-06-03 02:07:12 -07:00
Adrian Cole 9257f3a1e6 fixed typo 2011-06-03 02:06:52 -07:00
Adrian Cole 6a8f52e210 Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Cleaning up API for ebs2 and elastic-ip2 after review. Minor changes to doc-strings, code formatting and order of args in release fn.
  Issue 550: Global ATMOS refactoring for identity.
  Issue 550: Added ProviderMetadata for Ninefold Storage.
  Issue 550: Added ProviderMetadata for OpenHosting East1 provider.
  Issue 550: Addressed the verbiage used for credentials for the synaptic-storage provider.
  Issue 550: Cleaned up a few minor formatting nits and implemented linked services for Eucalyptus.
  Issue 550: Added ProviderMetadata for AT&T Synaptic Storage.
  cleanup and refine vmclientlivetest
  added test dependency
  added providermetadata test for savvis-symphonyvpdc
  cleanup tests, added ProviderMetadata implementation for savis-symphonyvpdc
  fixed firewallservice url
  cleanup
  fixed tests for savvis
  Fixed typo
  First version of elastic_ip2.clj
  First version of ebs2.clj
2011-06-03 01:12:38 -07:00
Adrian Cole 30fd475170 Merge pull request #47 from mattiasholmqvist/ebs2_elastic-ip2
First version of ebs2 and elastic-ip2
2011-06-03 00:44:40 -07:00
Mattias Holmqvist 02391ce2b5 Merge branch 'master' of https://github.com/jclouds/jclouds into ebs2_elastic-ip2 2011-06-03 09:29:41 +02:00
Mattias Holmqvist 69aac6b455 Cleaning up API for ebs2 and elastic-ip2 after review. Minor changes to doc-strings, code formatting and order of args in release fn. 2011-06-03 09:29:04 +02:00
Kedar Dave 7368b68a1e Merge branch 'master' of git://github.com/jclouds/jclouds 2011-06-03 02:21:51 -05:00
Adrian Cole 5dadcc437a Merge pull request #52 from jcscoobyrs/master
Issue 550: Added ProviderMetadata for AT&T Synaptic Storage, OpenHosting, and Ninefold
2011-06-02 23:57:18 -07:00
Jeremy Whitlock 770023a892 Issue 550: Global ATMOS refactoring for identity.
[in providers]

* cloudonestorage/src/main/java/org/jclouds/cloudonestorage/CloudOneStorageProviderMetadata.java,
  synaptic-storage/src/main/java/org/jclouds/synaptic/storage/SynapticStorageProviderMetadata.java
  (getIdentityName): Changed "Subtenant ID" to "Subtenant ID (UID)".
2011-06-03 00:50:28 -06:00
Jeremy Whitlock 1340e38728 Issue 550: Added ProviderMetadata for Ninefold Storage.
[in providers/ninefold-storage/src]

* main/java/org/jclouds/ninefold/storage/NinefoldStorageProviderMetadata.java,
  main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
  test/java/org/jclouds/ninefold/storage/NinefoldStorageProviderTest.java: Added.
2011-06-03 00:48:20 -06:00
Jeremy Whitlock e0bb0bc4d7 Issue 550: Added ProviderMetadata for OpenHosting East1 provider.
[in jclouds/openhosting-east1/src]

* main/java/org/jclouds/openhosting/OpenHostingEast1ProviderMetadata.java,
  main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
  test/java/org/jclouds/openhosting/OpenHostingEast1ProviderTest.java: Added.
2011-06-03 00:33:37 -06:00
Jeremy Whitlock 691e69a961 Issue 550: Addressed the verbiage used for credentials for the synaptic-storage provider.
[in providers/synaptic-storage/src]

* main/java/org/jclouds/synaptic/storage/SynapticStorageProviderMetadata.java
  (getIdentityName, getCredentialName): Updated to use ATMOS verbiage per Adrian's feedback.
2011-06-03 00:11:14 -06:00
Jeremy Whitlock 63cd9d0535 Issue 550: Cleaned up a few minor formatting nits and implemented linked services for Eucalyptus.
[in providers]

* aws-s3/src/main/java/org/jclouds/aws/s3/AWSS3ProviderMetadata.java: Fixed a javadoc link.

* aws-s3/src/test/java/org/jclouds/aws/s3/AWSS3ProviderTest.java: Fixed a javadoc link
   and fixed an erroneous full-qualified class reference.

* eucalyptus-partnercloud-ec2/src/main/java/org/jclouds/epc/EucalyptusPartnerCloudEC2ProviderMetadata.java,
  eucalyptus-partnercloud-s3/src/main/java/org/jclouds/epc/EucalyptusPartnerCloudS3ProviderMetadata.java
  (getLinkedServices): Implemented.
2011-06-03 00:06:38 -06:00
Jeremy Whitlock 17db25cceb Issue 550: Added ProviderMetadata for AT&T Synaptic Storage.
[in providers/synaptic-storage/src]

* main/java/org/jclouds/synaptic/storage/SynapticStorageProviderMetadata.java,
  src/main/resources/META-INF/services/org.jclouds.providers.ProviderMetadata,
  src/test/java/org/jclouds/synaptic/storage/SynapticStorageProviderTest.java: Added.
2011-06-02 23:58:50 -06:00
Kedar Dave 31df3c48b0 Merge branch 'master' of github.com:kedardave/jclouds 2011-06-03 00:47:05 -05:00
Kedar Dave c8bbe64403 cleanup and refine vmclientlivetest 2011-06-03 00:16:36 -05:00
Adrian Cole 4bc2a2997b Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Issue 594: move google storage back to sandbox
2011-06-02 21:47:48 -07:00
Adrian Cole 161906b98d updated standard drives for skalicloud 2011-06-02 21:27:37 -07:00
Adrian Cole 424184c380 Issue 594: move google storage back to sandbox 2011-06-02 20:32:03 -07:00
Kedar Dave cfe91f9817 added test dependency 2011-06-02 22:25:34 -05:00
Adrian Cole 9ef411d39a added debian 6 to bluesquare 2011-06-02 19:57:55 -07:00
Adrian Cole fc2c59d861 Merge pull request #51 from gustavomzw/master
Issue 550: Added ProviderMetadata for Elastic Hosts.
2011-06-02 19:33:29 -07:00
Gustavo Morozowski 226efe0659 Issue 550: Added ProviderMetaData for RimuHosting. 2011-06-02 23:20:38 -03:00
Gustavo Morozowski d313950f38 Issue 550: Added ProviderMetaData for SkaliCloud. 2011-06-02 22:57:07 -03:00
Gustavo Morozowski 14bfc83d69 Issue 550: Added ProviderMetaData for Serverlove. 2011-06-02 22:28:40 -03:00
Andrew Phillips 4cd17db523 Added a 'tweetstore.instance' identifier to fetch the correct jclouds.properties remote resource bundle 2011-06-03 03:08:11 +02:00
Andrew Phillips 5ef3778468 Converted the TweetStore *app* (not just the tests ;-)) to use OAuth for Twitter 2011-06-03 03:08:10 +02:00
Gustavo Morozowski c1b7ffb624 Issue 550: Small fixes to Elastic Hosts. 2011-06-02 22:06:26 -03:00
Gustavo Morozowski 00c55bcdfa Issue 550: Added ProviderMetadata for Elastic Hosts. 2011-06-02 21:40:33 -03:00
Adrian Cole 5b10d5d0f8 Merge branch 'master' of https://github.com/dmitri-b/jclouds
* 'master' of https://github.com/dmitri-b/jclouds:
  non-working live tests is disabled (they are not working due to the issues with OpenStack)
  non-working live tests is disabled (they are not working due to the issues with OpenStack)
  incorrect imports fix
  comments for failing live tests fixes in change password test
  more fixes in live tests more debug logging
  timeout for tests is increased
  live tests bug fixes
  comments for JschSshClinet bug fix
  JschSshClinet bug fix for exec method
  key file for live tests is renamed
  additional json test is moved to apis/nova
  additional json test
  keys for live tests are loaded from the classpath
2011-06-02 17:08:29 -07:00
Adrian Cole 461f49622d moved scality rs2 services into sandbox due to service problems 2011-06-02 16:52:28 -07:00
Dmitri Babaev e1f0cdcfa5 Merge commit '6d187ed9baaad1e00dbe65b36ea2989c951a5a28', ssh client patch is reverted due to massive changes in code
Conflicts:
	drivers/jsch/src/main/java/org/jclouds/ssh/jsch/JschSshClient.java
2011-06-03 03:50:47 +04:00
Dmitri Babaev e29e9cd4a3 non-working live tests is disabled (they are not working due to the issues with OpenStack) 2011-06-03 03:38:40 +04:00
Adrian Cole 6d187ed9ba Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Issue 593:add rimu hosting to supported providers list
  revised rimu tests
2011-06-02 16:27:40 -07:00
Kedar Dave 563462e46b added providermetadata test for savvis-symphonyvpdc 2011-06-02 18:23:08 -05:00
Adrian Cole f36be05b2a Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds:
  Issue 550: Added ProviderMetadata for Google Storage.
2011-06-02 16:22:57 -07:00
Adrian Cole 3899435588 Issue 593:add rimu hosting to supported providers list 2011-06-02 16:22:50 -07:00