Open
Conversation
Modify the command line tab to show the canonical command line arguments which have normalized options. This allows a user to see the effective configuration as opposed to having to resolve it themselves in their head.
This commit does the following: * Shortens the invocation link in build details page * Creates a help function for converting a BazelInvocation object to a string * Refactor the invocation timeline tooltip to also show the Bazel command, job, workflow, and action * Improve x-axis tick rendering in the invocation timeline * Removes the link in the invocation timeline y-axis, and make the bar chart entries into links to the respective invocation
Ent counts all rows in the table when using pagination, even when it doesn't need to.
Adds authorization filters to all requests even when the system is configured to allow all access. This has no practical impact on system behavior but normalizes sql calls across different configurations.
Pipes the entire database client rather than just the ent client to the graphql resolvers
Add a test target table which decorates targets which have been run as tests. This is primarily used to not have to search through the entire database for test targets but may be used in the future to contain test level information about a target.
This was referenced Apr 21, 2026
Draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE: This is a stacked PR. Please merge #226, #227, #228, #229, #230, #231 first.
Add a test target table which decorates targets which have been run as tests. This is primarily used to not have to search through the entire database for test targets but may be used in the future to contain test level information about a target.