Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Hexanet/MergeRequestsCI

:eyes: UI to see all GitLab merge requests of your teams in one place
https://github.com/Hexanet/MergeRequestsCI

gitlab

Last synced: 2 months ago
JSON representation

:eyes: UI to see all GitLab merge requests of your teams in one place

Awesome Lists containing this project

README

        

# MergeRequestsCI

UI to see all GitLab merge requests of your team in one place.

![MergeRequestsCI](screenshot.png)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Requirements

* [GitLab](https://about.gitlab.com/) >= 9.5

## Installation

### Clone the project

```shell
$ git clone https://github.com/Hexanet/MergeRequestsCI.git
$ cd MergeRequestsCI
```

### Install dependencies

```shell
$ npm install
```

## Run the server

After configuration, you have to build the code and launch the server.

```shell
$ npm run serve
```

Then open `http://localhost:3000` in your browser.

## Credits

Developed by [Hexanet](http://www.hexanet.fr/).

### Inspiration

Thanks [M6Web](https://github.com/M6Web) ([Github Team Reviewer](https://github.com/M6Web/GithubTeamReviewer)) and [Jean-François Lépine](http://blog.lepine.pro/) ([Taylorisme de la qualité logicielle](http://lanyrd.com/2015/forumphp/sdwzzb/)).

## License

[MergeRequestsCI](https://github.com/Hexanet/MergeRequestsCI) is licensed under the [MIT license](LICENSE).