Re: [jclouds/jclouds-labs] Checks existence of node before getting SecurityGroups and Images (#360)

2017-02-13 Thread Daniel Estévez
@danielestevez pushed 1 commit. 92d3336 Overrides tests -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/360/files/a79e560de96d32abaf8bf52a2b093bc39523687a..92d3336bc6fb3b2ff61b17c1a64ba1d5030dd7c2

[jira] [Created] (JCLOUDS-1238) Add support for unix sockets and windows named pipes

2017-02-13 Thread Christopher Dancy (JIRA)
Christopher Dancy created JCLOUDS-1238: -- Summary: Add support for unix sockets and windows named pipes Key: JCLOUDS-1238 URL: https://issues.apache.org/jira/browse/JCLOUDS-1238 Project: jclouds

[jira] [Resolved] (JCLOUDS-1235) openstack-nova: list-security-groups request is slow, with O(n^2) behaviour

2017-02-13 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1235. - Resolution: Fixed Fix Version/s: 2.0.1 2.1.0 >

Jenkins build is back to normal : jclouds-karaf » jclouds :: Karaf :: Core #2086

2017-02-13 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-karaf/org.apache.jclouds.karaf$core/2086/

Jenkins build is back to normal : jclouds-karaf #2086

2017-02-13 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-karaf/2086/

[jira] [Created] (JCLOUDS-1237) IpPermission#compareTo is inconsistent with equals

2017-02-13 Thread Sam Corbett (JIRA)
Sam Corbett created JCLOUDS-1237: Summary: IpPermission#compareTo is inconsistent with equals Key: JCLOUDS-1237 URL: https://issues.apache.org/jira/browse/JCLOUDS-1237 Project: jclouds Issue

Build failed in Jenkins: jclouds-labs-2.0.x-branch #34

2017-02-13 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-labs-2.0.x-branch/34/-- [...truncated 294.89 KB...] Downloading:

Build failed in Jenkins: jclouds-labs-2.0.x-branch » Apache jclouds labs #34

2017-02-13 Thread jenkins-no-reply
https://jclouds.ci.cloudbees.com/job/jclouds-labs-2.0.x-branch/org.apache.jclouds.labs$jclouds-labs/34/-- [...truncated 269.19 KB...] Downloading:

[jira] [Commented] (JCLOUDS-1235) openstack-nova: list-security-groups request is slow, with O(n^2) behaviour

2017-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15863518#comment-15863518 ] ASF subversion and git services commented on JCLOUDS-1235: -- Commit

[jira] [Commented] (JCLOUDS-1235) openstack-nova: list-security-groups request is slow, with O(n^2) behaviour

2017-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15863521#comment-15863521 ] ASF subversion and git services commented on JCLOUDS-1235: -- Commit

Re: [jclouds/jclouds] Fix O(n^2) response time for "list-security-groups" on openstack-nova. (#1059)

2017-02-13 Thread Andrea Turli
Closed #1059. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1059#event-959429952

Re: [jclouds/jclouds] Fix O(n^2) response time for "list-security-groups" on openstack-nova. (#1059)

2017-02-13 Thread Andrea Turli
thanks @geomacy, merged at [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/717b75a3) and back-ported to [2.0.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/c4245acd) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [jclouds/jclouds] Fix O(n^2) response time for "list-security-groups" on openstack-nova. (#1059)

2017-02-13 Thread Geoff Macartney
hi @andreaturli, changes squashed. Yes, it would be good to have this ported to 2.0.x as well if that is possible. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] Fix O(n^2) response time for "list-security-groups" on openstack-nova. (#1059)

2017-02-13 Thread Andrea Turli
@geomacy can you please squash (and rebase if needed) the 3 commits into one? Also do you need this commit ported to `2.0.x` as well? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] Fix O(n^2) response time for "list-security-groups" on openstack-nova. (#1059)

2017-02-13 Thread Ignasi Barrera
nacx approved this pull request. This looks great @geomacy. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1059#pullrequestreview-21482583

Re: [jclouds/jclouds] Fix O(n^2) response time for "list-security-groups" on openstack-nova. (#1059)

2017-02-13 Thread Geoff Macartney
hi @andreaturli , @nacx , I have updates the PR with changes as suggested in the comments above, improving the additional test and now deleting unused classes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] Fix O(n^2) response time for "list-security-groups" on openstack-nova. (#1059)

2017-02-13 Thread Geoff Macartney
@geomacy pushed 2 commits. 23b60cd review comments and test fixes 33f1a74 Delete now-unused classes. -- You are receiving this because you are subscribed to this thread. View it on GitHub: