stable
Clone or download
Read-only
Part of story #9952 Select mattermost channels by notifications Change-Id: Ia59952465144525bc5d1fb16718f4d706dd623a2
Modified Files
Name | ||||
---|---|---|---|---|
M | db/install.sql | +10 | −4 | Go to diff View file |
A | db/mysql/updates/2017/201703221614_add_channel_for_git_notification.php | +61 | −0 | Go to diff View file |
M | db/uninstall.sql | +2 | −1 | Go to diff View file |
D | include/BotMattermostGit/BotGit/BotGitDao.php | +0 | −103 | Go to diff View file |
D | include/BotMattermostGit/BotGit/BotGitFactory.php | +0 | −84 | Go to diff View file |
R | include/BotMattermostGit/BotGit/BotGit.php | Go to diff View file | ||
A | include/BotMattermostGit/BotMattermostGitNotification/Dao.php | +202 | −0 | Go to diff View file |
A | include/BotMattermostGit/BotMattermostGitNotification/Factory.php | +94 | −0 | Go to diff View file |
A | include/BotMattermostGit/BotMattermostGitNotification/Validator.php | +129 | −0 | Go to diff View file |
M | include/BotMattermostGit/Controller.php | +73 | −83 | Go to diff View file |
A | include/BotMattermostGit/Exception/CannotCreateBotNotificationException.php | +34 | −0 | Go to diff View file |
A | include/BotMattermostGit/Exception/CannotDeleteBotNotificationException.php | +34 | −0 | Go to diff View file |
A | include/BotMattermostGit/Exception/CannotUpdateBotNotificationException.php | +34 | −0 | Go to diff View file |
M | include/BotMattermostGit/Presenter.php | +44 | −67 | Go to diff View file |
M | include/BotMattermostGit/SenderServices/GitNotificationSender.php | +6 | −6 | Go to diff View file |
M | include/autoload.php | +9 | −5 | Go to diff View file |
M | include/botmattermost_gitPlugin.class.php | +24 | −13 | Go to diff View file |
M | site-content/en_US/botmattermost_git.tab | +20 | −1 | Go to diff View file |
M | site-content/fr_FR/botmattermost_git.tab | +20 | −1 | Go to diff View file |
M | template/index.mustache | +28 | −41 | Go to diff View file |
A | template/modal-add-bot.mustache | +60 | −0 | Go to diff View file |
A | template/modal-delete-bot.mustache | +33 | −0 | Go to diff View file |
A | template/modal-edit-bot.mustache | +39 | −0 | Go to diff View file |
M | tuleap-plugin-botmattermost-git.spec | +1 | −1 | Go to diff View file |
A | www/scripts/autocompleter.js | +76 | −0 | Go to diff View file |
M | www/themes/FlamingParrot/css/style.scss | +0 | −20 | Go to diff View file |
M | www/themes/default/css/style.scss | +16 | −16 | Go to diff View file |