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
34358
200d954c chore(core): drop daemon log stream transformer from PR The daemonStreamTransformer, formatLogMessage helper, DaemonLogger export, and companion spec file were never consumed by the stderr routing work and were blocking review. Revert packages/nx/src/daemon/logger.ts to master and delete the daemon spec.
by Craigory C...
C
Succeeded
34358
e1ee3f9d fix(core): check stderr for non-zero exit code Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34358
Fix applied
→
01e632ab fix(core): update version-plans-check snapshots to match per-group output ordering The release plan:check output now emits all 'Touched projects based on changed files' blocks before the 'Touched projects missing version plans' error blocks, rather than interleaving them per group.
by Craigory C...
C
Succeeded
34358
1b32651e Merge branch 'master' into chore/logger-verbose-warn [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
34358
Flaky task
→
2cd39c22 Merge branch 'master' into chore/logger-verbose-warn
by Craigory C...
C
Failed
34358
216f32f8 fix(core): update version-plans-check snapshots to match per-group output ordering The release plan:check output now emits all 'Touched projects based on changed files' blocks before the 'Touched projects missing version plans' error blocks, rather than interleaving them per group.
by Craigory C...
C
Failed
34358
Fix ready
→
0cba68e5 chore(misc): merge origin/master into chore/logger-verbose-warn
by Craigory C...
C
Failed
34358
bd1cda5b fix(core): revert runCLI redirectStderr default to master behavior Defaulting redirectStderr to true broke tests that rely on clean stdout (JSON.parse on show project --json) and widened many existing snapshot assertions with stderr content that wasn't there on master. Revert the default to undefined. On the silenceError error path, default to concatenating e.stdout + e.stderr so tests that expect error text still get it without opting in explicitly.
by Craigory C...
C
Failed
34358
604272c0 chore(misc): merge origin/master into chore/logger-verbose-warn
by Craigory C...
C
Canceled
34358
3c6b3bce fix(release): restore stderr capture and update snapshots Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Canceled
34358
3c6b3bce fix(release): restore stderr capture and update snapshots Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34358
Fix applied
→
cce502fe fix(core): restore stderr capture in runCLI e2e helper Before 2>&1 was removed, execSync's return value naturally contained stderr via shell redirection when redirectStderr was true. After the move to Node-level handling, stderr is dropped on the success path because execSync returns only stdout. Additionally, switching stdio[2] to 'inherit' by default meant that e.stderr was null on thrown errors, breaking tests that inspect it. Restore stdio: 'pipe' so e.stderr is populated on throw, and append 2>&1 at the shell level when redirectStderr is true so combined output is captured on success. Add redirectStderr: true to the e2e-release tests that assert on NX error/warning text routed to stderr.
by Craigory C...
C
Failed
34358
1dcfd65e test(core): add redirectStderr to remaining e2e tests Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34358
Fix applied
→
8f1aba0c fix(core): improve redirectStderr handling and add to remaining e2e tests Move stderr combination from shell-level 2>&1 to Node.js error handler, and add redirectStderr: true to cache and version-plans-filtered-release tests. Failed tasks: e2e-nx, e2e-release e2e tests Local verification: enhanced self-healing fix
by Craigory C...
C
Previous page
Previous
Next
Next page