Targets Exploration View, Problems Tab Updates #53
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.
Currently, when you have large builds w/several invocations displayed in a single build view, if the problems tab contains lots of debug data, it can cause the view to hang forever and/or crash the view. The problems view contains helpful data, but it does not necessarily need to be the default tab for an invocation. Adding an 'overview' tab allows us to dynamically load the 'problems' data only when requested (i.e. when the user clicks the tab). This clears up the issue with builds, provides faster loading times, and gives us the ability to key in on other useful data in the overview tab.
invocation overview tab (dynamically hide problems tab for successful builds)
problems tab moved to the end and displayed dynamically (spinner while loading)
the display issue for remote blobs still remains.
Target exploration and the ability to chart target build time extends the same base functionality found in the /tests route to a /targets route. Since tests are targets, just with more data, we may want to look at consolidating these views at some point as well, but for now, just giving the ability to view the historic trend data for a given target will be useful.
targets exploration view
targets pass/fail grid
targets details view