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
32459
42fc6051 cleanup(devkit): simplify test assertions to use single expect per file Replace multiple specific assertions with single toEqual expectations for each file, making tests more declarative and easier to read. Each test now has exactly 2 expectations: one for project.json content and one for package.json content.
18 days ago
by FrozenPandaz
Canceled
32459
13fe228d cleanup(devkit): make project.json filtering more surgical Simplify the implementation to be closer to the original logic. When no package.json exists, use original behavior exactly. When package.json exists, filter projectConfiguration before spreading. Maintain the same writeJson structure as original code.
18 days ago
by FrozenPandaz
Canceled
32459
5de81557 fix(devkit): allow project.json to override package.json values with different values When updating project configuration, properties that have different values than what's in package.json should be written to project.json to enable proper overrides. Previously, properties would be skipped if they existed in package.json, even if the new value was different.
18 days ago
by FrozenPandaz
Canceled
32459
6385ab0f chore(devkit): add test for project.json overriding package.json properties Verifies that project.json can properly override properties from package.json such as name, while maintaining proper separation of concerns between the files.
18 days ago
by FrozenPandaz
Canceled
32459
4ee1c0cd fix(devkit): simplify solution for preventing package.json properties in project.json Replace complex implementation with surgical fix that: - Uses original logic when only project.json exists - When both files exist, only copies properties that belong in project.json - Handles targets specially to check individual targets - Keeps implementation minimal and maintainable
18 days ago
by FrozenPandaz
Failed
32459
6b30805b cleanup(devkit): extract buildProjectConfigFromPackageJson utility Remove duplicate package.json reading logic and consistently use buildProjectConfigFromPackageJson utility across all functions that read package.json files for Nx configuration.
18 days ago
by FrozenPandaz
Previous page
Previous
Next
Next page