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
[HUD] Selector for workflow id in commit and PR pages (#6919)
When multiple workflows run on the same commit (ex memory leak check +
non mem leak check), HUD tries to filter the results so that only the
most recent job is shown, but sometimes I want to find older ones.
An unfortunately large change because we usually query jobs for the
entire commit instead of workflow by workflow
I reused the commit query because it already queries the necessary
fields (name id time duration etc) and didn't want to write another
query that we would have to keep in sync
Open to better solutions for how to get this data b/c imo this is kind
of ugly
TODO: also handle reruns, better error handling
New
<img width="1257" height="117" alt="image"
src="https://github.com/user-attachments/assets/ecb1b246-573a-45fd-ba3c-0a7cd39f31ef"
/>
<img width="250" height="124" alt="image"
src="https://github.com/user-attachments/assets/bb145f65-7c62-4bb4-adb4-aba3816cf1f5"
/>
Probably review #6922 first
0 commit comments