mattermost/mattermost-plugin-gitlab

Help user to link multiple gitlab instances

Open

#35 建立於 2019年5月7日

在 GitHub 查看
 (6 留言) (11 反應) (1 負責人)JavaScript (95 fork)auto 404
Difficulty/3:HardHacktoberfestHelp WantedNeeds Mattermost ChangesType/EnhancementUp For Grabs

倉庫指標

Star
 (151 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南