Force python-gitlab to retrieve all objects instead of the first 20
python-gitlab limits the number of retrieved entities (groups/subgroups) to 20, see: https://python-gitlab.readthedocs.io/en/v4.1.1/api-usage.html#pagination This change forces python-gitlab to retrieve all entities.
This resolves https://github.com/ezbz/gitlabber/issues/117
@ezbz It would be great if this could be merged. Your tool is great, but doesn't work with latest Python and gitlab package.
@JonasSchubert thanks for your note, currently the project is broken because I let too many unsolicited contributions break it, actively looking for contributors to help maintain the project. Will try to stabilize tests/build and look into it soon
Honestly this PR would make the broken repo actually usable again at least - you might consider making a release with at least this PR before refactor or concerns about test quality that are good for nerd brags - but this PR actually gets the project useful once again and should be more important than those kind of nice to haves.
Any update on this?
This PR is broken I added another to fix it