mattermost / mattermost/mattermost-plugin-gitlab

Help user to link multiple gitlab instances

Open
#35 6 comments 11 reactions 1 assignee View on GitHub

@raghavaggarwal2308 is already working on this.

Since Dec 19, 2024.

Difficulty/3:Hard Hacktoberfest Help Wanted Needs Mattermost Changes Type/Enhancement Up For Grabs
Dominant language
JavaScript
Stars
152
Forks
97
Avg merge
1d 14h
Merged PRs (30d)
8

Description

## Problem

If a user want to link to `gitlab.com` and `gitlab.perso.com`

## Today solution

clone repo, change manifest id, recompile, add to mattermost, configure

## Ideal solution

have list in plugin settings

## Proposed solution

In CI we can :
* build normal bin
* change manifest id to add `_2` at end and build
* change manifest id to add `_3` at end and build
* change manifest id to add `_4` at end and build
* upload all this version in realease tag

User can add enough instance of this plugin and configure them.

As mattermost do the job of isolation in `KVStore` and `reducers` all should work.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.