8697 Commits

Author SHA1 Message Date
Karl Merkli
19e90f8b5f fix(docs): typo in nx workspace without npx (#1113) 2019-02-28 00:40:18 -05:00
Victor Savkin
eabcb96db0 feat(nx): update docs 2019-02-26 10:26:27 -05:00
Victor Savkin
7f2c16f3a3 feat(nx): add presets to simplify the creation of workspaces with angular and fullstack apps 2019-02-25 14:28:36 -05:00
Jason Jean
a6fd16d00e fix(nx): lock version during update 2019-02-22 18:04:24 -05:00
Victor Savkin
759d4f929e fix(nx): pin cli version 2019-02-22 18:04:24 -05:00
Victor Savkin
d8c2967404 docs(nx): misc docs fixes 2019-02-22 13:57:14 -05:00
Victor Savkin
f0629d4649 docs(nx): fix links 2019-02-22 12:22:29 -05:00
Victor Savkin
f5852293c2 docs(nx): add about doc page 2019-02-22 10:10:15 -05:00
Benjamin Cabanes
ca5cec638b
fix(doc): getting started video sizes (#1097)
Update the height of some video to fit the default ratio of the documentation website.
2019-02-22 09:03:26 -05:00
ben
8af7650c07 doc(images): fix size to 250px 2019-02-21 13:08:42 -05:00
Victor Savkin
a0670f6795 Release 7.6.0 2019-02-21 08:19:55 -05:00
Victor Savkin
697f68e883 fix(docs): update README 2019-02-21 08:18:16 -05:00
Victor Savkin
f22fccf413 fix(nx): misc docs changes 2019-02-20 16:07:58 -05:00
Victor Savkin
b6efb0c090 docs(nx): add resources to map.json 2019-02-20 12:11:03 -05:00
Victor Savkin
96b67bd3c1 docs(nx): misc docs changes 2019-02-20 11:53:54 -05:00
Victor Savkin
35498d13bf fix(nx): remove --yarn flag 2019-02-19 15:28:24 -05:00
Jason Jean
f6224ffca5 feat(schematics): update to angular cli 7.3.0 2019-02-19 15:25:39 -05:00
ZachJW34
dd52f3cdca fix(nx): filter non-existing files during format (#1087)
Formatting of uncommitted files errors when the only change is the deletion of files. Checking if
the file exists before writing solves this issue.
2019-02-19 12:40:57 -05:00
Victor Savkin
36b8ff9c94 feat(frontend): generate NxModule only when generating NgRx 2019-02-16 22:42:49 -05:00
Victor Savkin
ddf7afb219 fix(build): do not cache node_modules 2019-02-16 19:55:22 -05:00
Victor Savkin
c2fc63d9c8 feat(node): set externalDependencies to none for production builds 2019-02-16 19:37:48 -05:00
Victor Savkin
6a78791aeb fix(angular): fix protractor and cypress related issues 2019-02-16 19:36:54 -05:00
Jason Jean
656c88c40a feat(nx): add tslint vscode plugin 2019-02-16 18:57:58 -05:00
Jason Jean
a38e489943 chore(nx): update license year to 2019 2019-02-15 14:31:22 -05:00
Benjamin Cabanes
4325784369
doc(project): update readme file links (#1076) 2019-02-15 10:33:16 -05:00
ben
47eeefd478 doc(fundamentals): treeview markdown 2019-02-13 15:49:21 -05:00
ben
667e1a3619 doc(getting-started): treeview markdown 2019-02-13 15:49:14 -05:00
ben
b1d008279b doc(guides): treeview markdown 2019-02-13 15:49:07 -05:00
Victor Savkin
03992c7de1 feat(nx): switch defaults to jest, cypress, and nest 2019-02-13 10:35:32 -05:00
Jason Jean
328aaab67a
enhancement(schematics): include path in json parsing error message (#1048) 2019-02-12 12:43:21 -05:00
Benjamin Cabanes
0bbcacd954 ci(travis): documentation check changes (#1062)
Essentially checking if the `yarn documentation` produces un-staged
files, if yes, then exiting with code 1.
2019-02-12 12:43:02 -05:00
Benjamin Cabanes
6b49e5f942 chore(readme): update banner to connect event (#1071) 2019-02-12 10:13:00 -05:00
Benjamin Cabanes
35c4089160 chore(prettier): add end of line settings (#1070)
Remove `dos2unix` uses in the `format` command because Pretter is now
handling the end of line options.
2019-02-12 10:11:57 -05:00
James Henry
e8f292279e fix(run-commands-builder): set maxBuffer to 10MB 2019-02-11 11:49:17 -05:00
Jason Jean
24dadb9b29 docs(nx): small changes (#1066)
* docs(node): update documentation
* docs(nx): small changes
2019-02-11 10:40:50 -05:00
Victor Savkin
2ce53ea2f8 docs(shared): update contributing.md 2019-02-08 10:40:55 -05:00
Victor Savkin
edff771387 feat(node): add frontendProject property 2019-02-08 10:40:55 -05:00
Victor Savkin
c6c5059d1b feat(node): add waitUntilTargets 2019-02-08 10:40:55 -05:00
Victor Savkin
8948c8d291 feat(node): support .env files 2019-02-08 10:40:55 -05:00
Victor Savkin
02d01b5ce4 feat(node): move the generated endpoint under /api 2019-02-08 10:40:55 -05:00
Victor Savkin
6d661cf633 feat(node): read the port from env 2019-02-08 10:40:55 -05:00
ben
1bd0ab2a80 doc(scripts): command line and schematics doc generation 2019-02-07 16:54:43 -05:00
Jason Jean
dbf59af6a5 feat(schematics): update ngrx to 7.2.0 2019-02-06 13:26:50 -05:00
Jackie Weng
e2f482afd3 fix(schematics): add rxjs dependency (#1051)
so that schematics will run regardless the version of rxjs used in the
monorepo.

fixes #1050
2019-02-05 16:12:20 -05:00
Esteban Marin
8b9703c2d5 docs(nx): fix typo in readme (#1052) 2019-02-05 09:19:08 -05:00
Danielle Sheehan
9d01586adf fix(builders): copy fixture folder (#1053) 2019-02-04 18:13:15 -05:00
Victor Savkin
e823df3b8a feat(docs): docs cleanup 2019-02-04 17:35:51 -05:00
Victor Savkin
5f756bf16f feat(docs): add more guides 2019-02-04 11:36:18 -05:00
Victor Savkin
0e1e5ce81b jest and cypress 2019-02-04 11:36:18 -05:00
Jason Jean
db0fa65b32 feat(schematics): introduce framework option for lib schematic 2019-02-03 12:59:02 -05:00