stable
Clone or download
Read-only
Merge commit 'refs/changes/03/3003/48' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #7384: Restore archived gitolite repositories Change-Id: I387fd99cddd36efa5a34811119ef1ac12f60393d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git.class.php | +5 | −1 | Go to diff View file |
M | plugins/git/include/Git/SystemEventManager.class.php | +12 | −0 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +19 | −0 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +40 | −0 | Go to diff View file |
M | plugins/git/include/GitRepositoryFactory.class.php | +17 | −0 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +21 | −0 | Go to diff View file |
M | plugins/git/include/Git_Backend_Gitolite.class.php | +17 | −0 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +84 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
A | plugins/git/include/events/SystemEvent_GIT_REPO_RESTORE.class.php | +93 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +40 | −0 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +6 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +6 | −0 | Go to diff View file |
M | src/utils/cron.d/codendi | +1 | −0 | Go to diff View file |
M | src/utils/process_system_events.php | +6 | −0 | Go to diff View file |