stable

Clone or download

Read-only

request #9263: Do not use underscore in Tuleap dev hostname

Usage of underscore in hostname (tuleap_web_1.tuleap-aio-dev.docker) brings issues: * it breaks HTMLPurifier (see issues with links) * it prevents use to test under IE11 We should not let docker generate names for us. To test this, you need a clean environment (without any Tuleap dev). If you are willing to loose your current dev data, you can issue the following: - docker-compose stop - docker-compose rm - docker rm -f tuleap-* # all data containers - rm .env In a clean environment: - make dev-setup - make start - The new url is https://tuleap-web.tuleap-aio-dev.docker/ Gerrit also changes its hostname: - make env-gerrit - make start-gerrit - The new url is http://tuleap-gerrit.gerrit-tuleap.docker:8080/ https://tools.ietf.org/html/rfc952 1. A "name" (Net, Host, Gateway, or Domain name) is a text string up to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus sign (-), and period (.). Change-Id: Ia84727c2b44398da2918adba666fb619765dd883

Modified Files

Name
M Makefile +4 −4 Go to diff View file
M docker-compose.yml +2 −0 Go to diff View file
M tests/integration/_fixtures/fake_project/wiki_pages.xml +1 −1 Go to diff View file
M tools/utils/gerrit_setup/Readme.md +6 −6 Go to diff View file
M tools/utils/gerrit_setup/setup_gerrit.sh +2 −2 Go to diff View file