stable

Clone or download

Read-only

Plugin BotMattermost-git - Sender Services update

part of the story #9130 Send notification through Mattermost when some Git actions are performed Use BotMattermost sender services. Change-Id: Ide9b0f5fbf861e157d6ab81fcb3815bf4f53cbec

Modified Files

Name
M include/BotMattermostGit/Controller.php +4 −30 Go to diff View file
M include/BotMattermostGit/Presenter.php +6 −3 Go to diff View file
D include/BotMattermostGit/SenderServices/EncoderMessage.php +0 −41 Go to diff View file
R include/BotMattermostGit/SenderServices/NotificationMaker.php Go to diff View file
A include/BotMattermostGit/SenderServices/GitNotificationSender.php +51 −0 Go to diff View file
D include/BotMattermostGit/SenderServices/Sender.php +0 −107 Go to diff View file
M include/autoload.php +4 −5 Go to diff View file
M include/botmattermost_gitPlugin.class.php +23 −15 Go to diff View file
M template/index.mustache +3 −1 Go to diff View file
D tests/BotMattermostGit/SenderServices/EncoderMessageTest.php +0 −49 Go to diff View file
D tests/BotMattermostGit/SenderServices/NotificationMakerTest.php +0 −60 Go to diff View file
D tests/bootstrap.php +0 −24 Go to diff View file