mattermost-plugin-gitlab icon indicating copy to clipboard operation
mattermost-plugin-gitlab copied to clipboard

GitLab plugin for Mattermost

Results 155 mattermost-plugin-gitlab issues
Sort by recently updated
recently updated
newest added

#### 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 ![Screenshot from 2024-09-24 17-03-50](https://github.com/user-attachments/assets/9f8bab71-2709-4e07-a2c6-84b95fe6dc6a) ##### Updated ![Screenshot from 2024-09-24 17-04-35](https://github.com/user-attachments/assets/8b821b19-b61b-4f92-9cb2-25473a6db126)

3: QA Review

#### Summary refactor: convert rhs_sidebar component to ts - convert component to ts - update types #### Ticket Link Fixes: #425

2: Dev Review
3: QA Review

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,...

Type/Bug

### Summary Fixed the issue of the same message being received while creating and deleting tags ### Screenshots #### Existing ![Screenshot from 2024-09-05 14-08-02](https://github.com/user-attachments/assets/ca232964-4b78-48b4-926f-35127b2958b3) #### Updated ![Screenshot from 2024-09-05 14-02-56](https://github.com/user-attachments/assets/c4975bed-7895-4963-931f-65e0a9007856)...

3: QA Review

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.

Difficulty/1:Easy
Type/Enhancement

#### 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...

2: Dev Review
3: QA Review

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...