1347 Commits

Author SHA1 Message Date
FrozenPandaz
c747a4a0a0 fix(nx): allow more types of arguments 2018-03-25 10:49:11 -04:00
mrmeku
4184bb2d13 Rebasing issues resolved 2018-03-20 08:38:03 -04:00
vsavkin
74d920a4cd reformat the code using the new prettier config 2018-03-16 11:21:38 -04:00
vsavkin
cc49f366fa fix(schemtics): restruct the folder structure to avoid releasing the shared package 2018-03-13 19:50:58 -04:00
vsavkin
2842cb9c38 feat(schematics): add support for tagged libs 2018-03-13 16:03:51 -04:00
vsavkin
56788ba3d1 feat(schematics): show warnings about importing lazy loadable libraries without forcing users configure them in tslint.json 2018-03-12 20:04:50 -04:00
James Henry
56a6611575 feat(schematics): Allow users to set prettier config, add relevant migration 2018-03-11 14:34:40 -04:00
vsavkin
da9310e9db fix(schematics): fix create-nx-workspace to respect the --directory 2018-03-09 10:45:09 -05:00
vsavkin
eb42a4e34f feat(bazel): set up the schematic collection and e2e test 2018-03-02 11:26:54 -05:00
vsavkin
feeaba1a4b fix(schematics): fix format:write --libs-and-apps 2018-02-28 12:36:34 -05:00
vsavkin
2fb6259751 feat(schematics): add update, update:skip, and update:check commands 2018-02-27 11:36:38 -05:00
vsavkin
cb79dec084 feat(schematics): add skipInstall and skipGit options 2018-02-26 09:08:55 -05:00
vsavkin
acdeb1b71c feat(schematics): switch to angular/cli 1.7 2018-02-25 17:13:56 -05:00
vsavkin
125852d7ec test(schematics): add tests for create-nx-workspace 2018-02-04 18:14:40 -05:00
vsavkin
6756e197fb remove an "fit" 2018-02-04 16:21:53 -05:00
vsavkin
8a3c182493 cleanup(schematics): clean up the output of nx-migrate 2018-02-01 11:24:28 -05:00
vsavkin
93a6b4e94b fix(schematics): add a post install script that run nx-migrate:check 2018-01-31 09:35:22 -05:00
vsavkin
d7ba9fdc1b feat(schematics): add nx-migrate:check and nx-migrate:skip scripts 2018-01-30 16:28:14 -05:00
vsavkin
172c18dc9b feat(schematics): switch to angular 5.2 and cli 1.6.5 2018-01-21 14:23:08 -05:00
vsavkin
e0a977b2d3 fix(build): build improvements 2018-01-18 17:08:37 -05:00
vsavkin
2c49c30295 fix(schematics): avoid relative paths to node modules 2018-01-16 19:27:27 -05:00
vsavkin
ddd8de3813 fix(schematics): copy the cli file when running the workspace schematic 2018-01-08 21:50:00 -05:00
vsavkin
912fc81708 fix(tslint): disallow importing apps 2018-01-05 10:49:04 -05:00
Justin Schwartzenberger
df5bd089b6 fix(schematics): update workspace to set $schema and app name
Also updates application to use angularCliSchema const so it is set in one place.
closes #167
2018-01-04 09:34:11 -05:00
vsavkin
5794a5d4f3 feat(schematics): add an option to format:check to "round up" to the closest lib/app 2018-01-03 11:13:56 -05:00
vsavkin
2a892b7a41 fix(schematics): fix format command to handle large number of files 2018-01-03 09:34:27 -05:00
vsavkin
826a0b1056 feat(schematics): add format:check and format:write commands 2018-01-02 15:51:44 -05:00
vsavkin
c836668541 fix(lint): only allow importing libs using the configured npm scope 2017-12-28 11:35:29 -05:00
vsavkin
e3feb8ac5e fix(schematics): fix apps:affected to handle non-ts files 2017-12-21 11:39:42 -05:00
vsavkin
428762664a feat(schematics): add support for building and testing only the apps affected by a PR 2017-12-19 17:00:57 -05:00
vsavkin
f91b5309bd feat(schematics): replace install.sh with a more robust way of creating new workspaces 2017-12-17 11:29:49 -05:00
vsavkin
5b1b9436d0 remove a fit 2017-12-11 14:47:41 -05:00
vsavkin
550de7bb80 fix(schematics): ng build should only recompile the selected app 2017-12-11 14:07:11 -05:00
vsavkin
ecfd5cca21 fix(schematics): nested apps generation 2017-12-06 17:49:29 -05:00
vsavkin
013a828d1e feat(schematics): add support for generating apps and libs in nested dirs 2017-12-05 16:23:26 -05:00
vsavkin
7e479bedf2 test(schematics): bumped up test timeout 2017-12-03 15:09:59 -05:00
vsavkin
9e9e7360e8 test(schematics): added an e2e test for migrator 2017-12-03 15:09:39 -05:00
vsavkin
d6e66b9931 feat(schematics): add nx-migrate command 2017-12-01 11:37:13 -05:00
vsavkin
048448eba2 refactor(schematics): add all schematics into the collection dir 2017-12-01 11:37:13 -05:00
vsavkin
808f433fc5 build(schematics): run npm install only once 2017-11-27 18:21:13 -05:00
vsavkin
d7fc5b5605 fix(schematics): --routing should add RouterTestingModule in app.component.spec.ts
Closes #95
2017-11-17 16:04:54 -05:00
vsavkin
409bfff878 feat(schematics): add --routing to the lib schematic 2017-11-13 15:17:42 -05:00
vsavkin
a6045246c1 fix(schematics): update the NgRx schematic to generate correct root config
Closes #67
2017-10-22 14:58:23 -04:00
vsavkin
7219c8af71 feat(schematics): implement downgradeModule schematic 2017-10-19 11:38:21 -04:00
vsavkin
2c408cc8f8 refactor: rewrite all e2e tests not requiring execution as unit tests 2017-10-16 11:19:39 -04:00
Stephen Cavaliere
6f33d77969 fix(schematics): provide <router-outlet> in app.component.html
In the AngularCLI schematics, the equivalent to `ng g app` (`ng new`) provides a basic router outlet in the AppComponent's template when given the `--routing` flag. This provides parity to that feature.
2017-10-11 16:13:39 -04:00
vsavkin
a43fbaeb9a switch to prettier 2017-10-07 12:09:45 -04:00
vsavkin
1054a134cd bump up timeout 2017-10-06 12:31:40 -04:00
vsavkin
c5cfb3950d remove fit 2017-10-06 10:44:52 -04:00
vsavkin
bfcaaeafb7 feat(schematics): add a nice app.component.html 2017-10-06 10:06:25 -04:00