stable

Clone or download

Read-only

request #12067: Move to the remi-safe repository for the PHP dependencies

When upgrading users will be expected to redeploy the PHP-FPM configuration with '/usr/share/tuleap/tools/utils/php56/run.php --module=nginx,fpm' and to stop the existing rh-php56-php-fpm service. If an existing PHP-FPM configuration is found for rh-php56-php-fpm, the exact same configuration will be redeployed for php56-php-fpm in order to keep customizations that may have been done by administrators. This contributions has led to the rebuild of a lot of the Docker images and subsequently to some clean up of the tests. The antialising of JPGraph has been disabled until we can bump JPGraph version. The php-gd extension provided by the remi-safe package does not rely on the version of the library provided by PHP but on the one provided by the system which does not have the antialiasing feature. Change-Id: I286d375ace6f0596154710e603a3db4431329cbd

Modified Files

Name
M Makefile +5 −5 Go to diff View file
M docker-compose-distlp-tests.yml +4 −4 Go to diff View file
M docker-compose-distlp.yml +4 −4 Go to diff View file
M docker-compose-e2e-full-tests-with-app.yml +1 −1 Go to diff View file
M docker-compose-e2e-full-tests.yml +1 −1 Go to diff View file
R plugins/bugzilla_reference/etc/nginx18/bugzilla_reference.conf Go to diff View file
R plugins/captcha/etc/nginx18/captcha.conf Go to diff View file
M plugins/git/bin/gl-membership.pl +1 −1 Go to diff View file
R plugins/git/etc/nginx18/git.conf Go to diff View file
R plugins/mediawiki/etc/nginx18/mediawiki.conf Go to diff View file
R plugins/pullrequest/etc/nginx18/pullrequest.conf Go to diff View file
R plugins/statistics/etc/nginx18/statistics.conf Go to diff View file
R plugins/svn/etc/nginx18/svn.conf Go to diff View file
R plugins/tracker/etc/nginx18/tracker.conf Go to diff View file
R plugins/userlog/etc/nginx18/userlog.conf Go to diff View file
M src/common/chart/Chart.class.php +12 −6 Go to diff View file
M src/etc/fpm56/tuleap.conf +2 −2 Go to diff View file
R src/etc/nginx18/README.mkd Go to diff View file
R src/etc/nginx18/default.d/redirect_tuleap.conf.dist Go to diff View file
R src/etc/nginx18/nginx.conf Go to diff View file
R src/etc/nginx18/plugin.conf.dist Go to diff View file
R src/etc/nginx18/tuleap.conf.dist Go to diff View file
R src/etc/nginx18/tuleap.d/01-root.conf Go to diff View file
R src/etc/nginx18/tuleap.d/02-compression.conf Go to diff View file
R src/etc/nginx18/tuleap.d/03-locations.conf Go to diff View file
R src/etc/nginx18/tuleap.d/04-ckeditor.conf Go to diff View file
R src/etc/nginx18/tuleap.d/05-viewvc-tuleap-theme.conf Go to diff View file
R src/etc/nginx18/tuleap.d/06-svn.conf Go to diff View file
R src/etc/nginx18/tuleap.d/07-mailman.conf Go to diff View file
R src/etc/nginx18/vhosts/Readme.md Go to diff View file
R src/etc/nginx18/vhosts/fpm.conf Go to diff View file
R src/etc/nginx18/vhosts/nginx.conf Go to diff View file
M src/utils/php-launcher.sh +1 −1 Go to diff View file
M src/utils/systemd/tuleap-php-fpm.service +4 −4 Go to diff View file
M tests/e2e/DockerImage/Dockerfile +1 −1 Go to diff View file
M tests/e2e/distlp/DockerImage/Dockerfile +1 −1 Go to diff View file
M tests/e2e/distlp/cypress/run.sh +12 −4 Go to diff View file
M tests/e2e/full/run.sh +1 −1 Go to diff View file
D tests/e2e/full/tuleap/Dockerfile +0 −17 Go to diff View file
D tests/e2e/full/tuleap/Tuleap.repo +0 −6 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −1 Go to diff View file
M tests/rest/bin/setup.sh +11 −11 Go to diff View file
M tests/soap/bin/setup.sh +2 −2 Go to diff View file
M tests/soap/bin/test_suite.sh +2 −2 Go to diff View file
M tools/Configuration/FPM/BackendSVN.php +11 −11 Go to diff View file
M tools/Configuration/FPM/TuleapWeb.php +58 −32 Go to diff View file
M tools/Configuration/Nginx/BackendWeb.php +2 −2 Go to diff View file
M tools/Configuration/Nginx/Common.php +5 −5 Go to diff View file
M tools/Configuration/Nginx/TuleapWeb.php +3 −3 Go to diff View file
M tools/distlp/backend-svn/backend-svn.sh +1 −1 Go to diff View file
M tools/distlp/backend-svn/supervisord.conf +1 −7 Go to diff View file
A tools/distlp/backend-web/prepare-instance.sh +11 −0 Go to diff View file
M tools/distlp/backend-web/run.php +4 −5 Go to diff View file
M tools/distlp/reverse-proxy/run.sh +1 −1 Go to diff View file
M tools/distlp/setup.php +2 −2 Go to diff View file
M tools/docker/tuleap-aio/boot-fixpath.sh +3 −3 Go to diff View file
M tools/docker/tuleap-aio/boot-install.sh +3 −3 Go to diff View file
M tools/docker/tuleap-aio/boot-upgrade.sh +3 −3 Go to diff View file
M tools/docker/tuleap-aio/supervisord-nodb.conf +1 −1 Go to diff View file
M tools/docker/tuleap-aio/supervisord.conf +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +5 −5 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +5 −5 Go to diff View file
M tools/setup.el7.sh +1 −1 Go to diff View file
M tools/setup.sh +3 −3 Go to diff View file
M tools/setup/el7/include/define.sh +1 −1 Go to diff View file
M tools/utils/php56/README.mkd +1 −1 Go to diff View file
M tools/utils/php56/run.php +2 −2 Go to diff View file
M tools/utils/php56/run.sh +1 −1 Go to diff View file