stable
Clone or download
Read-only
story #7697: put all grok events into system events
Change-Id: Ic81d4e7c50d78c1153ff0a1f3085ad54f0b26eae
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/hooks/post-receive.php | +5 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php | +6 | −2 | Go to diff View file |
M | plugins/git/include/Git/Mirror/ManifestManager.class.php | +5 | −10 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorDataMapper.class.php | +0 | −4 | Go to diff View file |
M | plugins/git/include/Git/SystemCheck.class.php | +7 | −7 | Go to diff View file |
M | plugins/git/include/Git/SystemEventManager.class.php | +23 | −3 | Go to diff View file |
M | plugins/git/include/autoload.php | +5 | −3 | Go to diff View file |
A | plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECK.class.php | +39 | −0 | Go to diff View file |
A | plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_REPODELETE.class.php | +44 | −0 | Go to diff View file |
R | plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST.class.php | Go to diff View file | ||
M | plugins/git/include/events/SystemEvent_GIT_REPO_DELETE.class.php | +12 | −10 | Go to diff View file |
M | plugins/git/include/events/SystemEvent_GIT_REPO_UPDATE.class.php | +10 | −10 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +25 | −9 | Go to diff View file |
M | plugins/git/tests/Git/Mirror/ManifestFileGeneratorTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Mirror/ManifestManagerTest.php | +5 | −5 | Go to diff View file |
M | plugins/git/tests/Git/SystemCheckTest.php | +5 | −6 | Go to diff View file |
A | plugins/git/tests/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECKTest.php | +44 | −0 | Go to diff View file |
M | plugins/git/tests/events/SystemEvent_GIT_REPO_DELETETest.php | +5 | −5 | Go to diff View file |
M | plugins/git/tests/events/SystemEvent_GIT_REPO_UPDATETest.php | +7 | −7 | Go to diff View file |
M | plugins/git/tests/gitPluginTest.php | +9 | −17 | Go to diff View file |