-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance Release Summary Report logic (#518)
- Use Promise.all() to send queries in parallel to improve the performance - Remove unnessary queries - Use params() to handle special characters in parameter values (i.e., test name) - Add title and Grid view link - Sort build names in the report, so Version/Impl/Platform and Parent/Child are grouped together - Handle errors Resolves: #501 and #506 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
- Loading branch information
Showing
2 changed files
with
64 additions
and
62 deletions.
There are no files selected for viewing
This file contains 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
124 changes: 63 additions & 61 deletions
124
test-result-summary-client/src/Build/ReleaseSummary.jsx
This file contains 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