mattermost-plugin-gitlab
mattermost-plugin-gitlab copied to clipboard
GitLab plugin for Mattermost
### Summary Fixed the plugin crashing on running the subscription add command without arguments ### Ticket link Fixes https://github.com/mattermost/mattermost-plugin-gitlab/issues/516 ### What to test - Run the `/gitlab subscription add` command...
We've only recently starting using the integrated Mattermost (9.6.2) from our Gitlab instance (16.11.0). I've added your plugin (1.9.1) and we think it's great, thanks for your work. I seem...
### Description Added support to subscribe to release and deployment. ### Screenshots   ### Issue link Fixes https://github.com/mattermost/mattermost-plugin-gitlab/issues/387 ### What to Test - create a subscription with release...
#### Summary 1) Added the condition that the permission to the project will only be checked if the subscription to be created is of project-level subscription. 2) Permission for the...
 When I try to subscribe using GitLab, I encounter this error. However, when I directly configure the specific repository address, it works. After configuring the webhook, the GitLab test...
#### Summary - Handle case of very long title and label in RHS #### Screenshot:   #### How to test? 1. Connect your Gitlab account. 2. Create a issue/PR...
- Added workflow file to add new issue to github board https://github.com/orgs/mattermost/projects/9/views/1
#### Summary - Fix DM notification messages - Earlier the merge request number was getting blended inside the repo name #### Screenshot: Earlier:  Now:  #### What to test:...
#### Summary - Users we not able to create subscription for a project in which they did not had access to create webhook. - Updated the code to post a...
#### Summary - Optimized code to decrease the number of API calls to get label details - Updated the mockgen package and the previous one is no longer available. ####...