HollyPony / mr-filter

Mini-Webapp listing Gitlab MergeRequests with manual filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitlab Merge Request filter

A little basic webapp to list merge requests without the WIP status.

Based on 9.5 Api

Usage

There is 3 environment variables to set before:

export GITLAB_KEY= # Find or create one in Gitlab interface
export GITLAB_URL=https://gitlab.com/ # Override with your own integration
export GMR_SERVER_PORT=3000 # The port where the server is launch

Note: Only the GITLAB_KEY is required

Now the server can start:

  • npm install
  • npm start

Now the 0.0.0.0:3000 is available. Configure NGINX as you wish.

About

Mini-Webapp listing Gitlab MergeRequests with manual filters

License:The Unlicense


Languages

Language:HTML 52.4%Language:JavaScript 47.6%