stable

Clone or download

Read-only

feat: Botmattermost Git 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 Git Mattermost notification using this bot ==> The notification must be sent without issue Change-Id: I6231e85155d990dd22bbf2ba6a793274cbfe2caf

Modified Files

Name
M .gitignore +2 −0 Go to diff View file
M Makefile +2 −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/BotMattermostGit/BotMattermostGitNotification/Validator.php +12 −10 Go to diff View file
M include/BotMattermostGit/Controller.php +13 −4 Go to diff View file
M include/BotMattermostGit/Presenter/AttachmentPreTextPresenter.php +1 −1 Go to diff View file
M include/BotMattermostGit/Presenter/Presenter.php +31 −10 Go to diff View file
D include/autoload.php +0 −34 Go to diff View file
M include/botmattermost_gitPlugin.php +10 −9 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-botmattermost_git.po +8 −4 Go to diff View file
M templates/modal-add-bot.mustache +18 −6 Go to diff View file
M tuleap-plugin-botmattermost-git.spec +1 −1 Go to diff View file