-
Notifications
You must be signed in to change notification settings - Fork 55
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
gitlab list MRs: return all, not just 20 #819
gitlab list MRs: return all, not just 20 #819
Conversation
Build succeeded. ✔️ pre-commit SUCCESS in 2m 03s |
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.
I am surprised this isn't covered by any test. Also, I have a deja vu we've hit and fixed this somewhere already..;)
c3ec8a1
to
e88f089
Compare
I couldn't reproduce the CI failure locally with requre, let's see |
Build failed. ✔️ pre-commit SUCCESS in 1m 59s |
e88f089
to
89da0fd
Compare
There is a change in how GitLab calls Well, F37 will be EOL soon, so...
please advise what to do: |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 04s |
89da0fd
to
bb1e2ec
Compare
Build failed. ✔️ pre-commit SUCCESS in 1m 57s |
> 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. ``` Signed-off-by: Tomas Tomecek <[email protected]>
bb1e2ec
to
6a2ae80
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 3m 15s |
Signed-off-by: Matej Focko <[email protected]>
Build succeeded. ✔️ pre-commit SUCCESS in 16m 43s |
Build succeeded. ✔️ pre-commit SUCCESS in 1m 57s |
@mfocko wasn't able to reproduce locally what we experience in CI since this involves old python-gitlab that soon will be unsupported, let's skip it in the meantime Signed-off-by: Tomas Tomecek <[email protected]>
273366e
to
79f2497
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 20s |
regate |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 58s |
a2005ed
into
packit:main
TODO:
RELEASE NOTES BEGIN
Fixed an issue where getting a list of GitLab merge requests using
.list()
would return only 20 items.RELEASE NOTES END