Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider reducing scope of bb-browser #21

Closed
mickael-carl opened this issue Mar 8, 2020 · 4 comments
Closed

Consider reducing scope of bb-browser #21

mickael-carl opened this issue Mar 8, 2020 · 4 comments

Comments

@mickael-carl
Copy link
Member

Currently, bb-browser allows users to inspect build progress and results, using the Build Event Stream protocol. However, the description of bb-browser actually states Web frontend for exploring an Action Cache / Content Addressable Storage.
Furthermore, due to how BES is defined, maintaining a BES service proves quite difficult currently and might not be worth the effort at this time.
Maybe it would be worth considering making bb-browser simply what it was supposed to be in the first place: an AC/CAS browser and nothing more?

@cphang99
Copy link
Contributor

cphang99 commented Mar 8, 2020

I would be in favour of this. I would argue that given bb-event-service is not planning on being maintained, decoupling BES from bb-browser will make alternate implementations easier to implement, and make the scope of bb-browser cleaner.

@EdSchouten
Copy link
Member

Yeah. bb-event-service was a nice experiment, but there simply isn't enough momentum to turn it into something useful. There is also no need for it to be part of core Buildbarn. Other people in the community are free to build their own set of daemons to ingest Build Event Streams and expose them through the web.

I'll go ahead and gradually remove support for this over the next couple of days/weeks.

@mickael-carl
Copy link
Member Author

bb-event-service is now archived. Given that, I'll go ahead and start removing the relevant bits from bb-browser.

@EdSchouten
Copy link
Member

Done!

uri-canva added a commit to uri-canva/bazel that referenced this issue May 16, 2021
The buildbarn project at https://github.com/buildbarn/bb-event-service/ was archived over a year ago, as discussed in buildbarn/bb-browser#21, so it's not a good example reference anymore.
bazel-io pushed a commit to bazelbuild/bazel that referenced this issue May 21, 2021
The buildbarn project at https://github.com/buildbarn/bb-event-service/ was archived over a year ago, as discussed in buildbarn/bb-browser#21, so it's not a good example reference anymore.

Closes #13481.

PiperOrigin-RevId: 375097014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants