stable

Clone or download

Read-only

Merge commit 'refs/changes/28/25228/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #25372: Drop code related to Git shell

Modified Files

Name
D plugins/git/include/GitBackend.class.php +0 −439 Go to diff View file
D plugins/git/include/GitDriver.class.php +0 −233 Go to diff View file
M plugins/git/include/GitRepository.class.php +5 −8 Go to diff View file
M plugins/git/include/Git_Backend_Gitolite.class.php +97 −0 Go to diff View file
A plugins/git/include/UnsupportedBackendTypeException.php +32 −0 Go to diff View file
D plugins/git/include/exceptions/GitDriverDestinationNotEmptyException.class.php +0 −33 Go to diff View file
D plugins/git/include/exceptions/GitDriverSourceNotFoundException.class.php +0 −33 Go to diff View file
M plugins/git/include/gitPlugin.php +3 −6 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +3 −19 Go to diff View file
D plugins/git/tests/integration/GitDriverTest.php +0 −187 Go to diff View file
M plugins/git/tests/unit/Git/SystemEventManagerTest.php +2 −16 Go to diff View file
D plugins/git/tests/unit/GitBackendTest.php +0 −120 Go to diff View file
M plugins/git/tests/unit/GitRepositoryCanDeletedTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitRepositoryGetAccessUrlTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitViewsRepositoriesTraversalStrategySelectboxTest.php +2 −28 Go to diff View file
M plugins/git/tests/unit/Git_PostReceiveMailManagerTest.php +1 −1 Go to diff View file
M plugins/statistics/include/Statistics_Formatter.class.php +3 −3 Go to diff View file
M plugins/statistics/tests/unit/Statistics_FormatterTest.php +1 −1 Go to diff View file