-
Notifications
You must be signed in to change notification settings - Fork 81
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
UserWarning: Calling a list()
method without specifying get_all=True
or iterator=True
will return a maximum of 20 items
#117
Comments
In my case this bug actually does affect functionality. When I run this on a group with 34 repos:
only the first 20 are downloaded. Versions:
The problem is this https://python-gitlab.readthedocs.io/en/v4.1.1/api-usage.html#pagination As a workaround I changed the three places where list() is called in I took the liberty to create a pull request: #119 |
If this was a repo clone issues, adding to say it is also happening with pip or pipx install:
|
Fixed Here: #119 |
Describe the bug
Running gitlabber produces a warning that doesn't affect the functionality.
To Reproduce
gitlabber -r .
Expected behavior
No warnings appear.
Versions (please complete the following information):
Additional context
Dep
python-gitlab
is on version 4.0.0.The text was updated successfully, but these errors were encountered: