buildbarn / bb-event-service

An implementation of the Build Event Service to log and display the output of build runs
Apache License 2.0
18 stars 11 forks source link

bb-event-service should have a page for seeing recent builds #2

Open EdSchouten opened 5 years ago

EdSchouten commented 5 years ago

Continuation of https://github.com/buildbarn/bb-event-service/issues/1

Right now bb-event-service is just a black box to which you can send RPCs. It would be nice if this process also had a tiny web fronted that listed recent builds. Even more awesome would be if this page also had support for sorting/grouping this information by properties such as the user that invoked the build, the project being built, etc.

Considering that we're adding authentication/authorisation to services like bb-browser/bb-storage, maybe we could also exploit that information here. Namely, by using the username of the visitor to automatically show builds instantiated by him/her.