stable
Clone or download
Read-only
Part of story #9184 Choose and configure bots to send stand-up summary Send : * the name of the planning * the name of the milestone with start and end date * the milestone id with the link to tuleap * number of open task * number of closed task * number of day until the end Change-Id: Ic9ae50e88a796e03f82480997c89642c048414e9
Modified Files
Name | ||||
---|---|---|---|---|
M | include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboard.php | +6 | −1 | Go to diff View file |
M | include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboardDao.php | +2 | −5 | Go to diff View file |
M | include/BotMattermostAgileDashboard/BotAgileDashboard/BotAgileDashboardFactory.php | +9 | −5 | Go to diff View file |
A | include/BotMattermostAgileDashboard/SenderServices/MarkdownFormatter.php | +62 | −0 | Go to diff View file |
M | include/BotMattermostAgileDashboard/SenderServices/StandUpNotificationBuilder.php | +116 | −4 | Go to diff View file |
M | include/BotMattermostAgileDashboard/SenderServices/StandUpNotificationSender.php | +46 | −4 | Go to diff View file |
M | include/autoload.php | +3 | −2 | Go to diff View file |
M | include/botmattermost_agiledashboardPlugin.class.php | +35 | −6 | Go to diff View file |
M | site-content/en_US/botmattermost_agiledashboard.tab | +7 | −0 | Go to diff View file |
M | site-content/fr_FR/botmattermost_agiledashboard.tab | +7 | −0 | Go to diff View file |
A | tests/BotMattermostAgileDashboard/SenderServices/MarkdownFormatteTest.php | +73 | −0 | Go to diff View file |
A | tests/bootstrap.php | +26 | −0 | Go to diff View file |