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
Failed
21.6.x
3ffe98ec fix(core): ensure nx is published with the correct dependency version for the native packages (#32928) ## Current Behavior The `nx` package is being published with the native package dependencies using an invalid version range `"*"`. ## Expected Behavior The `nx` package should be published with the native package dependencies pointing to the same version as the `nx` package. A recent change to `nx release` requires workspace packages to be identified as such when deciding to replace the version. ## Related Issue(s) Fixes #32898
3 days ago
by leosvelperez
Succeeded
21.6.x
74bef0e6 fix(core): optimize task hashing with BFS and performance logging (#32911) ## Summary Optimizes `get_dep_output` by replacing recursive traversal with BFS + parallel processing. **Key optimization**: The old recursive implementation processed the same task multiple times when it appeared in multiple dependency paths (diamond dependencies). The new implementation: - Uses BFS with a visited HashSet to process each task exactly once - Collects all tasks first, then processes them in parallel with Rayon - Returns task references directly, eliminating redundant HashMap lookups This deduplicates work and leverages parallelism, significantly improving performance on large task graphs. **Note**: Only processes regular dependencies, not continuous_dependencies, since continuous tasks (like watch/serve) don't produce outputs that need to be hashed. The same test on my machine without these changes takes many minutes before crashing my editor. Now it takes <3ms. ## Test plan - ✅ All Rust tests passing - ✅ Native module builds successfully - ✅ Added 4 unit tests covering direct dependencies, transitive dependencies, diamond deduplication, and task output filtering - ✅ Added performance test verifying large graphs (depth 30 = 90 tasks) complete in <10ms (cherry picked from commit e5ac4a8024b7d2740b70d08860ae356cd3dc307f)
3 days ago
by FrozenPandaz
Succeeded
21.6.x
6b634b86 Revert "feat(webpack)!: remove SVGR option and provide withSvgr composable function (#32843) (#32882) This reverts commit 2e9b5430bb4d7d790befebad35753209f4b6a4f2. This is meant for v22 not 21.6.
5 days ago
by jaysoo
Previous page
Previous
Next
Next page