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

Fix missing paging on all models #609

Merged
merged 2 commits into from
Oct 29, 2023
Merged

Fix missing paging on all models #609

merged 2 commits into from
Oct 29, 2023

Conversation

agrare
Copy link
Contributor

@agrare agrare commented Oct 3, 2023

No description provided.

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.
@agrare agrare force-pushed the fix_all_paging branch 2 times, most recently from a1bc342 to 295766e Compare October 3, 2023 17:29
Most of the models' `#all` methods are missing paging which limits the
number of results to a maximum of 500.
@agrare agrare changed the title [WIP] Fix missing paging on all models Fix missing paging on all models Oct 25, 2023
Copy link
Member

@Temikus Temikus left a 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 ❤️

@Temikus Temikus merged commit bb70494 into fog:master Oct 29, 2023
@agrare agrare deleted the fix_all_paging branch October 30, 2023 15:01
@agrare
Copy link
Contributor Author

agrare commented Oct 30, 2023

Thanks @Temikus !

@agrare
Copy link
Contributor Author

agrare commented Nov 11, 2023

Hey @Temikus! Unless you have bigger plans for master I wonder if you could cut a patch release that includes this fix?

@Temikus
Copy link
Member

Temikus commented Dec 2, 2023

@agrare of course, will do today. Apologies for the delay - I got sick with really bad bronchitis, only just recovered.

@Temikus
Copy link
Member

Temikus commented Dec 2, 2023

@agrare done - #617

@agrare
Copy link
Contributor Author

agrare commented Dec 2, 2023

Oh no! Glad you're feeling better @Temikus thanks so much

agrare added a commit to agrare/manageiq-providers-google that referenced this pull request Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants