[jira] [Created] (JCLOUDS-919) Keystone users are not listed under tenants

2015-06-01 Thread Arunagiri (JIRA)
Arunagiri created JCLOUDS-919: - Summary: Keystone users are not listed under tenants Key: JCLOUDS-919 URL: https://issues.apache.org/jira/browse/JCLOUDS-919 Project: jclouds Issue Type: Bug

[jclouds] JCLOUDS-921 prioritise key over password in SSHClientConnection (#761)

2015-06-01 Thread Stuart Hendren
From ticket: If keyboard interactive login is not allowed on the box but the user also requires a sudo password the ssh fails as it prioritises the password. If you remove the password then the sudo fails in the SudoAwareInitManager. It would seem better to prioritise the key over the password in

[jira] [Commented] (JCLOUDS-921) Can not ssh with key and sudo password

2015-06-01 Thread Stuart Hendren (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567459#comment-14567459 ] Stuart Hendren commented on JCLOUDS-921: See pull request

[jira] [Created] (JCLOUDS-920) org.jclouds.openstack.keystone.v2_0.domain.User.getTenantId() method does not return valid tenant id for user

2015-06-01 Thread Arunagiri (JIRA)
Arunagiri created JCLOUDS-920: - Summary: org.jclouds.openstack.keystone.v2_0.domain.User.getTenantId() method does not return valid tenant id for user Key: JCLOUDS-920 URL:

[jira] [Created] (JCLOUDS-921) Can not ssh with key and sudo password

2015-06-01 Thread Stuart Hendren (JIRA)
Stuart Hendren created JCLOUDS-921: -- Summary: Can not ssh with key and sudo password Key: JCLOUDS-921 URL: https://issues.apache.org/jira/browse/JCLOUDS-921 Project: jclouds Issue Type: Bug

[jira] [Updated] (JCLOUDS-921) Can not ssh with key and sudo password

2015-06-01 Thread Stuart Hendren (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart Hendren updated JCLOUDS-921: --- Affects Version/s: 1.9.0 Can not ssh with key and sudo password

[jclouds-labs-google] Disable MultipartUploads tests (#144)

2015-06-01 Thread danbroudy
Until they are implemented they should be disabled. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs-google/pull/144 -- Commit Summary -- * disable MultipartUploads tests -- File Changes -- M

[jira] [Commented] (JCLOUDS-760) Enable multipart upload in RegionScopedSwiftBlobStore

2015-06-01 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567919#comment-14567919 ] Andrew Gaul commented on JCLOUDS-760: - [~zack-s] Any updates on this? We are

[jira] [Resolved] (JCLOUDS-81) Make sure pull request traffic hits a mailing list.

2015-06-01 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-81. Resolution: Fixed Long ago resolved. Make sure pull request traffic hits a mailing list.

Re: [jclouds-labs-google] Disable MultipartUploads tests (#144)

2015-06-01 Thread Andrew Gaul
@@ -106,6 +106,24 @@ public void testPutFileParallel() throws SkipException { } @Override + @Test(enabled = false) Instead of using `enabled = false`, throw `SkipException` so mvn flags these. --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-google] Disable MultipartUploads tests (#144)

2015-06-01 Thread Andrew Gaul
Can you tag the commit message with [JCLOUDS-894](https://issues.apache.org/jira/browse/JCLOUDS-894)? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/144#issuecomment-107698921

Re: [jclouds-labs] JCLOUDS-826: Add blob operations (#176)

2015-06-01 Thread Roman Coedo
+ */ +package org.jclouds.jdbc.entity; + +import com.google.common.collect.ImmutableList; + +import javax.persistence.ElementCollection; +import javax.persistence.Entity; +import javax.persistence.FetchType; +import javax.persistence.GeneratedValue; +import

Re: [jclouds-labs] JCLOUDS-826: Add blob operations (#176)

2015-06-01 Thread Zack Shoylev
+ */ +package org.jclouds.jdbc.entity; + +import com.google.common.collect.ImmutableList; + +import javax.persistence.ElementCollection; +import javax.persistence.Entity; +import javax.persistence.FetchType; +import javax.persistence.GeneratedValue; +import

Re: [jclouds-labs] JCLOUDS-826: Add blob operations (#176)

2015-06-01 Thread Zack Shoylev
property name=hibernate.archive.autodetection value=class / property name=hibernate.dialect value=org.hibernate.dialect.HSQLDialect / property name=hibernate.connection.driver_class value=org.hsqldb.jdbcDriver / - property name=hibernate.connection.url

Re: [jclouds-labs] JCLOUDS-826: Add blob operations (#176)

2015-06-01 Thread Zack Shoylev
return metadata; } @Override - public boolean blobExists(String s, String s1) { - return false; + public boolean blobExists(String container, String key) { At least the parameters in the strategy methods should probably have javadocs, even if the methods are

Re: [jclouds-labs-google] Disable MultipartUploads tests (#144)

2015-06-01 Thread Andrew Gaul
public void testPutFileParallel() throws SkipException { - // Implement Parallel uploads + throw new SkipException(Implement Parallel uploads); + // TODO: Implement Parallel uploads Why do we disable this test? It passes when running it locally. I see these failures:

[jira] [Commented] (JCLOUDS-760) Enable multipart upload in RegionScopedSwiftBlobStore

2015-06-01 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14568195#comment-14568195 ] Zack Shoylev commented on JCLOUDS-760: -- Should have updated this. After

Re: [jclouds-labs-google] Disable MultipartUploads tests (#144)

2015-06-01 Thread Andrew Gaul
Squashed and pushed to master as 9c2d5ce954ee7427dce77306800f265e0e28cf53. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/144#issuecomment-107743759

[jira] [Commented] (JCLOUDS-894) Expose component operations of multipart upload

2015-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14568185#comment-14568185 ] ASF subversion and git services commented on JCLOUDS-894: - Commit

Re: [jclouds-labs] JCLOUDS-826: Add blob operations (#176)

2015-06-01 Thread Zack Shoylev
+ */ +package org.jclouds.jdbc.entity; + +import com.google.common.collect.ImmutableList; + +import javax.persistence.ElementCollection; +import javax.persistence.Entity; +import javax.persistence.FetchType; +import javax.persistence.GeneratedValue; +import

Re: [jclouds-labs-google] Disable MultipartUploads tests (#144)

2015-06-01 Thread danbroudy
public void testPutFileParallel() throws SkipException { - // Implement Parallel uploads + throw new SkipException(Implement Parallel uploads); + // TODO: Implement Parallel uploads I have checked and they are passing. I have re-enabled `testFileGetParallel` and

[jira] [Comment Edited] (JCLOUDS-760) Enable multipart upload in RegionScopedSwiftBlobStore

2015-06-01 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14568195#comment-14568195 ] Zack Shoylev edited comment on JCLOUDS-760 at 6/1/15 11:01 PM:

[jira] [Commented] (JCLOUDS-760) Enable multipart upload in RegionScopedSwiftBlobStore

2015-06-01 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14568249#comment-14568249 ] Zack Shoylev commented on JCLOUDS-760: -- I will have a look. Enable multipart

[jclouds-labs-google] Fix DefaultObjectAccessControlsApiLiveTest and ResumableUploadApiLive… (#145)

2015-06-01 Thread danbroudy
…Test DefaultObjectAccessControlsApiLiveTest was failing due to the bucket name exceeding the maximum name length of 63 characters. [described here](https://cloud.google.com/storage/docs/bucket-naming) ResumableUploadApiLiveTest was failing due to an off by one error. You can view, comment

[jclouds] JCLOUDS-894: Add portable multipart upload (#762)

2015-06-01 Thread Andrew Gaul
This unifies the provider multipart upload code paths and removes code duplication. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/762 -- Commit Summary -- * JCLOUDS-894: Add portable multipart upload * JCLOUDS-894: Add portable

Re: [jclouds] JCLOUDS-894: Add portable multipart upload (#762)

2015-06-01 Thread Andrew Gaul
@danbroudy @kahing @zack-shoylev This pull request follows on to the earlier one exposing the component multipart operations. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/762#issuecomment-107800525

Re: [jclouds] JCLOUDS-894: Add portable multipart upload (#762)

2015-06-01 Thread Andrew Gaul
@@ -275,4 +285,20 @@ public String copyBlob(String fromContainer, String fromName, String toContainer Closeables2.closeQuietly(is); } } + + // TODO: parallel uploads + @Beta + protected String putMultipartBlob(String container, Blob blob, PutOptions