Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34798
Generating fix
→
7d8d042a fix(core): use batch hashTasks, incremental postRunSteps, and fix TUI batch sort Use the batch hashTasks function in hashBatchTasks instead of calling hashTask (singular) per task via Promise.all. Process cached batch results incrementally — each wave of cache hits goes through scheduleTask, preRunSteps, and postRunSteps immediately. Skip unnecessary re-sorts in the TUI when only batch-nested tasks change status, since their status doesn't affect display order.
8 hours ago
by FrozenPandaz
F
Canceled
34798
f6b9ad3f fix(core): use batch hashTasks in task orchestrator and fix TUI batch sort Use the batch hashTasks function in hashBatchTasks instead of calling hashTask (singular) per task via Promise.all. This sends non-custom-hasher tasks to the native hasher in a single call. Also skip unnecessary re-sorts in the TUI when only batch-nested tasks change status, since their status doesn't affect display order.
8 hours ago
by FrozenPandaz
F
Canceled
34798
1f3bc0f4 fix(core): use batch hashTasks and incremental postRunSteps in task orchestrator Instead of calling hashTask (singular) per task via Promise.all, use the batch hashTasks function which sends non-custom-hasher tasks to the native hasher in a single call. Also process cached batch results incrementally — each wave of cache hits goes through scheduleTask, preRunSteps, and postRunSteps immediately after hashing, rather than deferring to the end.
8 hours ago
by FrozenPandaz
F
Canceled
34798
3054d2dc fix(core): use batch hashTasks and incremental postRunSteps in task orchestrator Instead of calling hashTask (singular) per task via Promise.all, use the batch hashTasks function which sends non-custom-hasher tasks to the native hasher in a single call. Also call postRunSteps incrementally as each wave of cache results is resolved, rather than deferring all cached results to the end.
8 hours ago
by FrozenPandaz
F
Canceled
34798
bffb1828 fix(core): use batch hashTasks in task orchestrator hashBatchTasks Instead of calling hashTask (singular) per task via Promise.all, use the batch hashTasks function which sends non-custom-hasher tasks to the native hasher in a single call.
8 hours ago
by FrozenPandaz
F
Previous page
Previous
Next
Next page