106 Commits

Author SHA1 Message Date
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
ac53e9a624 fix(schematics): "ng test" should not compile e2e tests 2017-12-13 14:04:33 -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
013a828d1e feat(schematics): add support for generating apps and libs in nested dirs 2017-12-05 16:23:26 -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
d6e66b9931 feat(schematics): add nx-migrate command 2017-12-01 11:37:13 -05:00