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 Add the capability to trigger the Gitlab pipelines. In parallel after the trigger if you are subscribed to jobs you will get status updates for jobs of the...

2: Dev Review
3: QA Review

#### Summary For every message, we now hook into the MessageWillBePosted event and check if it contains a permalink to a Gitlab file. If yes, we parse out the link...

2: Dev Review
3: QA Review

Provide a mechanism to allow a token for GitLab integration to be passed once-- do not require the token to be entered for each project.

Type/Enhancement

### Summary Added functionality to displays the details of users's open merge requests, merge requests needing review, assignments and unreads (todos) in the right-hand sidebar onclick of the buttons(respective icons)...

2: Dev Review
3: QA Review

I encountered this error when trying to run /gitlab setup on the gitlab bot, and clicking continue. The button doesn't invoke any action and an error is thrown back. This...

Awaiting Submitter Action
Type/Bug

#### Summary If a GitLab API call fails with `401 {error: invalid_token}`, disconnect the user and DM the user a message telling how to reconnect their account. #### Ticket Link...

2: Dev Review
3: QA Review

This PR is unfinished work for fixing [MM-215 Gitlab](https://github.com/mattermost/mattermost-plugin-gitlab/issues/215) Expectation of this PR is to make notes in the Issues that we mark. The goal is to imitate of this...

Lifecycle/1:stale
Work In Progress

#### Summary This PR adds a tooltip for the pull requests and issue links. Screenshots: Issue tooltip: ![image](https://user-images.githubusercontent.com/85667960/172156591-95e7c68a-b9b7-4abd-8491-ef32343b10c7.png) Merge request tooltip: ![image](https://user-images.githubusercontent.com/85667960/172157059-a4b4954f-ef0c-42ae-8dae-305b208a195a.png) #### Ticket Link Fixes https://github.com/mattermost/mattermost-plugin-gitlab/issues/61

2: Dev Review
3: QA Review

If we perform an API request using a user's token, and we receive a response noting that the token is revoked, we should: - delete the token from the KV...

Help Wanted
Hacktoberfest
Difficulty/1:Easy
Tech/Go
Type/Enhancement

### Summary Added a modal to create a GitLab issue on an existing project of the user. - Created API to get all user projects, project labels, project assignees, project...

3: QA Review