8684 Commits

Author SHA1 Message Date
vsavkin
e3feb8ac5e fix(schematics): fix apps:affected to handle non-ts files 2017-12-21 11:39:42 -05:00
Justin Schwartzenberger
3c55f34ca1 fix(schematics): make deep import check work for libs with same prefix
Adds logic to sort app names from longest to shortest so deep import
check of startsWith will work when more than one lib has the same
starting string. Also adds spec to confirm the case.
2017-12-20 10:13:06 -05:00
vsavkin
dcff8e6cbe fix(schematics): filter out empty lines when running "git diff" 2017-12-19 17:24:53 -05:00
vsavkin
a398ec3166 fix(schematics): a typo in a migration 2017-12-19 17:10:36 -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
b399679a37 bump up version to 0.5.4 2017-12-17 12:28:04 -05:00
vsavkin
f91836db59 fix formatting 2017-12-17 11:49:31 -05:00
Kevin Yang
1481d169bb update(prettier): change version. 2017-12-17 11:30:03 -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
a7f06edf59 fix(schematics): remove the empty apps arrays for the CLI to error properly
Closes #115
2017-12-14 14:11:18 -05:00
vsavkin
e4646ab852 bump up version to 0.5.2 2017-12-14 09:27:08 -05:00
Justin Schwartzenberger
b46eb1c699 fix(schematics): remove default prop for viewEncapsulation option flag
Also adds specs for confirming use with no flag and with flag
2017-12-14 09:23:25 -05:00
Ricardo Varanda
4aa42e4772 Fix NPM link in README 2017-12-14 09:22:53 -05:00
Justin Schwartzenberger
3b1942ed83 fix(schematics): change rxjs version to use hat 2017-12-14 09:22:43 -05:00
vsavkin
327fdb8522 cleanup(build): remove the install dir from packages 2017-12-13 14:38:07 -05:00
vsavkin
d779c8dabe bump up version to 0.5.1 2017-12-13 14:22:18 -05:00
vsavkin
670cd57dfa fix(schematics): fix 'npm run format' 2017-12-13 14:08:14 -05:00
vsavkin
ac53e9a624 fix(schematics): "ng test" should not compile e2e tests 2017-12-13 14:04:33 -05:00
vsavkin
ecb87a0dcd feat(schematics): disable typescript mismatch warnings 2017-12-13 13:42:10 -05:00
vsavkin
b17d9717e9 build(schematics): bump up version to 0.5.0 2017-12-12 15:46:24 -05:00
vsavkin
a477bb9fc9 feat(schematics): switch to angular 5.1 and CLI 1.6 2017-12-12 13:35:22 -05:00
vsavkin
6bbcddb681 fix: update the latest migration 2017-12-12 12:00:24 -05:00
vsavkin
6ff203e877 feat(schematics): add a migration upgrading 0.3.0 workspaces to 0.4.0 2017-12-11 16:27:32 -05:00
vsavkin
5b1b9436d0 remove a fit 2017-12-11 14:47:41 -05:00
vsavkin
f3de12348d clean up build scripts 2017-12-11 14:33:33 -05:00
vsavkin
8b3d33613f bump up version 2017-12-11 14:30:21 -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
Andrew Kemp
fa5d5bcace fix PR comment
removing code from index.ts as it's handled in the schema.json
2017-12-05 09:48:08 -05:00
Andrew Kemp
a2d0265266 feat(schematics): Customing naming of state folder
Adding ability to customize the name of the folder generated by `ng g ngrx`. Adds `--directory=directoryName` flag. Usage example: `ng g ngrx myState --directory=myState --module=libs/myFeature/myFeature.module.ts`
2017-12-05 09:48:08 -05:00
Joel Aufgang
996143cf60 refactor(schematics): eliminated single letter variable names in effects template
renamed a=>action, d=>dataPersistence
2017-12-04 16:01:31 -05:00
James Henry
e7fd6b1e04 fix(schematics): only begin converting to workspace once files have been checked 2017-12-04 14:49:40 -05:00
vsavkin
3670fd4a90 bump up the version to 0.3.0 2017-12-03 15:55:04 -05:00
Emilio Martinez-Cordero
b3f67351fe feat(schematics): add allow option to whitelist deep imports
Adds an `allow` option to the `nx-enforce-module-boundaries` rule.

This option allows users to provide a specific set of library deep imports that should be whitelisted. Values need to be to be absolute library import paths, e.g., `@npmScope/library/subdirectory`. This option does not affect relative imports.
2017-12-03 15:30:57 -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
Aysegul Yonet
3d53e31391 docs:add example repo link 2017-12-01 12:19:43 -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
cc2277e91b feat(schematics): upgrade the version of prettier 2017-11-27 18:20:47 -05:00
vsavkin
7bc950cfc2 bump up version 2017-11-26 20:21:12 -05:00
vsavkin
1bfa993feb add changelog 2017-11-26 20:20:36 -05:00
vsavkin
11e6c055ba fix(schematics): always use / when creating full path
Closes #109
2017-11-26 20:07:37 -05:00
vsavkin
7fd7594e67 feat(schematics): adds a schema file to allow custom properties that the default CLI distribution does not support
Closes #118
2017-11-26 12:52:23 -05:00
vsavkin
0384e108e4 bump up the version to 0.2.1 2017-11-26 12:52:23 -05:00
vsavkin
c8f754c19b update changlog 2017-11-26 12:52:23 -05:00
Chai Wei Jian
2ba910aa9a fix(schematics): import StoreRouterConnectingModule
Closes #108
2017-11-26 10:19:03 -05:00
vsavkin
c9759cc442 fix(schematics): use fetch instead of optimistic update in the generated effect
Closes #100
2017-11-17 17:48:35 -05:00