KSF-Media / gitlab-dashboard

📺 TV dashboard for a global view on Gitlab Pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a "master status" view

f-f opened this issue · comments

We should have a view that displays the build status for the master branch of every repo that has CI enabled (a bit like it's possible to do with this dashboard).

In this way we'd have a quick "Is the build broken?" indicator.

We were considering integrating React in this app. It would work so that the current app will be a component that can be taken over by Halogen, and this new view - together with the main wrapper - will be a React component.

We made a PoC with purescript-react-basic here: https://github.com/aleks-qq/purescript-stuff

Or pipeline triggered by tag can also be supported ? @f-f