9337 Commits

Author SHA1 Message Date
Benjamin Cabanes
ca57cf29d8 fix(docs): general typos (#1277) 2019-04-18 16:12:08 -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
8f39d3eecc chore(nx): add gitter badge 2019-04-16 13:11:04 -04:00
Jason Jean
625b2837a8 refactor(testing): separate jest to @nrwl/jest 2019-04-16 13:10:49 -04:00
Suraj
9ee487d20f docs(nx): fixed typo in getting started guide (#1265)
Fixed typo in Tooling & Automation section in Nx and Angular CLI article
2019-04-16 10:28:14 -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
Victor Savkin
08505f50c7 Release 7.8.1 2019-04-15 13:43:35 -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
MSakamaki
ed1d69fdd4 docs(nx): fix typo on tutorial
Tutorial is abort because there is no export in Todo interface, fix it
2019-04-14 14:45:36 -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
Victor Savkin
7cc6d11b02 Release 7.8.0 2019-04-05 16:02:00 -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
Mathieu Paquette
753c8e0e2a docs(readme): fix typos in README (#1214) 2019-04-01 10:55:36 -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
Victor Savkin
800e09f308 docs(nx): add nx in enterprises guide 2019-03-19 20:41:48 -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
fc9af4d0b9 docs(nx): add --ignore-existing to all npx commands 2019-03-19 20:35:04 -04:00
Victor Savkin
3d0e7867e0 Release 7.7.2 2019-03-18 09:49:38 -04:00
Victor Savkin
3277b9d208 fix(nx): migration fails when ngrx is not in package.json 2019-03-18 09:48:54 -04:00
Victor Savkin
95830f9965 Release 7.7.1 2019-03-14 09:21:10 -04:00
ben
1a5049acc9 chore(readme): add book banner back 2019-03-14 09:19:15 -04:00
Jason Jean
18c870c962 fix(nx): minify production web bundles 2019-03-14 09:19:01 -04:00
Jason Jean
8e1f6d631c
docs(nx): minor fixes to react guide (#1168) 2019-03-13 15:52:47 -04:00
amorgulis
0d45058fab Fixed typos. (#1170)
docs(nx): fixed typos
BLANK LINE
Changed `and you will the following` to `and you will see the following`.
2019-03-13 13:31:24 -04:00
Victor Savkin
cc1344a6b8 docs(nx): a few clarifications in the angular+react guide 2019-03-13 09:04:23 -04:00
Victor Savkin
2f9f0c70a7 Release 7.7.0 2019-03-13 08:57:46 -04:00
Victor Savkin
7626b583b6 docs(nx): minor changes to the angular+react guide 2019-03-13 08:56:46 -04:00
Rodolfo Beccari de Oliveira
d93d5a0dfb docs(nx): fix sentence on 'Developing Like Google' section
Changing 'Nx supports two types of **projects**: applications from libraries' to 'Nx supports two
types of **projects**: applications and libraries.'
2019-03-13 08:46:38 -04:00
Victor Savkin
704a9877a5 docs(nx): add react guide 2019-03-12 19:46:16 -04:00