3317 Commits

Author SHA1 Message Date
Jason Jean
9f1ca1c162 fix(node): remove directory prompt from node apps 2020-03-21 17:06:37 -04:00
Jason Jean
44907274ee
WIP fix(repo): fix e2e tests (#2702) 2020-03-20 18:19:40 -04:00
Emilio Martinez
4fb025bd41
fix(core): filter webpack warnings only instead of full output (#2697)
Remedies an issue where the entire webpack output would be filtered-out if any part of it contained a warning to be ignored.

Additionally, this adds one more warning filter to suppress a `license-webpack-plugin` warning emitted when a license isn't found in a third-party.

Closes #2696
2020-03-20 16:20:46 -04:00
Florian Tischler
417ff21aac
fix(testing): cypress cannot be started in chrome headless mode (#2683) 2020-03-20 15:10:19 -04: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
wickstargazer
ff55863727 chore(core): nx plugin submission @flowaccount/nx-serverless 2020-03-18 10:53:44 -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
Akihito Tamagawa
e73a6a0046
fix(docs): typo in /angular/fundamentals/monorepos-automation (#2651) 2020-03-16 15:48:02 -04:00
Victor Savkin
a491b6d2e8 Release 9.1.2 2020-03-13 15:25:42 -04:00
Jason Jean
34877e96fa fix(core): fix default export of tasks-runners v2 2020-03-13 15:22:32 -04:00
Victor Savkin
1c2eedf9cb cleanup(core): refactor e2e tests for workspace 2020-03-13 11:20:12 -04:00
Victor Savkin
818727c3f0 Release 9.1.1 2020-03-12 17:31:37 -04:00
Victor Savkin
cfccd51a7b fix(repo): fix test-create-nx-workspace command 2020-03-12 17:28:09 -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
Victor Savkin
edefe6c933 Release 9.1.0 2020-03-10 13:08:16 -04:00
Wes Grimes
d13c5aa8ff docs(docs): update nx plugin submission guide 2020-03-10 11:04:42 -04:00
Jason Jean
d9a800f5f2 fix(core): fix json diff and implicitJsonChanges part 2 2020-03-10 10:53:44 -04:00
FabianGosebrink
ef00ec4ba5 feat(angular): added karma to jest plugin
added karma to jest plugin
2020-03-10 10:29:51 -04:00
Juri
e5b9d80543 fix(angular): schematic to register routes
Fixes the schematic to register the route properly even if it is not directly defined at the
RouterModule registration
2020-03-10 10:24:14 -04:00
Victor Savkin
dae258928c fix(core): provide better error messages when the target is incorrect 2020-03-10 10:07:30 -04:00
Brandon Roberts
ba95ccf801 docs(angular): remove references to Angular Console videos 2020-03-10 09:04:06 -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
Jonathan Cammisuli
acccb372cf
chore(core): add @angular-architects/ddd to approved-plugins.json (#2629)
ISSUES CLOSED: #2626
2020-03-09 12:01:41 -04:00
Victor Savkin
b780a1b585 feat(core): switch to use tasks-runner-v2 by default 2020-03-09 12:01:20 -04:00
Juri
ec748ec7e2 docs(core): add section on debugging workspace schematics with VSCode 2020-03-08 18:06:14 -04:00
Juri
89ae2cd908 docs(core): debugging schematics
add some docs related to debugging workspace schematics
2020-03-08 18:06:14 -04:00
Jonathan Cammisuli
0a25cfd58f docs(docs): update nx plugin docs with info on how to submit plugin
This also includes a `submit-plugin` utility that will automatically open the browser with the
correct PR template
2020-03-08 18:05:59 -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
Jo Hanna Pearce
591264d483 fix(nextjs): default fileReplacements relative to workspace root 2020-03-06 13:00:47 -05:00
Jonathan Cammisuli
0f04fab0bc
feat(testing): add support for cypress 4 (#2604) 2020-03-06 10:18:10 -05:00
Wes Grimes
2ae1e98408 feat(core): add community approved plugins to nx list command 2020-03-06 10:16:34 -05:00
Wes Grimes
65f4a283ee chore(repo): add nx plugin community submission process 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
Rares Matei
82e9a5627e
chore(repo): remove workshop info from README (#2612) 2020-03-05 22:36:59 +00:00
Victor Savkin
b52e97c816 fix(repo): fix formatting 2020-03-05 17:32:45 -05:00
Rares Matei
480c51c913
chore(repo): add Nx Workshop info to the root README (#2609) 2020-03-05 19:52:32 +00:00
Jack Hsu
6b9f35bc45
feat(react): --maxWorkers and --memoryLimit add tests and common fix (#2581)
`nx serve -—maxWorkers=1 -—memoryLimit=1024`

Closes #2366
2020-03-05 09:12:18 -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
Victor Savkin
115a1abd75 fix(core): use default configuration when the provided one is not available 2020-03-04 16:31:19 -05:00
Isaac Mann
b70fe0535d
fix(storybook): replace storybook cypress e2e architect configuration (#2533) 2020-03-04 14:53:24 -05:00
Jonathan Cammisuli
91391555fc fix(node): use correct imports in express tests 2020-03-04 14:37:43 -05:00
Isaac Mann
c2bac02420 fix(storybook): find any module file 2020-03-04 14:37:24 -05:00