KSF-Media/gitlab-dashboard

Make a "master status" view

f-f opened this issue · 2 comments

f-f commented

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.

f-f commented

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