Skip to content

Add test target table#232

Open
isakstenstrom wants to merge 7 commits intobuildbarn:mainfrom
meroton:test-target-table
Open

Add test target table#232
isakstenstrom wants to merge 7 commits intobuildbarn:mainfrom
meroton:test-target-table

Conversation

@isakstenstrom
Copy link
Copy Markdown
Collaborator

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.

meroton-benjamin and others added 7 commits April 20, 2026 13:55
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.
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

Successfully merging this pull request may close these issues.

3 participants