stable
Clone or download
Read-only
Merge commit 'refs/changes/42/3242/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #7599 have a dedicate queue for git events
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/db/mysql/updates/2014/201411171516_update_user_grokmanifest.php | +41 | −0 | Go to diff View file |
A | plugins/git/etc/logrotate.syslog.dist | +5 | −0 | Go to diff View file |
M | plugins/git/include/Git/SystemEventManager.class.php | +43 | −13 | Go to diff View file |
A | plugins/git/include/Git/SystemEventQueue.class.php | +32 | −0 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +10 | −1 | Go to diff View file |
M | plugins/git/include/GitRepositoryFactory.class.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/autoload.php | +5 | −3 | Go to diff View file |
M | plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST.class.php | +1 | −1 | Go to diff View file |
R | plugins/git/include/events/SystemEvent_GIT_REPO_ACCESS.class.php | Go to diff View file | ||
A | plugins/git/include/events/SystemEvent_GIT_LEGACY_REPO_DELETE.class.php | +24 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +33 | −6 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +2 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +2 | −0 | Go to diff View file |
M | plugins/git/tests/Git/SystemEventManagerTest.php | +5 | −4 | Go to diff View file |
M | src/utils/cron.d/codendi | +2 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +3 | −0 | Go to diff View file |
M | tools/rpm/tuleap.spec | +3 | −0 | Go to diff View file |