stable
Clone or download
Read-only
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: Icddba8b4303ba562538e18daecab9fbf6d2ecac4
Modified Files
Name | ||||
---|---|---|---|---|
M | include/BotMattermostGit/BotGit/BotGit.php | +18 | −16 | Go to diff View file |
M | include/BotMattermostGit/BotGit/BotGitDao.php | +38 | −35 | Go to diff View file |
M | include/BotMattermostGit/BotGit/BotGitFactory.php | +30 | −45 | Go to diff View file |
M | include/BotMattermostGit/Controller.php | +19 | −15 | Go to diff View file |
M | include/BotMattermostGit/Presenter.php | +0 | −1 | Go to diff View file |
M | include/BotMattermostGit/SenderServices/EncoderMessage.php | +6 | −6 | Go to diff View file |
M | include/BotMattermostGit/SenderServices/Sender.php | +15 | −2 | Go to diff View file |
M | include/botmattermost_gitPlugin.class.php | +7 | −2 | Go to diff View file |
M | template/index.mustache | +4 | −2 | Go to diff View file |
M | tests/BotMattermostGit/SenderServices/EncoderMessageTest.php | +5 | −3 | Go to diff View file |
M | www/themes/default/css/style.scss | +4 | −0 | Go to diff View file |