ALl releases can be found at https://github.com/mattermost/mattermost-plugin-gitlab/releases.
- Give feedback to user when subscription has unknown feature #47
- Implement
OnConfigurationChangeto have configuration changes without reload #22 - Give feedback to user when deleting an unknown subscription #48
- Fix Reject private group subscription when
Enable Private repositoryisFalse#52 - Fix
settings.notifications=offwas not implemented #50 /gitlab helpis accessible before user is logged #49- Clean configuration for plugin #51
- Breaking Configuration
EnterpriseBaseURLbecomeGitlabURLwithhttps://gitlab.comas de fault value #34 - Use a bot account #9
- Rewrite all
pull requesttomerge request - Display coverage with codecov #37
- Add screenshot in README.md #26
- Backport mattermost-plugin-sample infra code : use go mod, rework makefile to use sub-module, repair coverage #27
- From
GitlabtoGitLab#31
- Send refresh to webapp of the author of events received by webhook #25
- Add all webhook events for pipeline (run, fail, success) #24
- Finish group restriction #21
- Finish private repositories on/off #18
- Finish all webhook implementation #16:
- MergeEvent
- IssueEvent
- IssueCommentEvent
- MergeCommentEvent
- PushEvent
- PipelineEvent
- TagEvent
- Get all code from mattermost-plugin-github and adapt it for gitlab