https://github.com/sneakypeet/gitlab-tv
A TV for your gitlab pipelines
https://github.com/sneakypeet/gitlab-tv
dashboard gitlab gitlab-ci
Last synced: about 1 year ago
JSON representation
A TV for your gitlab pipelines
- Host: GitHub
- URL: https://github.com/sneakypeet/gitlab-tv
- Owner: SneakyPeet
- License: mit
- Created: 2018-09-26T15:59:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T08:37:52.000Z (over 7 years ago)
- Last Synced: 2025-03-22T04:01:59.861Z (over 1 year ago)
- Topics: dashboard, gitlab, gitlab-ci
- Language: Clojure
- Homepage: https://sneakypeet.github.io/gitlab-tv/
- Size: 724 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab-tv
An app for watching your gitlab pipelines.

Watch some TV here [https://sneakypeet.github.io/gitlab-tv/](https://sneakypeet.github.io/gitlab-tv/)
Simply add your gitlab api access token and hit Load to start watching your pipelines.
(note: the token is only set as a url param and never stored anywhere)
Built with Figwheel and Clojurescript
# Why?
Although similar dashboards like [Gitlab Pipelines TV Dashboard](https://github.com/KSF-Media/gitlab-dashboard) exist, I wanted more.
* An easier way to initialize the tv
* A better view on the overall status of builds
* A better view on pipeline stages (and possibly the ability to trigger builds)
* Viewing projects related to group-id's
* I did not have time to learn purescript to modify existing dashboards
# Development
This is a simple Fighweel and Clojurescript app built using Lein.