mattermost-plugin-gitlab
mattermost-plugin-gitlab copied to clipboard
GitLab plugin for Mattermost
#### Summary This plugin currently doesn't use `react-dom`, but I'm adding this here in case we add a library like `react-select` in the future. #### Ticket Link Fixes https://mattermost.atlassian.net/browse/MM-47046
From [here](https://github.com/mattermost/mattermost-plugin-demo/pull/153): "For some more context, see [here](https://community.mattermost.com/core/pl/1fkkx7pj1jrwffrc6drh3x71eh). The short version though is that we updated the web app to React 17, and there's a chance that plugins will have...
#### Summary ## Enhancements - #409 - #301 ## Fixes - https://github.com/mattermost/mattermost-plugin-gitlab/pull/458 - #419 - #395 - #394 - #438 - #442 - #440 - #429 - #406 - #416...
**Summary** - Added an additional flag for confidential issues in the subscription slash command. - Added the check that guest users cannot create a subscription. **Issue** - [Issue #326](https://github.com/mattermost/mattermost-plugin-gitlab/issues/326)
At the moment, we ensure a given user has read access to a project when: - the user creates a subscription - a webhook event comes in to be processed...
#### Summary 1. Removed the "see more" link. 2. Fixed branch name overflow. 3. Added limit to title and description. 4. Displayed proper icon for a closed PR. 5. Updated...
#### Summary - Convert files related to redux from js to ts - Removed some unused code - Fixed CSS warnings #### What to test? - Complete testing of the...
#### Summary #### Screenshot  #### Steps to reproduce 1. Connect your Gitlab account 2. Create a PR with a very long title and label name on Gitlab and assign...
#### Summary - The file sidebar_header.jsx was migrated into his appropriated Typescript version - All properties and classes were well typed #### Ticket Link Fixes [https://github.com/mattermost/mattermost-plugin-gitlab/issues/431](https://github.com/mattermost/mattermost-plugin-gitlab/issues/431)
The LHS counts are visible in the top left corner when the user is disconnected, when it should really only show the GitLab icon. This is the case when the...