stable
Clone or download
Read-only
request #13968: Drop support of Gerrit before 2.8
Site administrators still see the Gerrit servers configured to use Gerrit 2.5 and can edit them to convert them to Gerrit 2.8+ and do the necessary adjustments. Change-Id: I994b1971d5d8c1e73ce3d381fddeb914742dd681
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/Git/Driver/Gerrit/GerritUnsupportedVersionDriver.php | +177 | −0 | Go to diff View file |
D | plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommand.class.php | +0 | −89 | Go to diff View file |
D | plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommandFailure.class.php | +0 | −59 | Go to diff View file |
A | plugins/git/include/Git/Driver/Gerrit/UnsupportedGerritVersionException.php | +29 | −0 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritDriverFactory.php | +4 | −2 | Go to diff View file |
D | plugins/git/include/Git/Driver/GerritLegacy.class.php | +0 | −525 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServer.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/GerritStatusPresenter.php | +6 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php | +14 | −3 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +14 | −0 | Go to diff View file |
M | plugins/git/templates/repository/gerrit-status.mustache | +6 | −0 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/GerritDriverFactoryTest.php | +9 | −7 | Go to diff View file |
D | plugins/git/tests/Git/Driver/Gerrit/RemoteSSHCommandTest.php | +0 | −200 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/GerritTestBase.php | +0 | −67 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_DeletePluginTest.php | +0 | −89 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_addIncludedGroupTest.php | +0 | −47 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_groupExistsTest.php | +0 | −61 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageGroupsTest.php | +0 | −147 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageProjectsTest.php | +0 | −96 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageUserTest.php | +0 | −76 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_projectExistsTest.php | +0 | −90 | Go to diff View file |
D | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_removeIncludedGroupTest.php | +0 | −54 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +2 | −2 | Go to diff View file |