Releases: mattermost/mattermost-plugin-gitlab
Releases · mattermost/mattermost-plugin-gitlab
v1.2.0
v1.1.0
Supported Mattermost Server Versions: 5.10+
Enhancements
Fixes
- de1640f Update Dependencies (#132)
- 4e65b0c Bump Mattermost to 5.18 (#127)
- 9226dac [MM-18640] Update mm redux for csrf (#124)
- a260def [GH-74] Configuration change must propagate to client side (#122)
- 9622cdb GH-86: Notification in channel on MR reopen (#113)
- 7c631a7 Fixed wording when unable to find project (#120)
- 9766f70 MM-20306 - Fixing header buttons (#119)
- 93763ea Fix typos in plugin settings page (#117)
- ac404e7 ⬆️ Bump mixin-deep from 1.3.1 to 1.3.2 in /webapp (#114)
- 4da0c43 Fixed GH-107: synched ./build in starter-template (#108)
- 06c23bb Fix trailing newline in markdown link for push webhook (#110)
v1.0.1
Supported Mattermost Server Versions: 5.10+
Fixes
- 24b350a Replace Gitlab with GitLab in README (#100)
- 236230a update go-gitlab dependencie from 0.18 to 0.21.1 (#93)
- 65eab7a fix build (#97)
- 5a6bb88 ⬆️ Bump eslint-utils from 1.3.1 to 1.4.2 in /webapp (#95)
- 4990fd6 Don't send event if there are no commits (#85)
- ba808a6 ⬆️ Bump lodash-es from 4.17.11 to 4.17.15 in /webapp (#89)
v1.0.0
Supported Mattermost Server Versions: 5.10+
Enhancements
- Update circleci
- List commits on push event
- Update Dependencies
- Improve oauth connect flow
Fixes
- Fix badges
- Fix unsubscribe
- Ensure bot user is used throughout ephemeral posts
Polishing
- Breaking Configuration
EnterpriseBaseURL
becomeGitlabURL
withhttps://gitlab.com
as de fault value #34 - 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
- 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
finishes and more
- Send refresh to webapp of the author of events received by webhook #19
- Add all webhook events for pipeline (run, fail, success) #17
- Finish group restriction #21
- Finish private repositories on/off #18
- Finish all webhook implementation #16:
- MergeEvent
- IssueEvent
- IssueCommentEvent
- MergeCommentEvent
- PushEvent
- PipelineEvent
- TagEvent
Mimic github plugin
Get all code from mattermost-plugin-github and adapt it for gitlab :
- client side
- connect/disconnect command
- webhook : merge, issue, comments and push
- subscribe a channel to a owner or owner/project