stable

Clone or download

Read-only

story #7599 have a dedicate queue for git events

2 legacy events where not moved to the dedicated queue: - change of access on gitshell repo - deletion of gitshell repo Those two only represent a tiny fraction of the git repo and are meant to be disapear at sometime. It's not worth the effort to create a new dedicate queue (git/root) for this. Change-Id: Ic8c76605febf46ce389b28e138689501715fa1a7

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