Luís Miguel Cabral
bc2d9c0cc6
fix(core): Leave passthrough parameters untouched
...
Previously when the passing through complex parameters nx would alter
the original parameters in the following scenarios:
- When passing through parameters, dot notation parameters would be
parsed and no longer would be passthrough the the following process
correctly ( --cucumberOpts.timeout=10000" would instead be passed as
"--cucumberOpts=[Object]")
- strings with spaces (delimited by quotes) would be rendered as
multiple words instead ('--tags="not @exclude"' would be passed as
'--tags=not @exclude' where '@exclude' no longer is part of the tags
param)
This would that when running nx cli to run a command the final command
would not get the correct parameters
2022-01-20 11:33:35 -05:00
Victor Savkin
3e0e30eceb
fix(core): add an extra check to list for lock file changes
2022-01-20 11:09:50 -05:00
Victor Savkin
950c94155e
feat(core): do not use the daemon when inotify limit is reached
2022-01-20 11:09:50 -05:00
Victor Savkin
56e7407ebe
feat(core): enable dynamic output by default
2022-01-20 09:45:24 -05:00
James Henry
b173b449b7
chore(core): remove indent on static command, dynamic updates ( #8611 )
2022-01-20 09:42:27 -05:00
Victor Savkin
7c236a24e9
fix(core): move life cycle file out life-cycles to fix deep imports
2022-01-19 15:40:36 -05:00
Victor Savkin
9e75918154
feat(core): speed up file map creation ( #8597 )
2022-01-19 15:30:21 -05:00
James Henry
faef0d8c85
chore(core): task runner dynamic output life cycle ( #8590 )
2022-01-19 14:52:10 -05:00
Jason Jean
e69b893829
fix(angular): fix adding nx to angular workspace with cypress ( #8550 )
2022-01-19 13:52:14 -05:00
Victor Savkin
3ed436b52c
fix(core): fix perf logging
2022-01-19 10:13:49 -05:00
Phillip Barta
574160ddc4
cleanup(repo): import ignore instead of require ( #8579 )
2022-01-19 10:11:22 -05:00
Victor Savkin
ccda8cf816
fix(core): use the default configuration in dep tasks
2022-01-18 20:06:07 -05:00
MaximSagan
31bb2f3626
feat(core): show dep types in dep graph ( #2760 ) ( #8132 )
2022-01-18 10:20:09 -07:00
Caleb Ukle
39b134ac22
fix(core): add license field ( #8542 )
...
license field is required when linking deps in a yarn workspace, without it the nx-core guide will
break for readers
2022-01-15 01:25:03 +00:00
Jason Jean
452146eda1
fix(misc): fix format to not use supported file extensions ( #8548 )
2022-01-14 18:43:41 -05:00
Philip Fulcher
759a9c5f25
feat(dep-graph): add URL search params to dep graph ( #8525 )
2022-01-14 23:28:39 +00:00
Jason Jean
0c31a9902d
fix(core): allow for creating a project graph without any root tsconfig.json at all ( #8545 )
2022-01-14 17:32:10 -05:00
Victor Savkin
330c33ddd1
fix(repo): add nx-cache to gitignore to make e2e tests pass on windows
2022-01-14 15:25:22 -05:00
Phillip Barta
4464da09f5
chore(repo): removed unused packages ( #8536 )
2022-01-14 13:36:55 -05:00
André Dias (he/him)
46db84ad0f
docs(core): improve workspace-lint description ( #8513 )
2022-01-14 17:24:42 +00:00
Victor Savkin
6c75057556
fix(core): daemon should reinitilize hasher when doing reset
2022-01-13 11:29:10 -05:00
Jason Jean
eabeebcb2d
fix(core): create new env variable for performance profile and add documentation ( #8479 )
2022-01-12 19:55:20 -05:00
Emily Xiong
2a9e92e054
fix(react-native): add babel.config.json at root for react native project ( #8467 )
...
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2022-01-12 14:16:12 -05:00
Victor Savkin
fd3673df7a
feat(core): separate local and remote cache statuses
2022-01-12 13:18:57 -05:00
Victor Savkin
f00a0b5390
fix(core): affected logic should get file hashes from graph
2022-01-12 11:54:48 -05:00
Colum Ferry
ae0f8dc999
feat(angular): switch new workspaces to v2 config ( #8473 )
...
* feat(angular): switch new workspaces to v2 config
* fix(angular): e2e tests
2022-01-12 11:21:59 +00:00
Victor Savkin
d21047efbc
cleanup(core): misc cleanup
2022-01-11 20:57:22 -05:00
Victor Savkin
58814c697a
cleanup(core): make hashing faster
2022-01-11 20:56:26 -05:00
Rares Matei
c238f16a69
fix(core): correctly check if on azure CI
...
add a new env variable to the isCi check that works on Azure
2022-01-11 13:42:58 -05:00
Colum Ferry
15c6ca70a2
chore(repo): use LTS node typings ( #8366 )
2022-01-11 12:31:58 -05:00
Maurizio Vitale
c2115c2a72
fix(angular): skipFormat files when converting to Nx project ( #8387 )
...
Add the ability to skipFormat files when converting to Nx project
ISSUES CLOSED : #8386
2022-01-11 15:26:45 +00:00
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
Phillip Barta
d3bad60e53
chore(repo): removed unused dependency npm-run-all ( #8340 )
2022-01-07 14:10:42 -05:00
Phillip Barta
8abcaab7c3
fix(misc): dont publish jest.config.js files ( #8341 )
2022-01-07 14:10:24 -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
Jason Jean
f1a4b78c8f
fix(misc): fix issues with npm preset ( #8248 )
2021-12-21 04:43:39 +00: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