stable
Clone or download
Read-only
Merge commit 'refs/changes/70/32470/2' of ssh://gerrit.tuleap.net:29418/tuleap
# By Thomas Gerbet # Via Thomas Gerbet * ssh://gerrit.tuleap.net:29418/tuleap: fix: request #40461 Installation might not succeed when a long domain name is used
Modified Files
Name | ||||
---|---|---|---|---|
A | src/tuleap-cfg/Command/SiteDeploy/Nginx/CPUInformation.php | +31 | −0 | Go to diff View file |
A | src/tuleap-cfg/Command/SiteDeploy/Nginx/CurrentCPUInformation.php | +49 | −0 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/Nginx/NginxCommon.php | +7 | −40 | Go to diff View file |
A | src/tuleap-cfg/Command/SiteDeploy/Nginx/NginxServerNamesHashBucketSizeCalculator.php | +62 | −0 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/Nginx/SiteDeployNginx.php | +2 | −2 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/Nginx/SiteDeployNginxCommand.php | +1 | −0 | Go to diff View file |
A | tests/unit/tuleap-cfg/Command/SiteDeploy/Nginx/FakeX8664CPUInformationStub.php | +36 | −0 | Go to diff View file |
A | tests/unit/tuleap-cfg/Command/SiteDeploy/Nginx/NginxServerNamesHashBucketSizeCalculatorTest.php | +52 | −0 | Go to diff View file |