-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add BEP endpoint support #925
Labels
enhancement
New feature or request
Comments
allada
added a commit
to allada/nativelink-fork
that referenced
this issue
May 20, 2024
In prep to support the BEP (Build Event Protocol), we are adding the proto definitions to the repo and related generated code. towards: TraceMachina#925
allada
added a commit
to allada/nativelink-fork
that referenced
this issue
May 20, 2024
In prep to support the BEP (Build Event Protocol), we are adding the proto definitions to the repo and related generated code. towards: TraceMachina#925
allada
added a commit
to allada/nativelink-fork
that referenced
this issue
May 20, 2024
In prep to support the BEP (Build Event Protocol), we are adding the proto definitions to the repo and related generated code. towards: TraceMachina#925
allada
added a commit
to allada/nativelink-fork
that referenced
this issue
May 20, 2024
In prep to support the BEP (Build Event Protocol), we are adding the proto definitions to the repo and related generated code. towards: TraceMachina#925
5 tasks
caass
pushed a commit
to caass/nativelink
that referenced
this issue
Jun 4, 2024
In prep to support the BEP (Build Event Protocol), we are adding the proto definitions to the repo and related generated code. towards: TraceMachina#925
caass
pushed a commit
to caass/nativelink
that referenced
this issue
Jun 5, 2024
In prep to support the BEP (Build Event Protocol), we are adding the proto definitions to the repo and related generated code. towards: TraceMachina#925
caass
pushed a commit
to caass/nativelink
that referenced
this issue
Jun 5, 2024
Add proto definitions for BEP and create `BepServer` which implements the `publish_lifecycle_event` and `publish_build_tool_event_stream` rpcs Closes TraceMachina#925
caass
pushed a commit
to caass/nativelink
that referenced
this issue
Jun 6, 2024
Add proto definitions for BEP and create `BepServer` which implements the `publish_lifecycle_event` and `publish_build_tool_event_stream` rpcs Closes TraceMachina#925
caass
pushed a commit
to caass/nativelink
that referenced
this issue
Jun 6, 2024
Add proto definitions for BEP and create `BepServer` which implements the `publish_lifecycle_event` and `publish_build_tool_event_stream` rpcs Closes TraceMachina#925
caass
pushed a commit
to caass/nativelink
that referenced
this issue
Jun 6, 2024
Add proto definitions for BEP and create `BepServer` which implements the `publish_lifecycle_event` and `publish_build_tool_event_stream` rpcs Closes TraceMachina#925
caass
added a commit
that referenced
this issue
Jun 6, 2024
Add proto definitions for BEP and create `BepServer` which implements the `publish_lifecycle_event` and `publish_build_tool_event_stream` rpcs Closes #925 Co-authored-by: Nathan (Blaise) Bruer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to add the ability to connect a BEP backend to nativelink and collect statistics and publish them to a store, so another service can render it for a user.
The text was updated successfully, but these errors were encountered: