stable

Clone or download

Read-only

Plugin BotMattermost-git - refactoring

refactoring on the commit : Plugin BotMattermost-git - send notification with avatar and for differents channels part of the story #9130 Send notification through Mattermost when some Git actions are performed Change-Id: Ia810e2be92594cab95844c3b18a72efe30d01009

Modified Files

Name
A build-manifest.json +20 −0 Go to diff View file
M include/BotMattermostGit/BotGit/BotGit.php +1 −1 Go to diff View file
M include/BotMattermostGit/BotGit/BotGitDao.php +0 −1 Go to diff View file
M include/BotMattermostGit/BotGit/BotGitFactory.php +1 −2 Go to diff View file
M include/BotMattermostGit/Controller.php +23 −11 Go to diff View file
M include/BotMattermostGit/Presenter.php +5 −2 Go to diff View file
M include/BotMattermostGit/SenderServices/EncoderMessage.php +1 −1 Go to diff View file
M include/BotMattermostGit/SenderServices/NotificationMaker.php +10 −3 Go to diff View file
M include/BotMattermostGit/SenderServices/Sender.php +10 −4 Go to diff View file