Skip to content

IVS-820 - Pending Hourglass error#308

Merged
Ghesselink merged 1 commit into
developmentfrom
IVS-820_pending_hourglass
Jun 29, 2026
Merged

IVS-820 - Pending Hourglass error#308
Ghesselink merged 1 commit into
developmentfrom
IVS-820_pending_hourglass

Conversation

@Ghesselink

Copy link
Copy Markdown
Contributor

While a file is still validating, checks that hadn't run yet were showing the grey
"not validated" icon instead of the hourglass. This makes them look skipped when they
were really just still pending. Now they show the hourglass until the run is actually
finished, then settle to their real result (green/red/grey).

The fix waits for the validation's status to say it's done,
because the bar reaches 100% a moment before the run truly finishes. It's a
backend-only change (the frontend already knows how to draw the hourglass), so it
fixes this everywhere the statuses are shown, not just the dashboard.

…n is terminal

A not-yet-run check resolved to grey 'not validated' mid-run once the Model existed.
Gate it to the pending hourglass on request.status (not progress: progress hits 100 one
task before COMPLETED). Applied post-combine so a sibling warning is never hidden.
@Ghesselink Ghesselink merged commit a470a34 into development Jun 29, 2026
3 checks passed
@Ghesselink Ghesselink deleted the IVS-820_pending_hourglass branch June 29, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant