Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
master
f432f780 docs(nx-dev): remove problematic GitHub parallelization (#31865) The existing parallelization example does not work correctly due to the encapsulated run_command swallowing the status codes and passing the runs with a failed command. If users are interested in how to parallelize the tasks they can easily find it today. We should provide minimal example like we do for other CI providers. <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
15 days ago
by meeroslav
Succeeded
31865
501714aa docs(nx-dev): remove problematic GitHub parallelization The existing parallelization example does not work correctly due to the encapsulated run_command swallowing the status codes and passing the runs with a failed command. If users are interested in how to parallelize the tasks they can easily find it today. We should provide minimal example like we do for other CI providers.
15 days ago
by meeroslav
Succeeded
master
9715da7b docs(nx-dev): fix the nx cloud version (#31466) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
2 months ago
by meeroslav
Succeeded
31466
1234f313 docs(nx-dev): fix the nx cloud version
2 months ago
by meeroslav
Succeeded
31360
95b9e228 Merge branch 'master' into eslint-plugin/fix-ng-packagr-secondary-entry-point
2 months ago
by meeroslav
Succeeded
master
a71a6cab fix(core): fix broken nx-cloud url shortening logic (#31283) Current URL shortening logic is based on the old Nx Cloud version format - `YYMM.DD.BuildVersion`. Since, 2025 we changed that format to `YYYY.MM.BuildVersion` which breaks this logic and causes the connection URL to be just host. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
2 months ago
by meeroslav
Succeeded
master
a71a6cab fix(core): fix broken nx-cloud url shortening logic (#31283) Current URL shortening logic is based on the old Nx Cloud version format - `YYMM.DD.BuildVersion`. Since, 2025 we changed that format to `YYYY.MM.BuildVersion` which breaks this logic and causes the connection URL to be just host. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
2 months ago
by meeroslav
Succeeded
master
a71a6cab fix(core): fix broken nx-cloud url shortening logic (#31283) Current URL shortening logic is based on the old Nx Cloud version format - `YYMM.DD.BuildVersion`. Since, 2025 we changed that format to `YYYY.MM.BuildVersion` which breaks this logic and causes the connection URL to be just host. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
2 months ago
by meeroslav
Succeeded
master
a71a6cab fix(core): fix broken nx-cloud url shortening logic (#31283) Current URL shortening logic is based on the old Nx Cloud version format - `YYMM.DD.BuildVersion`. Since, 2025 we changed that format to `YYYY.MM.BuildVersion` which breaks this logic and causes the connection URL to be just host. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
2 months ago
by meeroslav
Succeeded
31317
1e91a458 Merge branch 'master' into fix-bump-analog-vitest-161
2 months ago
by meeroslav
Succeeded
master
d78782da fix(linter): speed up inferred plugin node processing (#31281) This PR improves the **createNodes** function of eslint's inferred plugin by making two pragmatic choices: - reusing the ESLint between config file's runs instead of recreating the new one every time - skipping ignored files checks for projects that already have eslint config file ## Results of benchmarks on customer's repo: ### Without ESLint plugin - create-project-graph-async - avg. 11739.1326225 -> 11 seconds ### With current ESLint plugin - create-project-graph-async - avg. 98005.0965135 -> 98 seconds ### With modified ESLint plugin - create-project-graph-async - avg. 13225.073817 -> 13 seconds - (@nx/eslint/plugin:createNodes - 2206.96497, 16.69%) ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
2 months ago
by meeroslav
Succeeded
master
d78782da fix(linter): speed up inferred plugin node processing (#31281) This PR improves the **createNodes** function of eslint's inferred plugin by making two pragmatic choices: - reusing the ESLint between config file's runs instead of recreating the new one every time - skipping ignored files checks for projects that already have eslint config file ## Results of benchmarks on customer's repo: ### Without ESLint plugin - create-project-graph-async - avg. 11739.1326225 -> 11 seconds ### With current ESLint plugin - create-project-graph-async - avg. 98005.0965135 -> 98 seconds ### With modified ESLint plugin - create-project-graph-async - avg. 13225.073817 -> 13 seconds - (@nx/eslint/plugin:createNodes - 2206.96497, 16.69%) ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
2 months ago
by meeroslav
Succeeded
31283
5990e416 Merge branch 'master' into fix/url-shortening-for-post-2025-nx-cloud-versions
2 months ago
by meeroslav
Succeeded
31281
59954895 Merge branch 'master' into fix/speed-up-linter-plugin
2 months ago
by meeroslav
Failed
31281
0a0a7c58 fix(linter): fix tests
2 months ago
by meeroslav
Canceled
31281
4d55ff04 fix(linter): fix broken test
2 months ago
by meeroslav
Failed
31283
4b633f88 fix(core): improve condition readability
2 months ago
by meeroslav
Failed
31283
4b633f88 fix(core): improve condition readability
2 months ago
by meeroslav
Canceled
31283
95a3c625 fix(core): fix inverted test
2 months ago
by meeroslav
Failed
31281
e3e3d244 fix(linter): fix broken test
2 months ago
by meeroslav
Previous Page
Prev
Next
Next Page