When calling the gitlab API to get a projects push rules after looping over a list of projects, the API will fail at projects that havent been pre-looked at in the UI. I am able to manually call the ...
python-gitlab relies on requests.Session objects to perform all the HTTP requests to the GitLab servers. python-gitlab reads credentials from .netrc files via the requests backend only if you do not ...