Skip to content

miciek/mr-stats-haskell-servant

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

Merge Requests Stats Service

This project acts as a internal tool for a team using Gitlab merge requests for code review process. It uses Haskell Servant library for both getting things from Gitlab server and serving things for a frontend.

Frontend part of the project can be found in MR Stats Frontend in Elm repository.

Running the project

To run you need to have both GHC and cabal in your path. There is also a run.sh file that sets up all needed environment variables. Please edit the run.sh file to run it against your own Gitlab server.

cabal sandbox init
cabal install --only-dependencies
cabal build
./run.sh

About

Merge Request stats backend using Haskell Servant library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published