-
Notifications
You must be signed in to change notification settings - Fork 146
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
Fix missing paging on all models #609
Conversation
If there are more instances than will fit in a page a next_page_token is returned. This has to be passed in to subsequent calls in order to retrieve the full list of servers.
a1bc342
to
295766e
Compare
Most of the models' `#all` methods are missing paging which limits the number of results to a maximum of 500.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a wonderful contribution, thank you ❤️
Thanks @Temikus ! |
Hey @Temikus! Unless you have bigger plans for master I wonder if you could cut a patch release that includes this fix? |
@agrare of course, will do today. Apologies for the delay - I got sick with really bad bronchitis, only just recovered. |
Oh no! Glad you're feeling better @Temikus thanks so much |
Update fog-google to 1.23.0 to pull in fog/fog-google#609
No description provided.