mattermost-plugin-gitlab
mattermost-plugin-gitlab copied to clipboard
GitLab plugin for Mattermost
#### Summary When the webhook is not setup for a project we have created subscription for. We get a response containing the link for webhook setup. That link is pointing...
Merge request events are great to have coming into a mattermost chat. The issue is if you have a default template or really any template in the body of the...
#### Summary Hide UsePreregisteredApplication on on-prem instances #### Ticket Link Fixes https://github.com/mattermost/mattermost-plugin-gitlab/issues/523 #### Screenshots ##### Existing  ##### Updated 
#### Summary refactor: convert rhs_sidebar component to ts - convert component to ts - update types #### Ticket Link Fixes: #425
While testing the master branch of this plugin, I found a bug regarding the UI of the refresh icon in the LHS. While clicking on it, when the icon rotates,...
### Summary Fixed the issue of the same message being received while creating and deleting tags ### Screenshots #### Existing  #### Updated ...
The `UsePreregisteredApplication` setting should only be used on Cloud instances. To avoid confusion, the settings should not be visible on on-prem instances. This can be done using the [`hosting`](https://developers.mattermost.com/integrate/plugins/manifest-reference/#settings_schema.settings.hosting) field.
#### Summary The GitLab plugin’s subscription feature currently rejects more than one label:"…". **Slash Command before:** `/gitlab subscriptions add my-group/my-proj issues,merges,label:"bug"` This enhancement will let users specify any number of...
I don't really use them, and they take valuable vertical space which becomes annoying when you're in many teams and have to scroll the list of team buttons. It's worse...
The GitLab plugin’s subscription feature currently rejects more than one label:"…". Proposed behaviour: Accept multiple label:"…" tokens (comma- or space-separated) in the command/feature string. An event passes the filter if...