Re: [jclouds-labs] Vagrant provider (#160)

2016-03-06 Thread Svet
Added live tests and missing functionality. I've been using the provider the whole time since creating it and it's been working great. Good to review. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/160#issuecomment-192967878

[jira] [Commented] (JCLOUDS-1064) multipart upload throwing : NullPointerException: Null partETag

2016-03-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182507#comment-15182507 ] ASF subversion and git services commented on JCLOUDS-1064: -- Com

[jira] [Commented] (JCLOUDS-1064) multipart upload throwing : NullPointerException: Null partETag

2016-03-06 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182508#comment-15182508 ] Andrew Gaul commented on JCLOUDS-1064: -- [~rgojji] Can you update your jclouds depen

Jenkins build is back to normal : jclouds-guava-guice-compat ยป 17.0,3.0,OpenJDK 7 (latest) #116

2016-03-06 Thread jenkins-no-reply
See

Re: [jclouds-labs] Profitbricks REST - Snapshot API (#244)

2016-03-06 Thread mirza-spc
> > @Path("/snapshots") > @RequestFilters(BasicAuthentication.class) > public interface SnapshotApi extends Closeable { > > + @Named("snapshot:list") > + @GET > + @SelectJson("items") > + @Fallback(EmptyListOnNotFoundOr404.class) > + List getList(); ok but you still have getSna