Juri Strumpflohner
d5d25a8614
docs(core): fix Nx daemon docs ( #8740 )
2022-01-28 10:42:10 -05:00
Colum Ferry
f4fa81338d
feat(angular): support version 13.2.0 ( #8457 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-01-28 09:01:51 +00:00
Benjamin Cabanes
c3d89478a4
docs(core): improve workspace-lint command ( #8731 )
2022-01-27 22:10:34 +00:00
Victor Savkin
86a1a6c825
fix(core): better detection whether the workspace uses git ( #8720 )
2022-01-27 11:13:07 -05:00
Victor Savkin
f360447677
feat(core): enable daemon by default for new projects ( #8698 )
2022-01-27 09:27:09 -05:00
Victor Savkin
4e474773bf
Revert "feat(core): show dep types in dep graph ( #2760 ) ( #8132 )"
...
This reverts commit 31bb2f36261fdf222e9e8e962227dcd911dfee66.
2022-01-25 15:23:25 -05:00
Victor Savkin
7ca35b02b2
feat(misc): do not print path mappings when verbose logging is true
2022-01-25 10:06:21 -05:00
David Nunez
3d36169b49
fix(core): need to read in any base nx.json when building a workspace ( #8333 )
...
* fix(core): need to read in any base nx.json when building a workspace
* chore(core): remove changes to ngcli-adapter and cleanup nx extension
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-01-24 18:46:36 -05:00
Victor Savkin
acffba7fa9
fix(core): normalize command to avoid nx run nx run ( #8678 )
2022-01-24 19:18:14 +00:00
Philip Fulcher
e167fd5992
fix(core): include affected projects when generating dep graph HTML file ( #8679 )
...
ISSUES CLOSED : #8657
2022-01-24 18:06:57 +00:00
Jason Jean
50066ca568
fix(core): handle merging npm scripts with project at the root ( #8651 )
2022-01-24 12:51:18 -05:00
Victor Savkin
27dc36fac6
feat(core): improve detection whether we are running in CI
2022-01-24 10:35:30 -05:00
Victor Savkin
298ceba5b3
chore(repo): readme fixes
2022-01-24 09:39:31 -05:00
Philip Fulcher
4577548e73
fix(core): adding missing @nrwl packages to report ( #8644 )
2022-01-21 23:27:15 +00:00
Victor Savkin
67e242fea9
feat(core): align the dynamic and static outputs ( #8625 )
2022-01-21 14:58:53 -05:00
Isaac Mann
07ebdb36a3
feat(core): add nx graph as alias of nx dep-graph ( #8539 )
...
* feat(core): add nx graph as alias of nx dep-graph
* docs(core): add note about old dep-graph syntax
* cleanup(core): formatting
* feat(core): formatting
* feat(core): formatting
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-21 11:15:23 -05:00
Victor Savkin
f57d4c291e
fix(core): throw errors when collected terminal output cannot be found ( #8623 )
2022-01-20 16:20:32 -05:00
Jason Jean
5c921d864c
fix(misc): setup package manager workspaces for core preset ( #8621 )
2022-01-20 15:05:35 -05:00
Phillip Barta
75eb1c532f
cleanup(core): improve list command performance
2022-01-20 12:37:33 -05:00
Victor Savkin
5af5bd7871
chore(repo): fix broken test
2022-01-20 12:32:57 -05:00
Phillip Barta
dbb7c602ff
cleanup(repo): format with prettier 2.5.1
2022-01-20 12:26:45 -05:00
Phillip Barta
b9c3c10fe4
feat(core): migrate to prettier ^2.5.1
2022-01-20 12:26:42 -05:00
Jack Hsu
f231cfc01b
feat(repo): move gatsby plugin to nx-labs repo ( #8617 )
2022-01-20 12:00:51 -05:00
Jon Hammerskov
4e11378954
fix(core): fix crash in hash of project when imports of unregistered npm packages
...
If some .ts file imports an npm package that is not directly registered as dependency
the caching of
project graph may result in an exception
when switching back and forth between branches where the
npm package
is a dependency and where it is not
This PR will just provide some dummy checksum for
unknown dependencies
ISSUES CLOSED : #7225
2022-01-20 11:37:09 -05:00
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