Redesign build summary page charts#3794
Draft
williamjallen wants to merge 1 commit into
Draft
Conversation
josephsnyder
requested changes
Jun 15, 2026
josephsnyder
left a comment
Member
There was a problem hiding this comment.
When looking at a subproject build, echarts is unable to render data. The error message there also appears on pages that do render data, so I think it's a red herring for this problem, but worth looking into.

Is that expected?
It also seems that the filter display generated by the Show History button doesn't seem to return any valid data to the screen, but no errors are found in the console or network tabs. Shouldn't we expect to see at least the build we just left in that data?
Collaborator
Author
|
@josephsnyder Good catch--I got a little ahead of myself here. Parent builds work, but child builds do not because they don't appear in the list of builds for a project. Converting to draft until I fix some blockers. |
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.
This PR completely redesigns the charts on the build summary page, switching from a series of charts with time on the x-axis, to a single stacked bar chart showing relative configure, build, and test times, as well as passing/failing status via a colored background. I intend to follow this with a series of PRs introducing new charts, moving the comments feature to a dedicated page, and rethinking the previous/current/next tables.
New UI:
