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.
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.