Auto-switch to suite view for manual runs + add progress bars and pagination to failures#1614
Auto-switch to suite view for manual runs + add progress bars and pagination to failures#1614prathmeshpatel merged 2 commits intomainfrom
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
f311a4f to
ed1168d
Compare
a6e5f1f to
be53540
Compare
ed1168d to
dc47709
Compare
be53540 to
91ee18c
Compare
dc47709 to
7cf336a
Compare
91ee18c to
33b2c0d
Compare
7cf336a to
798b9e2
Compare
33b2c0d to
7ddc73d
Compare
798b9e2 to
65308c0
Compare
7ddc73d to
210ad6f
Compare
210ad6f to
bf5aac0
Compare
65308c0 to
17a133c
Compare
bf5aac0 to
437596b
Compare
17a133c to
5c2d3bd
Compare
437596b to
88c4bb1
Compare
5c2d3bd to
4b539d8
Compare
4b539d8 to
5cf87d5
Compare
88c4bb1 to
dc23b91
Compare
dc23b91 to
034f70e
Compare
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
WalkthroughThis change updates Convex deployment endpoints and refactors the CI evaluation UI. The sidebar auto-switches to "By Suite" view when all commits use manual SHAs. Suite name grouping and display now normalize by stripping trailing timestamp suffixes for consistency. The failure feed gains pagination with "Show more" controls and displays pass rates via progress bars instead of inline text. The AI triage system is overhauled to use reference-based request tracking rather than mutation existence checks, reset state on run-key changes while preserving unavailable status, and gracefully handle backend unavailability. 📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |

TL;DR
Added auto-switching to "By Suite" view when all evaluation runs are manual, enhanced the failures section with progress bars and pagination.
What changed?