stable

Clone or download

Read-only

request #21741 Simplify Distributed Tuleap dev stack

* Tests now uses enalean/tuleap-aio-dev image for backend-svn, no longer need enalean/tuleap-dev image. * Most of tools/Configuration are now covered by TuleapCfg, let's remove the duplication. * docker-compose-distlp.yml is removed because it's unlikely to work and it's impossible to maintain something that is run at max every 2 years. Tests are enough. Change-Id: Ic8e4611e3530bef59bbfdb902277b2827518f0c4

Modified Files

Name
M Makefile +0 −14 Go to diff View file
M docker-compose-distlp-tests.yml +3 −1 Go to diff View file
D docker-compose-distlp.yml +0 −39 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/Apache/SiteDeployApache.php +4 −0 Go to diff View file
D tools/Configuration/Apache/BackendSVN.php +0 −84 Go to diff View file
D tools/Configuration/Apache/TuleapAuthModule.php +0 −39 Go to diff View file
D tools/Configuration/Common/Exec.php +0 −52 Go to diff View file
D tools/Configuration/Common/ExecException.php +0 −29 Go to diff View file
D tools/Configuration/DefaultPaths.php +0 −51 Go to diff View file
D tools/Configuration/Docker/ApplicationUserFromPath.php +0 −66 Go to diff View file
D tools/Configuration/Docker/BackendSVN.php +0 −36 Go to diff View file
D tools/Configuration/Docker/LinkFromDataVolume.php +0 −37 Go to diff View file
D tools/Configuration/Etc/LoadLocalInc.php +0 −76 Go to diff View file
D tools/Configuration/Mysql/BackendSVN.php +0 −66 Go to diff View file
D tools/Configuration/Nginx/BackendSVN.php +0 −79 Go to diff View file
D tools/Configuration/Nginx/BackendWeb.php +0 −61 Go to diff View file
M tools/Configuration/Setup/DistributedSVN.php +3 −73 Go to diff View file
D tools/Configuration/Vars.php +0 −92 Go to diff View file
D tools/distlp/backend-svn/backend-svn.conf +0 −59 Go to diff View file
M tools/distlp/backend-svn/backend-svn.sh +14 −6 Go to diff View file
D tools/distlp/backend-svn/nginx.conf +0 −37 Go to diff View file
D tools/distlp/backend-svn/run.php +0 −47 Go to diff View file
D tools/distlp/backend-svn/supervisord.conf +0 −25 Go to diff View file
D tools/distlp/backend-web/nginx/tuleap.conf +0 −20 Go to diff View file
M tools/distlp/backend-web/run.php +2 −2 Go to diff View file
M tools/distlp/reverse-proxy/http_tuleap.conf +7 −7 Go to diff View file
D tools/distlp/setup.php +0 −30 Go to diff View file