stable

Clone or download

Read-only

feat: Botmattermost stand-up notifications can use a project bot

This is part of story #22696 configure mattermost bots at project level How to test ----------- * Manually add in database a project bot * Create a new AD Mattermost notification using this bot ==> The notification must be sent without issue Change-Id: I57b425f5083adc1b6e9fa5ea23e423bce426eb3d

Modified Files

Name
M .gitignore +2 −0 Go to diff View file
M Makefile +1 −1 Go to diff View file
A composer.json +8 −0 Go to diff View file
A composer.lock +18 −0 Go to diff View file
M include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/Factory.php +0 −7 Go to diff View file
A include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/NotificationCreator.php +52 −0 Go to diff View file
M include/BotMattermostAgileDashboard/Controller.php +27 −9 Go to diff View file
M include/BotMattermostAgileDashboard/Plugin/PluginDescriptor.php +1 −1 Go to diff View file
M include/BotMattermostAgileDashboard/Plugin/PluginInfo.php +1 −1 Go to diff View file
M include/BotMattermostAgileDashboard/Presenter/AdminNotificationPresenter.php +20 −9 Go to diff View file
D include/autoload.php +0 −32 Go to diff View file
M include/botmattermost_agiledashboardPlugin.php +7 −5 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-botmattermost_agiledashboard.po +7 −4 Go to diff View file
M templates/modal-add-bot.mustache +18 −7 Go to diff View file
A tests/unit/BotMattermostAgileDashboard/BotMattermostStandUpSummary/NotificationCreator.php +99 −0 Go to diff View file
M tuleap-plugin-botmattermost-agiledashboard.spec +1 −1 Go to diff View file