- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
When pagination occurs python-gitlab uses the URL provided by the GitLab server to use for the next request.
We have set the GitLab server configuraiton to say its URLishttp://gitlab.test
which is not in DNS. The pagination code uses the provided URL from the GitLab server to make the next request. Andgitlab.test
does not exist in DNS so it fails.
I tried to change the URL indocker-compose.yml
to use127.0.0.1
but this caused the error:
FAILED tests/functional/api/test_projects.py::test_project_remote_mirrors - gitlab.exceptions.GitlabCreateError: 400: {'url': ['is blocked: Requests to localhost are not allowed']}
To trigger the failure intest_template_gitignore
and/ortest_template_gitlabciyml
uselist(all=True)
Metadata
Metadata
Assignees
Labels
No labels