Skip to content

Commit

Permalink
Merge branch 'master' into bun-support
Browse files Browse the repository at this point in the history
  • Loading branch information
laynef committed Mar 22, 2024
2 parents ba6a5bc + da12d87 commit 3e07ddc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -173,11 +173,12 @@ jobs:
DEBUG: napi:*
RUSTUP_IO_THREADS: 1
NX_PREFER_TS_NODE: true
PLAYWRIGHT_BROWSERS_PATH: 0
with:
operating_system: freebsd
version: '13.2'
architecture: x86-64
environment_variables: DEBUG RUSTUP_IO_THREADS CI NX_PREFER_TS_NODE
environment_variables: DEBUG RUSTUP_IO_THREADS CI NX_PREFER_TS_NODE PLAYWRIGHT_BROWSERS_PATH
shell: bash
run: |
env
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
(The MIT License)

Copyright (c) 2017-2023 Narwhal Technologies Inc.
Copyright (c) 2017-2024 Narwhal Technologies Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/18_0_0.md
Expand Up @@ -19,7 +19,7 @@ title="Nx 18.0!!!"
{% card title="Project Details View" type="document" url="/features/explore-graph#explore-projects-in-your-workspace" /%}
{% card title="New @nx/nuxt plugin" type="document" url="/nx-api/nuxt" /%}
{% card title="Distribute tasks on Nx Agents" type="document" url="/ci/features/distribute-task-execution" /%}
{% card title="Automatically split e2e tasks (Test Atomizer)" type="document" url="/ci/features/split-e2e-tasks" /%}
{% card title="Automatically split e2e tasks (Atomizer)" type="document" url="/ci/features/split-e2e-tasks" /%}
{% card title="Re-run flaky tasks" type="document" url="/ci/features/flaky-tasks" /%}
{% /cards %}

Expand Down
4 changes: 2 additions & 2 deletions docs/generated/manifests/ci.json
Expand Up @@ -176,7 +176,7 @@
},
{
"id": "split-e2e-tasks",
"name": "Automatically Split E2E Tasks (TestAtomizer)",
"name": "Automatically Split E2E Tasks (Atomizer)",
"description": "",
"mediaImage": "",
"file": "nx-cloud/features/split-e2e-tasks",
Expand Down Expand Up @@ -258,7 +258,7 @@
},
"/ci/features/split-e2e-tasks": {
"id": "split-e2e-tasks",
"name": "Automatically Split E2E Tasks (TestAtomizer)",
"name": "Automatically Split E2E Tasks (Atomizer)",
"description": "",
"mediaImage": "",
"file": "nx-cloud/features/split-e2e-tasks",
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/manifests/menus.json
Expand Up @@ -5777,7 +5777,7 @@
"disableCollapsible": false
},
{
"name": "Automatically Split E2E Tasks (TestAtomizer)",
"name": "Automatically Split E2E Tasks (Atomizer)",
"path": "/ci/features/split-e2e-tasks",
"id": "split-e2e-tasks",
"isExternal": false,
Expand Down Expand Up @@ -5836,7 +5836,7 @@
"disableCollapsible": false
},
{
"name": "Automatically Split E2E Tasks (TestAtomizer)",
"name": "Automatically Split E2E Tasks (Atomizer)",
"path": "/ci/features/split-e2e-tasks",
"id": "split-e2e-tasks",
"isExternal": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/map.json
Expand Up @@ -1714,7 +1714,7 @@
"file": "nx-cloud/features/dynamic-agents"
},
{
"name": "Automatically Split E2E Tasks (TestAtomizer)",
"name": "Automatically Split E2E Tasks (Atomizer)",
"id": "split-e2e-tasks",
"file": "nx-cloud/features/split-e2e-tasks"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/getting-started/why-nx.md
Expand Up @@ -39,7 +39,7 @@ The benefits of Nx are not restricted to local development. [Nx Cloud](https://n
- Run only tasks [affected](/ci/features/affected) by that PR
- [Share the task cache](/ci/features/remote-cache) between CI and local development machines (Nx Replay)
- [Distribute task execution](/ci/features/distribute-task-execution) across multiple agent machines (Nx Agents)
- Automatically [split long e2e tasks](/ci/features/split-e2e-tasks) into smaller tasks (Test Atomizer)
- Automatically [split long e2e tasks](/ci/features/split-e2e-tasks) into smaller tasks (Atomizer)
- Identify and Re-run [Flaky Tasks](/ci/features/flaky-tasks)

Nx Cloud also provides direct integration with GitHub, GitLab, Bitbucket and Azure version control systems. Learn more at [nx.app](https://nx.app).
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/reference/sitemap.md
Expand Up @@ -271,7 +271,7 @@
- [Use Remote Caching (Nx Replay)](/ci/features/remote-cache)
- [Distribute Task Execution (Nx Agents)](/ci/features/distribute-task-execution)
- [Dynamically Allocate Agents](/ci/features/dynamic-agents)
- [Automatically Split E2E Tasks (TestAtomizer)](/ci/features/split-e2e-tasks)
- [Automatically Split E2E Tasks (Atomizer)](/ci/features/split-e2e-tasks)
- [Identify and Re-run Flaky Tasks](/ci/features/flaky-tasks)
- [Set up Nx Cloud On-Premise](/ci/features/on-premise)
- [Concepts](/ci/concepts)
Expand Down

0 comments on commit 3e07ddc

Please sign in to comment.