Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break and stop the pagination if we have the results #152

Merged
merged 3 commits into from Feb 23, 2019

Commits on Feb 23, 2019

  1. Break and stop the pagination if we have the results

    Right now the while loop will continue to fetch results while we already
    have the object. Which can be very expensive when you're looking if
    a directory exists, and it will fetch all the pages.
    Fokko authored and medb committed Feb 23, 2019
    Copy the full SHA
    9bba797 View commit details
    Browse the repository at this point in the history
  2. Fix test and breaking condition

    medb committed Feb 23, 2019
    Copy the full SHA
    84a0213 View commit details
    Browse the repository at this point in the history
  3. Release notes

    medb committed Feb 23, 2019
    Copy the full SHA
    b05e6cf View commit details
    Browse the repository at this point in the history