You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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: adoptium#501 and adoptium#506
Signed-off-by: lanxia <lan_xia@ca.ibm.com>
- 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>
We should add the Grid view in Release Summary Report. It will help users to navigate to it quickly.
The text was updated successfully, but these errors were encountered: