stable

Clone or download

Read-only

Refactoring: Unify namespace for Webhooks

This is a follow-up to story #9083: trigger webhooks on git push Move all Webhook stuff into Tuleap\Git\Webhook namespace. Furthermore rename WebHook into Webhook. Change-Id: I369b2020517e56ce399060f0db9512b3245bd08e

Modified Files

Name
M plugins/git/hooks/post-receive.php +4 −4 Go to diff View file
M plugins/git/include/Git.class.php +3 −3 Go to diff View file
M plugins/git/include/Git/Hook/PostReceive.class.php +5 −5 Go to diff View file
R plugins/git/include/Git/Hook/WebHook.php Go to diff View file
R plugins/git/include/Git/Hook/WebHookDao.php Go to diff View file
R plugins/git/include/Git/Hook/WebHookFactory.php Go to diff View file
R plugins/git/include/Git/Hook/WebHookRequestSender.php Go to diff View file
R plugins/git/include/Git/Hook/WebHookResponseReceiver.php Go to diff View file
M plugins/git/include/GitActions.class.php +3 −3 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php +9 −9 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +4 −4 Go to diff View file
M plugins/git/include/autoload.php +7 −7 Go to diff View file
M plugins/git/include/gitPlugin.class.php +2 −2 Go to diff View file
M plugins/git/tests/Git/Hook/PostReceiveTest.php +2 −2 Go to diff View file
R plugins/git/tests/Git/Hook/WebHookRequestSenderTest.php Go to diff View file
M plugins/git/tests/GitActionsTest.php +4 −4 Go to diff View file
M plugins/git/tests/GitTest.php +1 −1 Go to diff View file