Skip to content

Increase default pagination size

By default python-gitlab will only fetch 20 entities per request which is extremely small. For example, mesa's pipelines can have up to 450 jobs meaning with default pagination it would take 23 HTTP requests to go through the list.

Increase the default to 5000 which should be enough for most use cases.

Merge request reports

Loading