Skip to content

Releases: mattermost/mattermost-plugin-gitlab

v1.2.0

24 Aug 13:03
34adde9
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.10.0+

Enhancements

Fixes

v1.1.0

24 Jan 02:09
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.10+

Enhancements

Fixes

v1.0.1

10 Oct 21:56
16411af
Compare
Choose a tag to compare

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

14 Aug 21:16
c59517c
Compare
Choose a tag to compare

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

05 Jun 20:46
Compare
Choose a tag to compare
  • Breaking Configuration EnterpriseBaseURL become GitlabURL with https://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 is False #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 to merge 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 to GitLab #31

finishes and more

06 May 13:06
Compare
Choose a tag to compare
  • 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

17 Apr 19:47
Compare
Choose a tag to compare

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