This is a simple tool to visualize the Gitlab CI/CD pipelines. In Gitlab you can't see the whole pipelines at once, you have to click on each project to see the details.
- Angular
- Tailwind CSS
- PrimeNG
- GraphQL
- Gitlab API
- Gitlab OAuth2
- View pipelines of projects
- Search pipelines by project name or pipeline status
- View pipeline details
This project is licensed under the MIT License - see the LICENSE file for details
- Clone the project
- Install pnpm if you don't have it
npm install -g pnpm - Run
pnpm install - Replace client ID in
src/enviromments/enviroment.tswith your Gitlab client ID, you can also change other envs if you use a different Gitlab instance - Run
pnpm start - Open
http://localhost:4200in your browser