Some interest in a COB event-like stream was made. The interest comes from a few stakeholders. The desktop team would like to be able to build a better inbox tool, which would be made better and easier if they could tell which COB events are new for some delta. The integrations team have similar interests. Then the CI team would also like to be able to trigger on specific events.
At the moment, the update to a COB is very granular. The only way to know there was an update is when refs are fetched/announced, and then figuring out what happened from there by loading the whole COB.
Instead, we would like a system that could keep track of more fine-grained events. This is achievable by doing a revwalk of the commit history, where the blobs for those commits are then the individual actions that occurred. That’s the basic idea and of course, the devil is in the details :)
Seems to be solved with patch
5bc28a6affb493fb8e3a8180587f11b61b212295. Please feel free to re-open if needed.