6116 Commits

Author SHA1 Message Date
Jason Jean
1ea7a1d786 feat(builders): add support for inspect-brk and port 2019-01-19 10:28:03 -05:00
Jason Jean
16df9e2bba feat(schematics): update to AngularCLI 7.2.1 2019-01-19 10:27:26 -05:00
Thomas Skalnik
9b156a563e fix(builders): add servePath to computedCypressBaseUrl 2019-01-19 10:26:56 -05:00
James Henry
94e26b95cc fix(builders): fix typo in run-commands schema 2019-01-18 11:44:44 -05:00
Victor Savkin
7a13cd6592 fix(perf): optimize affected by using a faster mtime calculation 2019-01-16 18:08:30 -05:00
Jason Jean
fb35a6103f enhancement(schematics): improve perf of affected
Ensure getProjectNodes is called once per command
2019-01-16 12:31:31 -05:00
Cristian Martinez
89262c1898 fix(schematics): add lib module to the parent module
fix #216
2019-01-16 09:17:20 -08:00
Dallas
3c3a54e0e4 fix(schematics): correct node-app framework prompt text 2019-01-16 09:09:14 -08:00
Victor Savkin
230483d0c0 feat(builders): add support for long-running tasks to RunCommandsBuilder 2019-01-16 10:26:00 -05:00
Victor Savkin
1d4c2e74e0 feat(builder): add --record option to cypress builder 2019-01-15 14:27:50 -05:00
Victor Savkin
8f3226dec7 feat(builder): implement run-commands builder 2019-01-15 11:55:30 -05:00
Victor Savkin
ffd9d93019 fix(build): make Nx dev process WSL-friendly
- Reformat code to have LF line endings.
- Enforce LF line endings.
2019-01-14 10:47:44 -05:00
Jason Jean
b850c1c81e fix(schematics): fix ngrx dependencies migration to 7.2 2019-01-05 18:38:55 -05:00
Jason Jean
0c2dd098e7 fix(builders): fix vulnerability in webpack-dev-server
https://www.npmjs.com/advisories/725
2019-01-05 18:38:05 -05:00
Jason Jean
43433eca71 feat(schematics): add node-app --framework nestjs 2019-01-04 13:11:20 -05:00
Jason Jean
d537476b0c enhancement(schematics): optimize formatting during codegen 2019-01-03 14:18:20 -05:00
Bart Duisters
9897fa1970 Fix typo
Removed 'is' from 'This is will overwrite ...'
2019-01-02 22:06:11 -05:00
Jason Jean
d0bcb5dc73 fix(schematics): do total recalculation for legacy existing deps 2019-01-02 09:38:57 -05:00
Jason Jean
e020a14e38 fix(schematics): fix misgenerated cypress lint configs 2019-01-02 09:38:47 -05:00
Jason Jean
516aa27582 enhancement(schematics): ignore .gitignored files from affected 2018-12-18 15:45:40 -05:00
ben
df175f165b chore(schematics): set ngrx version to 6.1.2 2018-12-13 15:09:42 -05:00
Jason Jean
5b305f758d feat(schematics): update to angular cli 7.1 2018-12-12 19:31:44 -05:00
Jason Jean
0bca0a7273 enhancement(schematics): incrementally update dependencies with only files changed 2018-12-12 19:29:42 -05:00
Piotr Rogowski
fd994b7104 fix(schematics): fix path resolution for modules that are above project rooti
In some projects some common code is placed in shared repo outdise of the workspace
In this cases there is upper dir present in paths (..)
For those cases resolved path is absolute to dir that isn't staring with project root path,
and it results in weirdly truncated path in error messages
like instead of /project/root/../shared/module we get /project/root/d/module
this commit uses node implementation, that works fine for those cases
2018-12-12 19:21:14 -05:00
muradm
b2843ecef7 feat(builders): add mjs to extensions for node-app #944 2018-12-10 19:02:33 -05:00
Andrew Grekov
ba3b40a40b docs(builders): typo fix 2018-12-10 10:43:52 -05:00
Chumachenkovlad
8b8bd41534 feat(schematics): add jest -t option 2018-12-07 13:49:04 -05:00
Chumachenkovlad
4d856ae1c4 feat(schematics): add jest testNamePattern option
`ng test <appNamw> —testNamePattern=<testSuitRegexp>` help to debug specific test suits
2018-12-07 13:49:04 -05:00
Jason Jean
2e25398e8c feat(schematics): support dry run for workspace-schematics 2018-12-03 15:37:13 -05:00
Jason Jean
92383e53b6 fix(schematics): add es2015 module to tsconfig 2018-12-03 11:52:01 -05:00
Jimmy Reichley
e290abc29c fix(schematics): dont let bad .nx-results file prevent test run
If the .nx-results file got into a bad state, then it caused CLI
commands to fail in a cryptic way due to yargs failing JSON parsing.
This included having an empty .nx-results file.

Now we treat this case as if there was no results file in the first place.
2018-12-03 11:51:44 -05:00
ben
973d33b818 fix(schematics): add forbidden properties when renaming
Add a `forbiddenPropertyList` into the `replaceAppNameWithPath` function
to not override some property's value that should stay pristine.

closes #900
2018-12-03 11:49:38 -05:00
Jason Jean
f75445dd8e fix(schematics): update npm-run-all and purge dependency on event-stream 2018-11-26 16:30:11 -05:00
Jason Jean
cd2e311a32 feat(schematics): create local project tsconfigs for typings 2018-11-25 14:25:43 -05:00
Jason Jean
d0c9c5e05d fix(schematics): always npm scope for generating package.json of lib 2018-11-25 14:25:19 -05:00
Jason Jean
dd4d671341 fix(schematics): generate defaults for scss 2018-11-23 11:10:10 -05:00
Jason Jean
a93033e728 fix(schematics): pass parsedArgs straight to generateDepGraph 2018-11-23 11:08:59 -05:00
Timo Hillmann
b13bf3a371 feat(builders): updated schema.json for cypress builder 2018-11-19 17:29:46 -05:00
Timo Hillmann
e5923ad4db feat(schematics): add browser option to cypress builder
Cypress supports running the tests in a user-specified browser. This option was not exposed through
the Cypress builder before. This change will add this option in.

re #906
2018-11-19 17:29:46 -05:00
Jason Jean
5357aa4b9c fix(schematics): fix affected argument delimiting 2018-11-19 17:29:25 -05:00
Jason Jean
dfba24dc9b fix(builders): do not copy fixtures if not defined by cypress.json 2018-11-19 17:29:02 -05:00
listepo-alterpost
e2cd2f9259 fix(schematics): update description for simpleModuleName 2018-11-18 14:48:38 -05:00
listepo-alterpost
0c70d0777d fix(schematics): rename skipModuleName to simpleModuleName 2018-11-18 14:48:38 -05:00
listepo-alterpost
c0ec046b0b fix(schematics): added skipModulePrefix 2018-11-18 14:48:38 -05:00
Emilio Martinez
ace390e6f7 fix(schematics): ensure path to file before writing 2018-11-18 14:48:11 -05:00
--get
e7e9fac7d9 feat(schematics): update prettier to 1.15 and format html 2018-11-18 14:47:11 -05:00
--get
54063df355 feat(builders): create sourcemaps for node apps 2018-11-18 14:42:57 -05:00
--get
f8ac8e1569 feat(schematics): add generic affected 2018-11-12 14:30:25 -05:00
rwoody
3f493b71c6 fix(nx): use pipeable ofType operator from ngrx
fix #890
2018-11-12 13:54:12 -05:00
--get
e4f45afad9 fix(schematics): set correct tsConfig for lint for cypress project 2018-11-12 13:52:54 -05:00