-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Describe the bug
main.py:7: UserWarning: Calling a list() method without specifying get_all=True or iterator=True will return a maximum of 20 items. Your query returned 20 of 103 items. See https://python-gitlab.readthedocs.io/en/v4.4.0/api-usage.html#pagination for more details. If this was done intentionally, then this warning can be supressed by adding the argument get_all=False to the list() call. (python-gitlab: C:\Users\sharon_snyder\AppData\Roaming\Python\Python39\site-packages\gitlab\client.py:956)
To Reproduce
Run on a larger gitlab server - it can't create a tree large enough for me to find the group or sub-groups or projects I am interested in
Expected behavior
All data is returned in the tree
Versions (please complete the following information):
- OS: Windows 11
- Python Version 3.9.12
- Gitlab type host and Version <UNKNOWN - but should be around v15)
- Gitlabber version 1.1.9
Additional context