Jason Jean
|
18c8b2b30d
|
fix(core): change running tasks in parallel to running in serial (#4785)
|
2021-02-12 21:39:55 +00:00 |
|
Jason Jean
|
33acb41afb
|
cleanup(react): cleanup generators for react and next (#4769)
|
2021-02-12 15:29:31 -05:00 |
|
vsavkin
|
d651eab4fe
|
fix(core): output gets printed twice when using pipe capture
|
2021-02-11 16:14:49 -05:00 |
|
vsavkin
|
1a75fd4859
|
feat(core): default outputs to both prepare and build targets
|
2021-02-11 16:14:49 -05:00 |
|
Victor Savkin
|
4320c5a280
|
fix(misc): restore utils/fileutils to prevent plugins deep importing from breaking
|
2021-02-10 09:39:04 -05:00 |
|
Jason Jean
|
d51bbe04f9
|
feat(storybook): migrate storybook schematics to devkit
|
2021-02-10 09:35:54 -05:00 |
|
Jason Jean
|
b6e9e8b922
|
fix(testing): fix removing libraries that do not have tests (#4706)
|
2021-02-04 17:53:04 -05:00 |
|
Jason Jean
|
7372920bef
|
feat(react): migrate @nrwl/web:package to devkit (#4697)
|
2021-02-04 10:32:28 -05:00 |
|
Jason Jean
|
82ee3227af
|
fix(core): fix workspace creation not working on windows
|
2021-02-04 01:31:47 +02:00 |
|
Jason Jean
|
34781a11c2
|
feat(react): migrate @nrwl/web:dev-server to devkit (#4682)
|
2021-02-03 16:33:51 -05:00 |
|
Jason Jean
|
06f84b3326
|
feat(react): migrate @nrwl/web schematics to devkit (#4666)
|
2021-02-02 18:56:35 -05:00 |
|
Jason Jean
|
a500088d36
|
fix(core): do not modify existing files during workspace creation
|
2021-02-02 14:01:06 -05:00 |
|
Jason Jean
|
6bd0c2deac
|
feat(react): migrate @nrwl/web:build to devkit (#4646)
|
2021-02-01 17:06:41 +00:00 |
|
Victor Savkin
|
14f4fcce53
|
feat(core): add public and build to the list of implicit cached folders for build
|
2021-01-31 13:51:34 -05:00 |
|
Jason Jean
|
e99a65d8ad
|
fix(core): generate schematics map for workspace-generators (#4643)
|
2021-01-29 15:43:07 -05:00 |
|
Victor Savkin
|
669f21513b
|
fix(core): add missing deps to support running old migrations
|
2021-01-29 10:31:52 -05:00 |
|
Victor Savkin
|
429fb22260
|
feat(core): default to running npm scripts when no targets are defined
|
2021-01-28 18:52:16 -05:00 |
|
Jason Jean
|
b36c4b5cc1
|
fix(linter): add @nrwl/linter as a devDependency and error on improper enum schema (#4634)
|
2021-01-28 16:30:10 -05:00 |
|
Jason Jean
|
55f6c11622
|
fix(core): properly set tsconfig path mapping on windows (#4624)
|
2021-01-27 20:20:18 -05:00 |
|
Jason Jean
|
ec758b4276
|
feat(linter): remove tslint from empty workspace and fix tslint support (#4622)
|
2021-01-27 18:38:07 -05:00 |
|
Tasos Bekos
|
bf599d14cd
|
fix(core): handle multiple & hyphen command arguments through --args
Closes #2846
|
2021-01-27 15:03:17 -05:00 |
|
Jason Jean
|
1eda4dca18
|
fix(repo): fix tests (#4617)
|
2021-01-27 12:12:22 -05:00 |
|
Jason Jean
|
504298162f
|
fix(core): fix issues with devkit/workspace on windows (#4615)
|
2021-01-26 15:31:46 -05:00 |
|
Jack Hsu
|
51973b88e2
|
chore(gatsby): move gatsby plugin to main repo
|
2021-01-26 12:17:28 -05:00 |
|
Juri
|
2c5134877f
|
fix(core): make sure schematic folder migration can be run multiple times
|
2021-01-26 08:53:48 -05:00 |
|
Victor Savkin
|
1663b2f895
|
fix(core): add output.ts back for third-party plugins using deep imports
|
2021-01-25 20:55:48 -05:00 |
|
Jason Jean
|
0933bcafd8
|
feat(core): clean up remaining usages of angular devkit (#4610)
|
2021-01-25 17:21:42 -05:00 |
|
Victor Savkin
|
a25e081a84
|
feat(core): remove angular devkit deps
|
2021-01-25 12:52:30 -05:00 |
|
Jason Jean
|
7066e8b821
|
feat(core): migrate preset to devkit
|
2021-01-22 20:13:33 -05:00 |
|
Jason Jean
|
00558054e0
|
feat(core): migrate init and run-commands to devkit (#4595)
|
2021-01-22 20:01:33 -05:00 |
|
Jonathan Cammisuli
|
1c4f23c80c
|
fix(node): use host.delete to delete files for the nest library schematic (#4476)
* fix(node): use `host.delete` to delete files for the nest library schematic
* fix(nest): update unit test
* chore(core): use host.delete
|
2021-01-22 15:59:49 -05:00 |
|
Jason Jean
|
d18c0b0914
|
fix(misc): fix removing the last project in the jest config (#4576)
|
2021-01-22 13:31:25 -05:00 |
|
Victor Savkin
|
0364a4e8eb
|
cleanup(core): update error message when failing to read nx deps
|
2021-01-22 12:40:41 -05:00 |
|
minijus
|
d55d6f88e5
|
fix(core): wrap cache read to try/catch
Instead of failure in cache read return `false` allowing the process to proceed as if cache was not found.
Part of #4470
|
2021-01-21 10:51:37 -05:00 |
|
Jason Jean
|
aeec4bd4d9
|
feat(core): migrate move to devkit (#4558)
|
2021-01-19 16:45:44 -05:00 |
|
umuur
|
c1fd7d07f3
|
fix(core): readme typo
|
2021-01-19 08:40:38 -05:00 |
|
Victor Savkin
|
a1c4d94ea6
|
fix(core): support setting parallel in nx.json
Closes #4542
|
2021-01-17 20:00:56 -05:00 |
|
Victor Savkin
|
1961bc97fb
|
feat(core): support executors returning async iterators
|
2021-01-17 09:34:13 -05:00 |
|
Tasos Bekos
|
96625c77fb
|
fix(repo): fix dependenies/discrepancies causing e2e tests with PNPM to fail
|
2021-01-16 17:54:54 +02:00 |
|
Victor Savkin
|
0a20e131c8
|
feat(misc): clarify plugin installation instructions
|
2021-01-15 12:24:34 -05:00 |
|
Mehrad Rafigh
|
bce2c56754
|
fix(core): update jest config correctly when using move schematic (#4501)
ISSUES CLOSED: #4500
|
2021-01-15 10:01:55 -05:00 |
|
Jason Jean
|
716bb44254
|
feat(core): migrate library to devkit (#4512)
* migrate lint
* feat(core): migrate library to devkit
|
2021-01-13 16:57:19 -05:00 |
|
Jason Jean
|
611128d648
|
fix(repo): fix failing unit tests in workspace (#4519)
|
2021-01-13 13:01:27 -05:00 |
|
Jason Jean
|
687786fcba
|
feat(core): migrate run-commands to devkit
|
2021-01-13 08:52:34 -05:00 |
|
Jason Jean
|
09c78c4750
|
feat(core): migrate create-nx-workspace to devkit
|
2021-01-13 08:51:50 -05:00 |
|
Victor Savkin
|
683d6f4e19
|
fix(core): use tmp folder for migrate instead of npx
|
2021-01-12 20:37:40 -05:00 |
|
Victor Savkin
|
1167e65bf8
|
feat(core): improve ergonomics of the migrate command
|
2021-01-12 11:58:29 -05:00 |
|
Victor Savkin
|
ac87c5954e
|
fix(repo): temp disable running e2e tests on windows
|
2021-01-11 13:51:40 -05:00 |
|
Victor Savkin
|
04f2abd65c
|
fix(repo): fix unit tests not working on node 15
|
2021-01-11 13:39:25 -05:00 |
|
Jason Jean
|
82f801b0db
|
fix(core): run-commands should fail when a command in serial fails (#4477)
|
2021-01-11 12:19:41 -05:00 |
|