Group runs by commit SHA, update chip labels with commit time and pass fail overview#1609
Group runs by commit SHA, update chip labels with commit time and pass fail overview#1609prathmeshpatel merged 1 commit 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. |
51dae70 to
81e95d2
Compare
1ed3468 to
9995255
Compare
81e95d2 to
757cd3e
Compare
9995255 to
fb62ff9
Compare
757cd3e to
b92cecb
Compare
b92cecb to
d2323a1
Compare
925f269 to
f2b837a
Compare
c5330a7 to
e9ecd6b
Compare
f2b837a to
6a1d050
Compare
6a1d050 to
a825d9b
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 (1)
WalkthroughThis change modifies the run-timeline bucketing logic in the overview panel. Runs are now grouped by commit SHA when available; runs without a commit SHA are grouped by 60-second proximity. The RunBucket interface has been updated to include commitSha, branch, suiteIds, passedCount, and failedCount, replacing the previous label and date fields. The UI now displays bucket metadata via tooltips and chip labels showing commit SHA prefixes or "manual" designations with pass/fail counts. An "All" filter option has been added to clear bucket filtering. The suite table and failure feed can now be filtered by the active timeline bucket selection. 📝 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
Enhanced the evaluation timeline to group runs by commit SHA and added filtering capabilities to view specific run buckets.
What changed?
commitSha,branch,suiteIds,passedCount, andfailedCountfields to run buckets