This web application provides a GUI for team leads, system administrators and devops crew to view all merge requests at a glance.
You need to get an access token to use gitlab api.
- Click on the "Sign In" button that located on the top right corner
- Follow instructions, you will be redirected back to home page
- Sign in to your GitLab account
- Click on your user profile picture
- Go to Preferences
- Go to Acces Tokens page via side bar
- Under the section Add a personal access token; give it a name, define expiration date and read_api permission
- Scroll down a little bit to click on Create personal access token button
- After creating it, access token is just below heading Your new personal access token
- Copy it and save at somewhere safe because you won't be able to reread your access token, you can only delete it.
-
Clone project from https://github.com/ufukbakan/gitlab-mr-monitor
-
You can edit source code to change base url, branches and scope
If you want to do so open project via any text editor. Look for the .env file, it will help you to find api configs.
-
Install dependencies via your package manager. (e.g. npm install)
-
You can then run 'dev' script or build and serve it as a standard React project.