Victor Savkin
75cc52fd48
fix(core): change default folder for daemon assets to cache dir
2022-01-10 16:54:12 -05:00
Victor Savkin
85fe340173
fix(core): inherit stdio instead of resetting it to 0,1,2
2022-01-10 15:45:49 -05:00
Victor Savkin
16e9f58f76
feat(core): optimise cache restoration and storing
2022-01-10 11:40:10 -05:00
Victor Savkin
b3fb9eef4a
fix(core): correctly print parsing errors when receiving graph from daemon
2022-01-07 16:00:29 -05:00
Victor Savkin
75e6b12535
cleanup(core): remove a level of indirection in neo terminal output
2022-01-06 21:48:32 -05:00
“JamesHenry”
d225319ede
chore(core): neo run-many output life cycle
2022-01-06 20:00:22 -05:00
Victor Savkin
20f731990c
docs(misc): rework the top section of docs
2022-01-04 14:11:31 -05:00
Jack Hsu
4075ae757c
fix(core): boolean args to custom presets are passed correctly ( #8339 )
2021-12-31 06:35:42 +00:00
Katerina Skroumpelou
1b5632cc9a
fix(core): catch error when creating new workspace and git is not configured ( #8289 )
...
ISSUES CLOSED : #8183
2021-12-23 12:10:18 -05:00
Victor Savkin
57593f5df7
feat(core): add the ability to remove edges in the graph
2021-12-22 12:51:16 -05:00
Victor Savkin
33bd964c58
fix(misc): format command should handle workspace without workspace.json
2021-12-22 12:51:16 -05:00
Chau Tran
1139c616e1
feat(js): add nrwl/js:node executor to serve node apps
2021-12-22 10:33:02 -05:00
Phillip Barta
e57cef0901
cleanup(repo): use devkit instead of devkit reexports from workspace ( #7773 )
2021-12-21 21:06:31 +00:00
Jason Jean
552be0dd14
feat(core): introduce chrome profiling ( #8215 )
2021-12-21 15:00:41 -05:00
Victor Savkin
d58584dcbf
feat(js): add js plugin config ( #8245 )
2021-12-20 18:27:04 -05:00
Craigory Coppola
814061dbff
feat(core): support for extending project inference capabilities ( #8210 )
2021-12-20 11:18:31 -05:00
Nathan Walker
d1b687714d
fix(core): improve migration handling of parallel tasksRunnerOptions ( #8238 )
2021-12-19 23:47:10 +00:00
Victor Savkin
9051ff2605
feat(core): add ts preset to create-nx-workspace
2021-12-17 21:57:15 -05:00
Victor Savkin
88751a3685
chore(repo): clean up the language to match the new tag line
2021-12-17 16:08:38 -05:00
Victor Savkin
a973b99979
fix(core): gracefully handle the case where no root path mappings are defined
2021-12-17 10:41:31 -05:00
Miroslav Jonaš
581e5619e3
fix(linter): improve message when trying to import application ( #8138 )
2021-12-17 12:12:30 +00:00
Victor Savkin
65dfe7d092
feat(core): skip-nx-cache should apply to all nx subprocesses
2021-12-16 21:12:26 -05:00
Victor Savkin
a78d43189a
fix(core): pass the list of ingored files to parcel watcher
2021-12-16 17:32:42 -05:00
Victor Savkin
7f025c48a9
Revert "chore(core): add foundations of ink powered life-cycle ( #8028 )"
...
This reverts commit 406a94f237609142ff1563d85afa681cc21b254e.
2021-12-16 14:39:24 -05:00
Jack Hsu
c6014adef3
fix(core): exclude nxWorkspaceRoot from args when calling custom preset ( #8189 )
2021-12-15 19:08:23 +00:00
Victor Savkin
385512a6e7
fix(core): use absolute paths when resolving package.json
2021-12-15 09:31:50 -05:00
Colum Ferry
08172bc3c8
feat(angular): upgrade to angular 13.1 ( #8182 )
2021-12-15 13:04:09 +00:00
Jack Hsu
6090b24c36
fix(core): properly set workspace root when using custom preset ( #8173 )
2021-12-15 01:41:35 +00:00
Nicholas Cunningham
18b3d61a1d
feat(core): Add support for versioning in the preset package name ( #8146 )
2021-12-14 10:07:57 -05:00
Craigory Coppola
a23284e9ce
fix(core): misc. ng cli compat layer fixes ( #8141 )
...
* fix(core): misc. ng cli compat layer fixes
* chore(core): unit test fixes
2021-12-13 18:48:11 -05:00
Jack Hsu
1f44bbeed9
fix(core): properly pass args to custom preset ( #8154 )
2021-12-13 22:26:41 +00:00
Jack Hsu
d6307181ab
fix(core): allow tsConfig without compilerOptions to work ( #8119 )
2021-12-10 21:56:17 +00:00
Nicholas Cunningham
3bedfd8039
feat(core): preset now supports external generators when creating a workspace. ( #8084 )
...
When you run create-nx-workspace --preset you can now pass in an npm package name.
This package will contain a generator named preset which is run after the workspace has been generated.
2021-12-10 15:44:20 -05:00
Benjamin Cabanes
ea0d65b019
docs(nxdev): better api generator templates ( #8109 )
2021-12-10 12:18:46 -05:00
Kyle Cannon
46cd008028
fix(core): add default export for tasksRunnerV2 ( #8088 )
...
Fixes #8085
2021-12-10 10:04:06 -05:00
Leosvel Pérez Espinosa
0ce96a47f1
fix(core): forward args to target dependencies with the same executor as the target that is being run ( #8104 )
2021-12-10 10:01:06 -05:00
Craigory Coppola
ea26751523
fix(core): remove generator should work w/o workspace.json ( #8077 )
2021-12-09 16:59:51 +00:00
Craigory Coppola
4685b1ee50
cleanup(core): add tests for merging package json scripts with targets ( #8066 )
2021-12-09 10:51:40 -05:00
Victor Savkin
1e6761ebc3
fix(core): propagate errors when daemon isn't able to start
2021-12-09 09:49:46 -05:00
Leosvel Pérez Espinosa
d808bc206b
fix(core): forward args to target dependencies with the same target name as the target that is being run ( #8034 )
2021-12-09 09:46:00 +00:00
Victor Savkin
3ecd1c28b7
fix(core): daemon should copy file maps
2021-12-08 14:44:12 -05:00
James Henry
406a94f237
chore(core): add foundations of ink powered life-cycle ( #8028 )
2021-12-08 19:09:51 +00:00
Leosvel Pérez Espinosa
051e7f1d10
fix(misc): fix list plugins to handle generators/executors collections that are not exported ( #8057 )
2021-12-08 16:33:12 +00:00
Victor Savkin
b2699df779
fix(core): correctly resolve project names when constructing deps using package.json files
2021-12-07 20:47:36 -05:00
Craigory Coppola
fce3d9be35
feat(core): merge package json scripts with targets list when building dependency graph ( #7979 )
...
* feat(core): merge package json scripts with targets list when building dependency graph
* chore(repo): add tsconfig path handling to generate CLI docs
2021-12-07 18:02:19 -05:00
Victor Savkin
ce25ef4708
fix(core): write a terminal output file when using the pipe capture method
2021-12-07 11:34:50 -05:00
Noriyuki Shinpuku
d1666b9234
fix(core): prevent overwriting nx.json options to undefined ( #8009 )
2021-12-06 19:08:21 -06:00
Victor Savkin
85b3d67224
fix(core): daemon uses lock file hash to detect version changes
2021-12-05 11:24:12 -05:00
Victor Savkin
4935049fab
fix(core): handle errors in the deamon when recomputing file map incrementally
2021-12-04 21:10:39 -05:00
Victor Savkin
ddaa36f8f7
chore(repo): update nx to 13.3.0-beta.13
2021-12-04 14:00:31 -05:00