Skip to content

Use safe_all parameter to list to avoid python recursion limit.

For projects with many builds the python recursion limit exception can cause the process to exit without doing any work, which is annoying.

I contributed this parameter to python-gitlab in order to use it in this project. See use in https://github.com/python-gitlab/python-gitlab/blob/master/gitlab/init.py#L350 and in documentation http://python-gitlab.readthedocs.io/en/stable/api-usage.html#pagination.

Merge request reports