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

[PR #4491/fe4bbc5d backport][stable-4] gitlab: Use all=True in most list() calls #4503

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Apr 13, 2022

This is a backport of PR #4491 as merged into main (fe4bbc5).

SUMMARY

Use all=True in most list() calls

ISSUE TYPE
  • Bugfix Pull Request
ADDITIONAL INFORMATION

If all=True is not set then by default only 20 records will be
returned when calling list(). Use all=True so that all records
will be returned.

For the list() use where do not desire to retrieve all entries then
useall=False to show explicityly that we don't want to get all of
the entries.

Fixes #3729, fixes #4460

If `all=True` is not set then by default only 20 records will be
returned when calling `list()`. Use `all=True` so that all records
will be returned.

For the `list()` use where do not desire to retrieve all entries then
use`all=False` to show explicityly that we don't want to get all of
the entries.

Fixes: #3729
Fixes: #4460
(cherry picked from commit fe4bbc5)
@ansibullbot ansibullbot added backport bug This issue/PR relates to a bug gitlab module module new_contributor Help guide this first time contributor plugins plugin (any type) source_control labels Apr 13, 2022
@felixfontein felixfontein merged commit 19ba15a into stable-4 Apr 13, 2022
@felixfontein felixfontein deleted the patchback/backports/stable-4/fe4bbc5de377f1cf4f0ee634c56e065cfc47daa8/pr-4491 branch April 13, 2022 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug gitlab module module new_contributor Help guide this first time contributor plugins plugin (any type) source_control
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants