Victor Savkin
03992c7de1
feat(nx): switch defaults to jest, cypress, and nest
2019-02-13 10:35:32 -05:00
Jason Jean
8338507ac2
tests(e2e): fix failing e2e tests due to incorrect flags ( #1040 )
2019-01-31 14:18:45 -05:00
James Henry
fef18541d9
test(workspace-schematic): consistent --no-interactive
2019-01-29 22:59:01 -05:00
James Henry
d7a617e43c
feat(workspace-schematic): support list-schematics and interactive prompts
2019-01-29 22:59:01 -05:00
Jason Jean
d537476b0c
enhancement(schematics): optimize formatting during codegen
2019-01-03 14:18:20 -05:00
Jason Jean
2e25398e8c
feat(schematics): support dry run for workspace-schematics
2018-12-03 15:37:13 -05:00
Thomas Burleson
8334c200a7
fix(schematics): library schematic properly removes extra files
...
Angular CLI now supports `host.delete()`. `updateProject()` now properly removes
the library generated service and component files.
> Earlier workarounds using `unlink()` were not working.
Refs #650 .
2018-08-03 17:01:19 -04:00
Jason Jean
205e7ad7ef
feat(schematics): support @angular/cli@6.1.1
2018-08-02 13:39:19 -04:00
Jonathan Cammisuli
ee1eb2cf82
style(schematics): change e2e it descriptions to previous name
2018-07-09 11:27:47 -04:00
Jonathan Cammisuli
72e3eed599
style(schematics): format command-line.test.ts
2018-07-09 11:27:47 -04:00
Jonathan Cammisuli
ea15cf2a94
test(schematics): add e2e tests for building publishable libs
2018-07-09 11:27:47 -04:00
Jason Jean
0ad61c7acb
feat(schematics): deprecate nx update
2018-06-14 12:02:29 -04:00
Jason Jean
577c72ba78
feat(schematics): allow isolation of failed affected commands
2018-06-13 17:13:32 -04:00
Victor Savkin
f80061d37d
feat(schematics): add --all to all affected:* commands
2018-06-11 12:12:11 -04:00
Jason Jean
caa5274fad
feat(schematics) add migration for implicitDependencies
2018-06-09 12:54:33 -04:00
Victor Savkin
55b7386b99
fix(schematics): remove fit
2018-06-07 20:55:21 -04:00
Victor Savkin
aeb0d8eb83
feat(schematics): add lint:affected
2018-05-31 16:53:28 -04:00
--get
7c330163bd
feat(schematics): add exclude option for affected
2018-05-08 10:30:39 -04:00
--get
9a1e6c0849
fix(schematics): filter nx specific flags from being passed to ng cli
2018-05-08 10:30:39 -04:00
Victor Savkin
fd5149d762
feat(schematics): add affected:test
2018-05-07 10:30:55 -04:00
Victor Savkin
907ec27528
feat(schematics): switch to cli6
2018-05-06 19:12:02 -04:00
mrmeku
08896fd195
feat(schematics): Generate --help for every CLI function.
...
This PR introduces the yargs package as our CLI command handler.
We build up commands using yargs to take advantage of its built
in --help flag formatter.
2018-04-12 21:49:59 -04:00
Nitin Vericherla
49525efe3e
feat(nx): support to generate visualization graph
...
`npm run dep-graph` outputs a visual dependency graph
2018-04-06 20:51:02 -04:00
Victor Savkin
bc559575f5
feat(schematics): add support for workspace-specific schematics
2018-04-05 15:44:15 -04:00
Victor Savkin
ce553b732e
feat(schematics): add lint checks ensuring the integrity of the workspace
2018-03-29 13:26:40 -04:00
Victor Savkin
4e9d52a044
simplify build setup to use the main tsconfig.json file for tests
2018-03-28 11:21:52 -04:00
FrozenPandaz
edac12c859
refactor: add rule for no unused locals and cleanup
2018-03-27 19:46:56 -04:00
FrozenPandaz
9cc8259190
refactor(schematics): add method for updating and reading json
2018-03-27 10:48:12 -04:00
vsavkin
9a40686bcc
formatting
2018-03-25 15:43:17 -04:00
Thomas Skalnik
7b63de662e
feat(schematics): use npm-run-all to run build in parallel
2018-03-25 14:13:43 -04:00
FrozenPandaz
c747a4a0a0
fix(nx): allow more types of arguments
2018-03-25 10:49:11 -04:00
vsavkin
74d920a4cd
reformat the code using the new prettier config
2018-03-16 11:21:38 -04:00
vsavkin
2842cb9c38
feat(schematics): add support for tagged libs
2018-03-13 16:03:51 -04:00
vsavkin
56788ba3d1
feat(schematics): show warnings about importing lazy loadable libraries without forcing users configure them in tslint.json
2018-03-12 20:04:50 -04:00
vsavkin
feeaba1a4b
fix(schematics): fix format:write --libs-and-apps
2018-02-28 12:36:34 -05:00
vsavkin
2fb6259751
feat(schematics): add update, update:skip, and update:check commands
2018-02-27 11:36:38 -05:00
vsavkin
acdeb1b71c
feat(schematics): switch to angular/cli 1.7
2018-02-25 17:13:56 -05:00
vsavkin
8a3c182493
cleanup(schematics): clean up the output of nx-migrate
2018-02-01 11:24:28 -05:00
vsavkin
93a6b4e94b
fix(schematics): add a post install script that run nx-migrate:check
2018-01-31 09:35:22 -05:00
vsavkin
d7ba9fdc1b
feat(schematics): add nx-migrate:check and nx-migrate:skip scripts
2018-01-30 16:28:14 -05:00
vsavkin
e0a977b2d3
fix(build): build improvements
2018-01-18 17:08:37 -05:00
vsavkin
912fc81708
fix(tslint): disallow importing apps
2018-01-05 10:49:04 -05:00
vsavkin
5794a5d4f3
feat(schematics): add an option to format:check to "round up" to the closest lib/app
2018-01-03 11:13:56 -05:00
vsavkin
2a892b7a41
fix(schematics): fix format command to handle large number of files
2018-01-03 09:34:27 -05:00
vsavkin
826a0b1056
feat(schematics): add format:check and format:write commands
2018-01-02 15:51:44 -05:00