stable

Clone or download

Read-only

Switch to PHP 8.2 by default

Dev instances are already running PHP 8.2, this contribution moves the frontend of the production instances to it. PHP 8.1 dependencies are kept for now to make possible to quickly rollback in case of a major issue. Some old and deprecated internal nginx documentation has been removed. Part of request #30344: Run Tuleap with PHP 8.2 Change-Id: Iead5d91c3bf35ef98a1ffa1506ff0ae4454769cf

Modified Files

Name
M Makefile +4 −4 Go to diff View file
M plugins/mediawiki_standalone/additional-packages/mediawiki-tuleap-flavor.spec +1 −0 Go to diff View file
M plugins/mediawiki_standalone/etc/php-fpm/mediawiki-tuleap.conf +2 −2 Go to diff View file
M plugins/mediawiki_standalone/etc/systemd/mediawiki-tuleap-php-fpm.service +2 −2 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/docker-compose.yml +2 −2 Go to diff View file
D src/etc/nginx/README.mkd +0 −80 Go to diff View file
D src/etc/nginx/vhosts/Readme.md +0 −14 Go to diff View file
D src/etc/nginx/vhosts/fpm.conf +0 −421 Go to diff View file
D src/etc/nginx/vhosts/nginx.conf +0 −37 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPM.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/SiteDeployCommand.php +1 −1 Go to diff View file
M src/utils/systemd/tuleap-php-fpm.service +1 −1 Go to diff View file
M tests/Jenkinsfile +8 −8 Go to diff View file
M tests/Jenkinsfile-nightly +5 −5 Go to diff View file
M tests/Jenkinsfile-security-taint-analysis +1 −1 Go to diff View file
M tests/actions.groovy +5 −5 Go to diff View file
M tests/build_and_run/test.sh +1 −1 Go to diff View file
M tests/e2e/docker/reverse-proxy.dockerfile +2 −2 Go to diff View file
M tests/e2e/full/wrap.sh +1 −1 Go to diff View file
M tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php +6 −6 Go to diff View file
M tools/docker/tuleap-aio-c7/supervisor.d/start-mediawiki-php-fpm.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio-c7/supervisor.d/start-tuleap-php-fpm.sh +1 −1 Go to diff View file
M tools/utils/nix/php-base.nix +1 −1 Go to diff View file