Devin Shoemaker
0a70e46b6b
cleanup(core): export setDefaultCollection from @nrwl/workspace ( #2970 )
2020-05-09 12:12:40 -04:00
Adam L Barrett
515cc37ec6
Use local-registry for E2E tests ( #2821 )
2020-05-09 12:05:17 -04:00
Philip Fulcher
06c35fa71d
fix(core): fix directory grouping on dep-graph ( #2972 )
2020-05-08 13:55:02 -04:00
Jonathan Cammisuli
4095d21d20
feat(core): add npm dependencies to package.json for publishable libs ( #2879 )
2020-05-08 13:54:00 -04:00
Michael Kriese
69faaed32d
fix(core): fix path for secondary entrypoints ( #2498 )
...
Related to #1765
2020-05-06 10:40:17 -05:00
Brandon
5eca6d5187
feat(angular): update NgRx libraries to 9.1.0 ( #2929 )
...
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-05-05 19:16:18 -04:00
Jason Jean
c4e33123fd
feat(core): add hash details to the task object ( #2943 )
2020-04-30 11:17:48 -04:00
James Spivey
5cd5b7da86
fix(core): change chunkify length to 50 to prevent windows crashes ( #2913 )
...
Issue 2362 requests a length of 50 as 70 was still causing issues
this pr addresses that by reducing
the length to 50
ISSUES CLOSED : #2362
2020-04-29 01:11:04 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Rares Matei
9b585cb3b8
feat(core): update prettier to 2.0.4 ( #2885 )
2020-04-28 23:10:10 -04:00
Juri Strumpflohner
c9cac2d57a
fix(react): pass linter option properly to storybook cypress setup ( #2903 )
...
* fix(react): pass linter option to cypress storybook setup
* fix(react): add storybook linter defaults
2020-04-28 20:28:54 -04:00
Juri Strumpflohner
a47c24c05f
feat(react): improve storybook schematics ( #2831 )
2020-04-27 18:47:23 +02:00
James Gibson
73d0312be2
feat(core): adds deselect all button to dep-graph ( #2912 )
...
Closes #2911
ISSUES CLOSED: 2911
2020-04-24 14:47:28 -04:00
Jason Jean
3bdcc0b012
fix(core): rework where tmp tsconfigs are generated ( #2805 )
2020-04-16 14:30:49 -04:00
Nathan Walker
a06c256f04
fix(core): file-utils workspaceFileName now returns proper file… ( #2811 )
...
closes https://github.com/nrwl/nx/issues/2253
2020-04-11 21:51:44 +02:00
Jack Hsu
36e1d40784
feat(nextjs): support building and serving production server ( #2792 )
2020-04-04 14:57:08 -04:00
James Henry
97c607a638
fix(core): runtime support for outputPath array on run-commands builder ( #2807 )
2020-04-04 14:00:26 -04:00
Jason Jean
4e4bd6d764
fix(misc): skip jest and cypress configuration when generating… ( #2743 )
2020-04-02 12:49:55 -04:00
Jason Jean
efae1694cc
cleanup(misc): refactor how installs are added during schematics ( #2788 )
2020-04-02 12:41:08 -04:00
Jason Jean
f5c9651e06
fix(core): return single level roots as is without slicing ( #2789 )
2020-04-02 10:47:06 -04:00
Victor Savkin
70a64c1776
fix(misc): minor misc fixes
2020-03-31 17:45:01 -04:00
Brandon Roberts
49d8ce1297
feat(angular): update Angular libraries to version 9.1.0
2020-03-31 11:25:30 -04:00
Benjamin Cabanes
0f3d14f43f
fix(docs): update ng for nx in documentation ( #2763 )
2020-03-30 14:39:01 -04:00
Rares Matei
30282b9353
fix(core): ensure dep graph is regenerated when root files change
2020-03-30 16:43:27 +01:00
Jason Jean
09c4654ae9
fix(misc): add formatting to all migrations
2020-03-29 11:30:59 -04:00
Jason Jean
aeb0bdcb4e
feat(core): enable caching by default
2020-03-26 17:14:17 -04:00
Philip Fulcher
93ace19659
fix(core): improve performance of project filtering on dep-graph
...
Also includes:
bug fix related to showing/hiding the 'Show Affected' button
bug fix to use
'root' rather than 'sourceRoot' to determine directory
2020-03-23 13:05:10 -04:00
Jason Jean
9a8c95a1ef
fix(misc): exit 1 for errors in workspace-schematics
2020-03-23 13:04:30 -04:00
Jo Hanna Pearce
9e5f06ceb2
fix(core): remove schematic warns on missing project
2020-03-23 11:35:33 +00:00
Victor Savkin
2c42431130
feat(core): rewrite path mappings when buildings apps
2020-03-19 21:41:03 -04:00
Victor Savkin
0b7535ae92
feat(core): improve outputs when using --parallel and --with-deps
2020-03-18 18:14:50 -04:00
Jason Jean
b671959f68
feat(core): analyze tsconfig changes
2020-03-18 18:00:46 -04:00
Wes Grimes
bb12d7c6d6
feat(core): nx list enhancements and cleanup
2020-03-18 17:51:39 -04:00
Jo Hanna Pearce
d834e79dc4
feat(core): add remove schematic ( #2484 )
...
* feat(core): add remove schematic
* fix(core): update remove schematic to use project graph
2020-03-18 11:07:25 +00:00
Jason Jean
34877e96fa
fix(core): fix default export of tasks-runners v2
2020-03-13 15:22:32 -04:00
Victor Savkin
798abe4b33
fix(core): fix the handling of --prod by run-many and affected
2020-03-12 17:11:14 -04:00
Jason Jean
d9a800f5f2
fix(core): fix json diff and implicitJsonChanges part 2
2020-03-10 10:53:44 -04:00
Victor Savkin
dae258928c
fix(core): provide better error messages when the target is incorrect
2020-03-10 10:07:30 -04:00
Victor Savkin
954abd68f8
fix(misc): export defaultTasksRunner as tasksRunnerV2
2020-03-09 13:23:12 -04:00
Brandon Roberts
4ff436e797
feat(angular): update to NgRx version 9 release
2020-03-09 12:02:20 -04:00
Victor Savkin
b780a1b585
feat(core): switch to use tasks-runner-v2 by default
2020-03-09 12:01:20 -04:00
Jason Jean
dbf6fd525d
fix(core): fix json diff and implicitJsonChanges
2020-03-06 15:13:54 -05:00
Jack Hsu
fef54fae4b
feat(linter): improve support for mixed linters when using IDEs ( #2620 )
2020-03-06 15:12:35 -05:00
Wes Grimes
13302f099e
fix(core): update nx list output spacing issue
2020-03-06 14:21:05 -05:00
Wes Grimes
2ae1e98408
feat(core): add community approved plugins to nx list command
2020-03-06 10:16:34 -05:00
Benjamin Cabanes
dd403ad1cc
docs(core): generate nx commands supports blacklist ( #2611 )
...
* docs(core): generate nx commands support blacklist
* docs(core): update documentation wording
2020-03-06 09:58:05 -05:00
Julien Saguet
df197cf194
fix(core): fix move schematic issues
...
Use slashes as path separator even when used on windows environments to avoid mis-identifying escaped characters in file path
Use slash as path separator even when used on windows to get a correct path in extends property
Fix an issue when renaming jest project name where substrings were replaced as well in the file
Fix an issue when renaming imports where substrings in imports where replaced too
2020-03-06 11:00:23 +00:00
Victor Savkin
b52e97c816
fix(repo): fix formatting
2020-03-05 17:32:45 -05:00
Victor Savkin
923f3541df
fix(repo): fix ci
2020-03-04 21:18:45 -05:00
Victor Savkin
f0ca8394d5
fix(core): fix the ordering of unrelated tasks
...
Closes #2599
2020-03-04 17:26:44 -05:00