nx
Nx
GitHub
Nx
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
Nx
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
36374
f47dc54b fix(core): include continuous and default-config dependencies in show target `nx show target` reported no direct dependencies for a target whose `dependsOn` resolves to a continuous task, or whose target declares a `defaultConfiguration`. In both cases the dependency instead leaked into the transitive task list, and the root task leaked into its own transitive tasks. The root task id was rebuilt from the raw `configuration` argument, so a target with a `defaultConfiguration` never matched the `project:target:<config>` id that `createTaskGraph` resolves it to, leaving the dependency lookup empty. Separately, a `dependsOn` edge that resolves to a continuous task is stored in `continuousDependencies` rather than `dependencies`, which the command never read. Resolve the root task from the task graph by project and target instead of reconstructing its id, and union both dependency maps for the direct dependencies.
by Leosvel Pé...
L
Failed
36374
Flaky task
→
f47dc54b fix(core): include continuous and default-config dependencies in show target `nx show target` reported no direct dependencies for a target whose `dependsOn` resolves to a continuous task, or whose target declares a `defaultConfiguration`. In both cases the dependency instead leaked into the transitive task list, and the root task leaked into its own transitive tasks. The root task id was rebuilt from the raw `configuration` argument, so a target with a `defaultConfiguration` never matched the `project:target:<config>` id that `createTaskGraph` resolves it to, leaving the dependency lookup empty. Separately, a `dependsOn` edge that resolves to a continuous task is stored in `continuousDependencies` rather than `dependencies`, which the command never read. Resolve the root task from the task graph by project and target instead of reconstructing its id, and union both dependency maps for the direct dependencies.
by Leosvel Pé...
L
Previous
Next