mattermost/mattermost-plugin-gitlab
View on GitHubHelp user to link multiple gitlab instances
Open
#35 opened on May 7, 2019
Difficulty/3:HardHacktoberfestHelp WantedNeeds Mattermost ChangesType/EnhancementUp For Grabs
Repository metrics
- Stars
- (151 stars)
- PR merge metrics
- (PR metrics pending)
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
_2at end and build - change manifest id to add
_3at end and build - change manifest id to add
_4at 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.