Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitlab list MRs: return all, not just 20 (#819)
gitlab list MRs: return all, not just 20 TODO: requre python-gitlab==3.14.0 Calling a `list()` method without specifying `get_all=True` or `iterator=True` will return a maximum of 20 items. Your query returned 20 of 87 items. RELEASE NOTES BEGIN Fixed an issue where getting a list of GitLab merge requests using .list() would return only 20 items. RELEASE NOTES END Reviewed-by: František Lachman <flachman@redhat.com> Reviewed-by: Matej Focko
- Loading branch information