Craigory Coppola
|
79cf69b4e4
|
feat(core): consolidate nx.json and workspace.json (#6642)
* feat(core): consolidate settings between workspace.json + nx.json
workspace.json (and linked project.json files) now contain all project specific settings.
nx.json now contains all settings that affect the whole workspace.
* chore(core): fix angular unit tests w/ new config
* chore(core): fix failing tests
* chore(core): fix formatting
* chore(core): fix more tests
* chore(core): normalize-nx-json feedback
* chore(core): Fix more unit tests
* chore(core): fix remaining tests in workspace
* chore(linter): fix remaining linter tests
* chore(core): fix remaining spec + build issues
* chore(core): formatting fixes
* feat(core): migration script to move config options to new locations
* chore(core): fix e2e tests
* chore(core): run format
* chore(react-native): fix failing tests
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* feat(core): move properties to new location during format step
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* feat(core): initial pass on ngcli-adapter for property consolidation
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(misc): fix tests
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* docs(core): update docs with changes
* chore(misc): fix tests
* chore(core): code review changes
updateWorkspaceJson -> updateWorkspace, no longer uses updater function
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(core): fix bug in ngcli impl
* fix(core): fix bug in ngcli-adapter
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* fix(core): fix ngcli-adapter
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(core): fix workspace e2e
* chore(core): fix nx-plugin e2e
* fix(core): move defaultProject to nx.json
* chore(core): fix broken workspace test
* chore(core): formatting
* chore(core): fix workspace format
* chore(core): add nxJson to ExecutorContext
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(core): remove all references ot `NxProjectConfiguration` from our code
* chore(core): Review Changes
* fix(core): update new config locations v13 migration
|
2021-10-14 10:42:47 -04:00 |
|
James Henry
|
4e8aa4ba68
|
chore(core): refactor executors to always read from cached project graph (#6446)
|
2021-07-29 15:50:29 -04:00 |
|
James Henry
|
87e6d9dc77
|
chore(core): refactor createProjectGraph to be async, deprecate sync usage
|
2021-07-14 14:58:16 -04:00 |
|
vsavkin
|
04b1401ace
|
feat(misc): fixMissingBuildDependencies should not require package.json
|
2021-06-15 16:17:02 -04:00 |
|
Phillip Barta
|
a2c2d94050
|
feat(core): first step to common JSON behavior and common fileutils (#5859)
|
2021-06-09 12:45:16 +02:00 |
|
Tasos Bekos
|
156e3c2c40
|
chore(repo): use jest-circus runner
|
2021-04-26 15:16:09 -04:00 |
|
Tasos Bekos
|
e065a70511
|
feat(node): package should validate main entry option
|
2021-04-07 10:20:57 -04:00 |
|
Tasos Bekos
|
711709059e
|
feat(node): add CLI wrapper option for publishable libraries
|
2021-04-01 16:40:59 +03:00 |
|
Tasos Bekos
|
cf7639fcbc
|
feat(node): support deleteOutputPath for package builder (#5154)
|
2021-03-31 18:46:50 -04:00 |
|
Jason Jean
|
d4629be208
|
feat(node): migrate @nrwl/node builders to devkit (#5012)
|
2021-03-12 23:06:32 +00:00 |
|