Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Hexanet/MergeRequestsCI
- Owner: Hexanet
- License: mit
- Archived: true
- Created: 2015-11-25T12:05:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T19:43:28.000Z (about 6 years ago)
- Last Synced: 2024-08-01T16:25:06.788Z (5 months ago)
- Topics: gitlab
- Language: CSS
- Homepage: https://hexanet.gitlab.io/MergeRequestsCI
- Size: 1.13 MB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).