mattermost-bitbucket-bridge
mattermost-bitbucket-bridge copied to clipboard
Pushing multiple commits outputs only the latest commit message
@mikeehun thanks for the issue report. I am actually not in a position to test or fix this currently as I no longer have my own Mattermost cluster. I would be glad to take tested PRs.
@mikeehun can you please give more information about the issue.
That's fair enough @cvitter, thanks for the project anyways :) What are you using these days?
At this point I'm not even sure what should be the desired behaviour @Nisarg10. Just try to push multiple local commits to a bitbucket cloud repo, and the notification will only provide a link to the latest change.
I think I'd like to get one notification per commit. I'll see if I have time to test this and the text based message instead of an attachment.
@mikeehun I actually worked at Mattermost until this week. I moved to Humio starting Monday and we use Slack unfortunately...
Hi @mikeehun, I recently had the same issue (having only the latest commit message is not very informative) so I modified the code for repo:push
, check #18.