6116 Commits

Author SHA1 Message Date
Jason Jean
268fe36ab6 fix(testing): support loading css 2019-03-11 13:30:26 -04:00
Jason Jean
04c6966f25 fix(nx): install ts-jest for non-angular apps 2019-03-11 13:30:26 -04:00
Jason Jean
132bf47dbe feat(testing): update to jest v24 2019-03-11 13:30:26 -04:00
ben
a84d6715a4 feat(builders): support Cypress exit option
Support the `exit` option to keep (or not), Cypress open after all tests run.

resolve #1119
2019-03-11 11:05:29 -04:00
Jason Jean
37c71706b4 fix(nx): format ng-new projects 2019-03-11 11:04:30 -04:00
Jason Jean
460d2d7dff fix(nx): remove extract-i18n target from non-angular apps 2019-03-11 11:03:50 -04:00
ben
5bc181cb3e chore(libs): update nx logo for workspace 2019-03-11 11:03:07 -04:00
Jason Jean
938eb1970e fix(nx): add zone.js as a dependency of builders 2019-03-11 11:02:41 -04:00
Jason Jean
2a94649d41 feat(nx): add js and jsx support to builders and affected 2019-03-11 11:01:28 -04:00
Jason Jean
a34eb17c47 fix(nx): remove es5BrowserSupport from non-angular apps 2019-03-11 10:15:55 -04:00
Jason Jean
98e83f92bd feat(nx): add framework react for libs 2019-03-11 10:15:18 -04:00
Emilio Martinez
598cedb89f refactor(schematics): strongly type cypress pluginsFile params (#1127) 2019-03-04 20:02:32 -05:00
Victor Savkin
63691ec450 fix(nx): only add angular deps when generating angular apps 2019-03-03 13:19:19 -05:00
Jason Jean
b4b38d12d8 fix(nx): small fixes 2019-03-03 09:12:53 -05:00
Victor Savkin
9ef7606b3e feat(nx): empty workspace should start with no dependencies 2019-03-03 09:12:53 -05:00
Victor Savkin
b81e767300 feat(nx): add presets for web components and react 2019-03-03 09:12:53 -05:00
Jason Jean
3bad40ea65 feat(nx): support no framework apps 2019-03-02 12:03:30 -05:00
Victor Savkin
24f31d1495 feat(nx): add create-nx-workspace package to simplify workspace creation 2019-03-01 22:04:01 -05:00
Victor Savkin
8d382a8aad fix(angular): update app.component.ts to point to nx.dev 2019-03-01 16:31:20 -05:00
Victor Savkin
67b68e34e2 feat(angular): update readme 2019-02-28 16:53:41 -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
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
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
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
James Henry
e8f292279e fix(run-commands-builder): set maxBuffer to 10MB 2019-02-11 11:49:17 -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
Danielle Sheehan
9d01586adf fix(builders): copy fixture folder (#1053) 2019-02-04 18:13:15 -05:00
Jason Jean
db0fa65b32 feat(schematics): introduce framework option for lib schematic 2019-02-03 12:59:02 -05:00
Nathan Walker
049fd330f6 fix(schematics): app generator tsconfig types iterable error (#1033) 2019-02-01 09:27:21 -05:00
Bucky Maler
0b8a024632 fix(schematics): snapshot not being generated when ran against fixture (#959)
fix #958
2019-01-31 14:20:48 -05:00
Jason Jean
52f90b9702
feat(schematics): add vscode extension recommendations (#1023) 2019-01-31 14:19:41 -05:00
James Henry
3608e4c1c3 fix(builders): ensure child process is killed on exit 2019-01-30 09:04:34 -05:00
James Henry
6a1ccecf9a refactor(workspace-schematics): options refactor 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
4e1c8b3598 fix(schematics): fix incorrect migration target version 2019-01-28 17:37:42 -05:00