stable
Clone or download
Read-only
Part of story #9952 Select mattermost channels by notifications Change-Id: Ie606d91efb712ab0e74f73a2587c81c26fc2af50
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +1 | −0 | Go to diff View file |
M | db/install.sql | +11 | −4 | Go to diff View file |
A | db/mysql/updates/2017/201704110929_add_channel_for_stand_up_summary.php | +63 | −0 | Go to diff View file |
M | db/uninstall.sql | +2 | −1 | Go to diff View file |
D | include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboardDao.php | +0 | −111 | Go to diff View file |
D | include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboardFactory.php | +0 | −92 | Go to diff View file |
R | include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboard.php | Go to diff View file | ||
A | include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/Dao.php | +242 | −0 | Go to diff View file |
A | include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/Factory.php | +130 | −0 | Go to diff View file |
A | include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/Validator.php | +108 | −0 | Go to diff View file |
M | include/BotMattermostAgileDashboard/Controller.php | +74 | −86 | Go to diff View file |
A | include/BotMattermostAgileDashboard/Exception/CannotCreateBotNotificationException.php | +34 | −0 | Go to diff View file |
A | include/BotMattermostAgileDashboard/Exception/CannotDeleteBotNotificationException.php | +34 | −0 | Go to diff View file |
A | include/BotMattermostAgileDashboard/Exception/CannotUpdateBotNotificationException.php | +34 | −0 | Go to diff View file |
M | include/BotMattermostAgileDashboard/Presenter/AdminNotificationPresenter.php | +67 | −51 | Go to diff View file |
M | include/BotMattermostAgileDashboard/SenderServices/StandUpNotificationSender.php | +8 | −24 | Go to diff View file |
M | include/autoload.php | +9 | −5 | Go to diff View file |
M | include/botmattermost_agiledashboardPlugin.class.php | +11 | −8 | Go to diff View file |
M | site-content/en_US/botmattermost_agiledashboard.tab | +19 | −1 | Go to diff View file |
M | site-content/fr_FR/botmattermost_agiledashboard.tab | +19 | −1 | Go to diff View file |
M | template/adminConfiguration.mustache | +35 | −61 | Go to diff View file |
A | template/modal-add-bot.mustache | +78 | −0 | Go to diff View file |
A | template/modal-delete-bot.mustache | +34 | −0 | Go to diff View file |
A | template/modal-edit-bot.mustache | +62 | −0 | 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 | +19 | −19 | Go to diff View file |