[jira] [Updated] (JCLOUDS-958) HttpResponseException prints username and password involved in request

2015-07-09 Thread Arvind Nadendla (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arvind Nadendla updated JCLOUDS-958: Labels: logging security (was: ) > HttpResponseException prints username and password invo

[jira] [Commented] (JCLOUDS-958) HttpResponseException prints username and password involved in request

2015-07-09 Thread Arvind Nadendla (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621806#comment-14621806 ] Arvind Nadendla commented on JCLOUDS-958: - We might need a generic tag to not pr

[jira] [Created] (JCLOUDS-958) HttpResponseException prints username and password involved in request

2015-07-09 Thread Arvind Nadendla (JIRA)
Arvind Nadendla created JCLOUDS-958: --- Summary: HttpResponseException prints username and password involved in request Key: JCLOUDS-958 URL: https://issues.apache.org/jira/browse/JCLOUDS-958 Project:

[jira] [Commented] (JCLOUDS-333) Glance failed to parse Image details which has microseconds in Date format

2015-07-09 Thread Arvind Nadendla (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621688#comment-14621688 ] Arvind Nadendla commented on JCLOUDS-333: - https://github.com/jclouds/jclouds-lab

Jenkins build is unstable: jclouds-labs-google ยป jclouds Google Cloud Storage provider #719

2015-07-09 Thread jenkins-no-reply
See

Jenkins build is unstable: jclouds-labs-google #719

2015-07-09 Thread jenkins-no-reply
See

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

2015-07-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621554#comment-14621554 ] ASF subversion and git services commented on JCLOUDS-894: - Commit

Re: [jclouds] Use unique yet deterministic container names (#805)

2015-07-09 Thread Andrew Gaul
The previous approach has the advantage of removing initial pool buckets from previous runs if they were interrupted. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/805#issuecomment-120190562

[jira] [Resolved] (JCLOUDS-957) openstack-swift provider throws different exceptions for copyBlob

2015-07-09 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-957. - Resolution: Fixed Fix Version/s: 2.0.0 65b7bdf282ff53a76a70fcfbb9be85ebc09a0f57 > opensta

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread Zack Shoylev
Thank you for contributing! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#issuecomment-120174005

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Zack Shoylev
Closed #804. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/804#event-352428392

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Zack Shoylev
merged but not backported --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/804#issuecomment-120173734

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread arvindn05
Thanks Zack!! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#issuecomment-120170366

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Zack Shoylev
Rebuild, please. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/804#issuecomment-120168172

[jclouds] Use unique yet deterministic container names (#805)

2015-07-09 Thread Andrew Gaul
Previously jclouds allocated the initial container pool as $USERNAME-blobstore-1, 2, etc. and a different system for scratch containers. The former caused errors with azureblob during multiple runs of integration tests since containers do not recycle immediately. We now allocate all container name

[jira] [Updated] (JCLOUDS-912) GCS uploads with InputStream payloads are not working

2015-07-09 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul updated JCLOUDS-912: Assignee: Daniel Broudy > GCS uploads with InputStream payloads are not working > -

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Zack Shoylev
> @@ -141,20 +142,17 @@ public void testCopyObject() throws Exception { > // test exception thrown on bad source name > try { > destApi.copy(destinationObject, badSource, sourceObjectName); > -fail("Expected CopyObjectException"); Ah, right. Thanks, I w

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Andrew Gaul
:+1: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/804#issuecomment-120139665

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Andrew Gaul
> @@ -141,20 +142,17 @@ public void testCopyObject() throws Exception { > // test exception thrown on bad source name > try { > destApi.copy(destinationObject, badSource, sourceObjectName); > -fail("Expected CopyObjectException"); Can you use try .. cat

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread Zack Shoylev
Closed #197. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#event-352274058

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread Zack Shoylev
merged and backported --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#issuecomment-120128167

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details with milli seconds in the date (#195)

2015-07-09 Thread Zack Shoylev
Thanks, I will merge and backport in a bit. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/195#issuecomment-120109048

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details with milli seconds in the date (#195)

2015-07-09 Thread arvindn05
created a new pull request with just the one commit. @zack-shoylev https://github.com/jclouds/jclouds-labs-openstack/pull/197 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/195#issuecomment-120108907

[jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread arvindn05
Fixes issue where glance fails to parse image details with milli seconds in the date The issue is described in this bug. https://issues.apache.org/jira/browse/JCLOUDS-333 Caused by: java.text.ParseException: Unparseable date: "2015-06-19T15:06:58.000+" at java.text.DateFormat.parse(Unknown

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details with milli seconds in the date (#195)

2015-07-09 Thread arvindn05
Closed #195. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/195#event-352189889

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Zack Shoylev
@andrewgaul ^ --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/804#issuecomment-120083348

[jira] [Commented] (JCLOUDS-957) openstack-swift provider throws different exceptions for copyBlob

2015-07-09 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620869#comment-14620869 ] Zack Shoylev commented on JCLOUDS-957: -- https://github.com/jclouds/jclouds/pull/804

Re: [jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Zack Shoylev
https://issues.apache.org/jira/browse/JCLOUDS-957 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/804#issuecomment-120075502

[jclouds] Removes CopyObjectException in favor of standard blobstore exceptions (#804)

2015-07-09 Thread Zack Shoylev
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/804 -- Commit Summary -- * Removes CopyObjectException in favor of jclouds-standard blobstore exceptions -- File Changes -- D apis/openstack-swift/src/main/java/org/jclouds/openst

[jira] [Commented] (JCLOUDS-900) Creating container in Docker fails because of serialization

2015-07-09 Thread Jakub Bartecek (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620332#comment-14620332 ] Jakub Bartecek commented on JCLOUDS-900: Hi [~andreaturli], sorry for not respon

Re: [jclouds-site] Adding ProfitBricks as a ComputeService provider. (#169)

2015-07-09 Thread Ignasi Barrera
Thanks @ericknauer! Just a few final comments: * Put the abstraction tutorial the first one, as it is the common case in jclouds. * Mark ProfitBricks with an `*` in the providers list to indicate it is still a "labs" provider (see how other providers in labs appear in that list). * Add a link to