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
22.5.x
24948ec2 fix(repo): revert sudo for global npm install in publish workflow (#34451) ## Current Behavior The publish workflow uses `sudo npm install -g npm@11.5.2` which was added in #34409. This causes issues with OIDC token permissions in the release pipeline since `sudo` runs as a different user context. ## Expected Behavior The publish workflow should use `npm install -g npm@11.5.2` without `sudo`, matching the standard approach used elsewhere and avoiding permission context issues during release. ## Related Issue(s) Reverts #34409
3 days ago
by FrozenPandaz
F
Failed
22.5.x
699e8d06 fix(repo): replace addnab/docker-run-action with direct docker run (#34448) ## Current Behavior The publish workflow uses `addnab/docker-run-action@v3` which is based on `docker:20.10` (Docker API 1.41). GitHub's `ubuntu-24.04` runners now ship Docker Engine 28.x which requires minimum API version 1.44, causing all 4 Linux Docker builds to fail: ``` docker: Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version. ``` Failed run: https://github.com/nrwl/nx/actions/runs/21961139962 ## Expected Behavior Linux Docker builds (x86_64-gnu, x86_64-musl, aarch64-gnu, aarch64-musl) complete successfully using the host's modern Docker CLI. https://github.com/nrwl/nx/actions/runs/21996143819 ## Related Issue(s) The `addnab/docker-run-action` repo is abandoned (last release March 2021, last commit May 2021) with open issues about this exact problem. (cherry picked from commit c5e1bedca2a081357134b3634f8c60aff98da91b)
3 days ago
by FrozenPandaz
F
Failed
22.5.x
7be8cb20 docs(misc): improve AX for getting started pages (#34410) ## Current Behavior Getting started pages had overlapping content and unclear focus: - `installation.mdoc` mentioned CNW and tutorials (belongs elsewhere) - `start-new-project.mdoc` had manual setup option (belongs on add-to-existing) - `start-with-existing-project.mdoc` duplicated CI examples, editor buttons, Nx Cloud walkthrough - `intro.mdoc` mixed messaging - some "challenges" were polyrepo problems ## Expected Behavior Each page is now focused with no duplication: ### intro.mdoc - Clear problem/solution structure following Turborepo's approach - Problem: concise (builds get slow as codebase scales) - Solution: caching, task orchestration, affected commands - **Removed**: Polyrepo problems from challenge list (code sharing, lost context) - **Removed**: Lengthy deepdive callouts - Net reduction: 67 deletions, 14 insertions ### installation.mdoc - Global install (npm/brew/choco/apt) + verification step - Local install (`nx init`) for existing repos - Update instructions - **Removed**: CNW mention, tutorials section, "More Documentation" ### start-new-project.mdoc - Option 1: Create locally with templates (`create-nx-workspace`) - Option 2: Create via Nx Cloud (browser-based) - **Removed**: Manual setup option (that's for existing projects) - Updated terminology: "presets" → "templates" ### start-with-existing-project.mdoc - Focused: `nx init` → run tasks → see caching → explore graph - Links to other pages instead of duplicating content - **Removed**: CI config examples, Nx Cloud walkthrough, editor buttons ### editor-setup.mdoc - Added problem hook explaining why editor integration matters - Clarified Neovim is community-maintained ### ai-setup.mdoc - Added problem hook about AI hallucination without workspace context - Explained MCP acronym (Model Context Protocol) - Clarified "Ralph Wiggum loop" terminology ### sidebar.mts - Reordered to match natural flow: Installation → Start New/Add Existing → Editor/AI ## Related Issue(s) Closes DOC-405 --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> Co-authored-by: jaysoo <jaysoo@users.noreply.github.com> (cherry picked from commit c0540c88461f8d9c58764dba50ad40f8292293db)
3 days ago
by jaysoo
j
Canceled
22.5.x
089e111f docs(nx-cloud): update info about GH permissions (#34380) https://deploy-preview-34380--nx-docs.netlify.app/docs/enterprise/single-tenant/custom-github-app#configure-permissions-for-the-github-app --------- Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> Co-authored-by: barbados-clemens <barbados-clemens@users.noreply.github.com>
3 days ago
by barbados-c...
b
Previous page
Previous
Next
Next page