stable
Clone or download
Read-only
Merge commit 'refs/changes/54/3254/11' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #7540 have all Git events consumed all at once
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git_Backend_Gitolite.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +3 | −7 | Go to diff View file |
M | plugins/git/include/events/SystemEvent_GIT_REPO_UPDATE.class.php | +5 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +18 | −1 | Go to diff View file |
M | plugins/git/tests/Git_Backend_GitoliteTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteDriverTest.php | +4 | −14 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteTestCase.class.php | +9 | −1 | Go to diff View file |
M | plugins/git/tests/gitPluginTest.php | +37 | −1 | Go to diff View file |
M | src/common/event/Event.class.php | +6 | −0 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor.class.php | +9 | −4 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_ApplicationOwner.class.php | +10 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_Root.class.php | +1 | −1 | Go to diff View file |