You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/07/06 06:14:09 UTC

[1/2] libcloud git commit: [scaleway] Fix the pagination

Repository: libcloud
Updated Branches:
  refs/heads/trunk b2b7684a7 -> b5592af8b


[scaleway] Fix the pagination

Signed-off-by: Quentin Pradet <qu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b39802d5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b39802d5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b39802d5

Branch: refs/heads/trunk
Commit: b39802d5ef033306da6856056251f0525fd710fd
Parents: b2b7684
Author: Daniel Hunsaker <da...@nanobox.io>
Authored: Sat Jun 30 15:27:42 2018 -0600
Committer: Quentin Pradet <qu...@apache.org>
Committed: Fri Jul 6 10:13:23 2018 +0400

----------------------------------------------------------------------
 libcloud/compute/drivers/scaleway.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b39802d5/libcloud/compute/drivers/scaleway.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/scaleway.py b/libcloud/compute/drivers/scaleway.py
index 2c313bf..a6954d2 100644
--- a/libcloud/compute/drivers/scaleway.py
+++ b/libcloud/compute/drivers/scaleway.py
@@ -104,6 +104,7 @@ class ScalewayConnection(ConnectionUserAndKey):
             next = self.request(links['next']['url'], data=data,
                                 headers=headers, method=method,
                                 raw=raw, stream=stream).object
+            links = self.connection.getresponse().links
             merged = {root: child + next[root]
                       for root, child in list(results.items())}
             results = merged


[2/2] libcloud git commit: Add changes for #1216

Posted by qu...@apache.org.
Add changes for #1216

Closes #1216


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b5592af8
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b5592af8
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b5592af8

Branch: refs/heads/trunk
Commit: b5592af8bd584cdef3eede1d0a9dea60e74e33c3
Parents: b39802d
Author: Quentin Pradet <qu...@apache.org>
Authored: Fri Jul 6 10:13:40 2018 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Fri Jul 6 10:13:40 2018 +0400

----------------------------------------------------------------------
 CHANGES.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b5592af8/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 296a52b..8dcda6b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -90,7 +90,7 @@ Compute
 - [OpenStack] Implement port attaching/detaching (GITHUB-1225)
   [Rick van de Loo]
 
-- [Scaleway] New Scaleway driver (GITHUB-1121)
+- [Scaleway] New Scaleway driver (GITHUB-1121, GITHUB-1216)
   [Daniel Hunsaker, Nándor István Krácser, Rémy Léone]
 
 DNS