buildbarn/bb-event-service

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

Opened this issue · 0 comments

Continuation of #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.