mattermost-plugin-gitlab
mattermost-plugin-gitlab copied to clipboard
GitLab plugin for Mattermost
#### 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...
#### 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...
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.
### 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)...
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...
#### 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...
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...
#### Summary This PR adds a tooltip for the pull requests and issue links. Screenshots: Issue tooltip:  Merge request tooltip:  #### Ticket Link Fixes https://github.com/mattermost/mattermost-plugin-gitlab/issues/61
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...
### 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...