Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59df432

Browse files
test(functional): fix github configuration to support pagination
When pagination occurs python-gitlab uses the URL provided by theGitLab server to use for the next request.We had previously set the GitLab server configuraiton to say its URLwas `http://gitlab.test` which is not in DNS. Set the hostnamein the URL to `http://127.0.0.1:8080` which is the correct URL for theGitLab server to be accessed while doing functional tests.
1 parent447cac5 commit59df432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/functional/fixtures/docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
GITLAB_ROOT_PASSWORD:5iveL!fe
1515
GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN:registration-token
1616
GITLAB_OMNIBUS_CONFIG:|
17-
external_url 'http://gitlab.test'
17+
external_url 'http://127.0.0.1:8080'
1818
registry['enable'] =false
1919
nginx['redirect_http_to_https'] =false
2020
nginx['listen_port'] = 80

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp