stable
Clone or download
Read-only
Since the move to el7 there is no longer any gitolite2 usage and since a while there is no longer usage of scl's git 2.8 either. Let's drop this dead code. Closes request #31196 Remove legacy gitolite and http backend Change-Id: I9b8c6f72543e38af239b0741a07d67cf01fe3df2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/bin/gl-clone-bundle.sh | +4 | −5 | Go to diff View file |
M | plugins/git/bin/gl-rename-project.php | +0 | −1 | Go to diff View file |
M | plugins/git/bin/import_all_giotlite3_logs.php | +0 | −7 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfig.php | +0 | −8 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfigPresenter.php | +0 | −12 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +0 | −9 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitoliteRCReader.php | +0 | −10 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ProjectSerializer.class.php | +0 | −12 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/SSHKey/ManagementDetector.php | +1 | −18 | Go to diff View file |
D | plugins/git/include/Git/Gitolite/VersionDetector.php | +0 | −32 | Go to diff View file |
M | plugins/git/include/Git/HTTP/CommandFactory.class.php | +1 | −25 | Go to diff View file |
D | plugins/git/include/Git/HTTP/CommandGitolite.class.php | +0 | −53 | Go to diff View file |
M | plugins/git/include/Git/HTTP/CommandGitolite3.class.php | +19 | −5 | Go to diff View file |
D | plugins/git/include/Git/HTTP/CommandSCL218GitHttpBackend.php | +0 | −31 | Go to diff View file |
M | plugins/git/include/Git/HTTP/HTTPController.php | +1 | −4 | Go to diff View file |
M | plugins/git/include/Git_Exec.class.php | +0 | −10 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +1 | −4 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +0 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +7 | −14 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gitolite-config.mustache | +70 | −72 | Go to diff View file |
M | plugins/git/tests/integration/GitXmlImporterTest.php | +0 | −1 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/GitoliteDriverTest.php | +0 | −3 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/GitoliteTestCase.php | +0 | −1 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/ProjectSerializerTest.php | +0 | −50 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/ManagementDetectorTest.php | +2 | −17 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/Gitolite3/SiteDeployGitolite3.php | +7 | −8 | Go to diff View file |