6116 Commits

Author SHA1 Message Date
Jessica Nierth
a074edf3f9 fix(nx): wrap tmp directory into quotes
Defensive layer in case user setup to node.js contains spaces.
2019-04-29 13:35:40 -04:00
Victor Savkin
31a2d64ae4 feat: reimplement presets to work with the new package layout 2019-04-29 13:35:40 -04:00
Jason Jean
fb152e689a refactor(frontend): refactor NxModule to @nrwl/angular 2019-04-28 15:10:38 -04:00
mrmeku
b8ee3ba478 feat(nx): remove @nrwl/bazel package 2019-04-28 15:07:08 -04:00
Jason Jean
d61796cead fix(nx): fix affected params interpolation 2019-04-28 15:06:35 -04:00
Jason Jean
a3be21ca78
feat(nx): generating apps works without ng-add (#1287) 2019-04-26 15:19:50 -04:00
Jason Jean
422fef7c1c fix(frontend): remove dependency on @angular/compiler-cli 2019-04-24 17:32:41 -04:00
Jason Jean
09a3ee66ea feat(nx): add ability to use interpolated arguments in affected 2019-04-24 17:28:48 -04:00
Victor Savkin
e8ea4dfabf fix(build): add missing webpack deps to node and web 2019-04-22 18:14:25 -04:00
Victor Savkin
1c07d05af3 refactor(workspace): remove utils creating webpack config 2019-04-22 18:14:25 -04:00
Victor Savkin
b5f1966ca5 refactor(nx): extract workspace creation into @nrwl/workspace 2019-04-21 09:46:21 -04:00
Jason Jean
9bbb69d40f refactor(frontend): refactor angular to @nrwl/angular 2019-04-18 15:25:06 -04:00
Jason Jean
f998200eaa test(testing): fix failing cypress test 2019-04-18 14:12:47 -04:00
Jason Jean
debda15222 refactor(testing): separate cypress to @nrwl/cypress 2019-04-17 17:06:44 -04:00
Jason Jean
e8a8edadc5 style(nx): reformat files 2019-04-17 17:03:11 -04:00
Victor Savkin
bba34f8583 refactor(backend): create separate packages for express and nest 2019-04-16 19:45:55 -04:00
Victor Savkin
13a72f4fd1 refactor(frontend): refactor web components support into a separate package 2019-04-16 14:44:24 -04:00
Jason Jean
625b2837a8 refactor(testing): separate jest to @nrwl/jest 2019-04-16 13:10:49 -04:00
Jason Jean
7e0b4a0066 refactor(frontend): separate react into separate collection 2019-04-16 08:37:55 -04:00
Marvin Luchs
5c56e545ce fix(schematics): missing CSS import in web component app
fix #1249
2019-04-15 21:46:37 -04:00
ben
41b915bf75 feat(builders): expose clearCache to Jest builder
This exposes the `clearCache` option from Jest to Nx. You can now easily
clear Jest's default cache directory while running your tests.
2019-04-15 21:45:54 -04:00
Victor Savkin
c1f377270f fix(schematics): relax jasmine marbles version 2019-04-15 21:45:29 -04:00
Sebastian Podgajny
c769b5889f fix(nx): update Prettier and include 'less' extension #1220
Update Prettier version 1.15.3 => 1.16.4
Include 'less' in PRETTIER_EXTENSIONS array
2019-04-14 14:51:15 -04:00
Bucky Maler
16bd139017 feat(node): add source map support
closes #1072
2019-04-14 14:48:59 -04:00
Bucky Maler
0bc9e505ae fix(node): webpack devtool option
Source maps were inlined with --source-map false, but now no source maps are generated with
--source-map false.

#1229
2019-04-14 14:46:21 -04:00
Jason Jean
bd2cb49bfd fix(testing): fix jest on windows 2019-04-14 14:42:46 -04:00
Marvin Luchs
b26e626251 test(schematics): revert changes to test of relatively importing the same library (#1227) 2019-04-05 17:17:04 -04:00
Marvin Luchs
5daffc3cc7 test(schematics): add test for relatively importing src directory of another library 2019-04-04 13:57:15 -04:00
Marvin Luchs
dd1a7f5c3a style(schematics): update formatting of nxEnforceModuleBoundariesRule 2019-04-04 13:57:15 -04:00
Marvin Luchs
97457a2c30 fix(schematics): normalize path in findTargetProject
findTargetProject returns OS-specific paths which may not match the paths in projectNode.files. To
fix this, the path needs to be normalized the same way as it is done in
isRelativeImportIntoAnotherProject. Also, per default when an import points to a directory, "index"
should be added as a potential import file candidate.
2019-04-04 13:57:15 -04:00
Jason Jean
5137c182a7 fix(testing): warn on type checking errors 2019-04-04 13:27:44 -04:00
Jason Jean
360e5794cc Revert "feat(node): set externalDependencies to none for production builds"
This reverts commit c2fc63d9c8103a1600b0867c05cf2335ca0934ac.
2019-04-03 16:11:23 -04:00
Jason Jean
1dfe26dade enhancement(nx): remove @types/yargs from @nrwl/schematics dependencies 2019-04-03 11:40:52 -04:00
Jason Jean
417863da9d fix(nx): fix app generation for names which match builder properties 2019-04-03 11:40:35 -04:00
Jason Jean
259f662063 fix(nx): handle unnormalized names for project generation 2019-04-03 11:40:08 -04:00
Alexei Domratchev
c1aaed5c69 feat(testing): support for vscode-jest integration 2019-04-03 11:39:17 -04:00
Hot Pixel Group
256d83c3f9 refactor(nx): modifies log for NestJS apps to reflect global prefix (#1201)
Clears confusion from console.log on NestJS apps when bootstrapped

re #1132
2019-04-01 14:23:33 -04:00
John Collom
5e470ca42f feat(schematics-cli): add multiple selection support for prompts
adds check for `multiselect` in prompt definition
(per PromptDefinition interface from @angular-devkit)
2019-03-19 20:45:28 -04:00
hmagrini
8428182ed5 feat(node): add --host option when inspecting a node process 2019-03-19 20:43:42 -04:00
Jason Jean
3cf84eca24 enhancement(nx): optimize affected to strip sourcecode down to imports/exports 2019-03-19 20:41:22 -04:00
Victor Savkin
3277b9d208 fix(nx): migration fails when ngrx is not in package.json 2019-03-18 09:48:54 -04:00
Jason Jean
18c870c962 fix(nx): minify production web bundles 2019-03-14 09:19:01 -04:00
ben
fe31f9e0a1 chore(libs): bump nx logo dimensions 2019-03-12 18:22:48 -04:00
Emerson Jair
c82cfe4692 feat(docs): fix typo in run-commands 2019-03-12 18:22:21 -04:00
Jason Jean
1dacfefbaf fix(testing): do not generate serializers for non-angular apps 2019-03-12 11:27:33 -04:00
mrmeku
69709110c6 feat(cypress): enable parallelization 2019-03-11 17:14:56 -04:00
Jason Jean
bd9301f5c8
style(nx): remove unncessary console.logs (#1158) 2019-03-11 16:12:48 -04:00
Jason Jean
0c0788880d
feat(nx): add appropriate favicons for different frameworks (#1157) 2019-03-11 16:12:37 -04:00
Jason Jean
7d599269e7
fix(nx): remove extension from export in lib index for react libs (#1156) 2019-03-11 16:10:31 -04:00
Jason Jean
345170a890
fix(testing): fix jest typings version (#1155) 2019-03-11 16:10:15 -04:00