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
OnConfigurationChange
to have configuration changes without reload #22 - Give feedback to user when deleting an unknown subscription #48
- Fix Reject private group subscription when
Enable Private repository
isFalse
#52 - Fix
settings.notifications=off
was not implemented #50 /gitlab help
is accessible before user is logged #49- Clean configuration for plugin #51
- Breaking Configuration
EnterpriseBaseURL
becomeGitlabURL
withhttps://gitlab.com
as de fault value #34 - Use a bot account #9
- Rewrite all
pull request
tomerge 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
Gitlab
toGitLab
#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