You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by danhunsaker <gi...@git.apache.org> on 2018/06/30 22:11:56 UTC

[GitHub] libcloud pull request #1220: [scaleway] Fix the pagination

GitHub user danhunsaker opened a pull request:

    https://github.com/apache/libcloud/pull/1220

    [scaleway] Fix the pagination

    Pagination was broken in the original PR. The `links` variable wasn't being updated after loading each new page, so it kept requesting page 2 in an infinite loop. This hotfix resolves that issue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nanobox-io/libcloud hotfix/scaleway-pagination

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1220.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1220
    
----
commit bb8ca45c27ae292bae95c8c636c8fae1bcb17647
Author: Daniel Hunsaker <da...@...>
Date:   2018-06-30T21:27:42Z

    [scaleway] Fix the pagination

----


---

[GitHub] libcloud pull request #1220: [scaleway] Fix the pagination

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/libcloud/pull/1220


---