stable
Clone or download
Read-only
Merge commit 'refs/changes/92/16692/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13968: Drop support of Gerrit before 2.8 Change-Id: If7aaee66f30c466f919181bcee1877374917b31e
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 |