2229 Commits

Author SHA1 Message Date
vsavkin
8a3c182493 cleanup(schematics): clean up the output of nx-migrate 2018-02-01 11:24:28 -05:00
vsavkin
99ac2b5692 fix(schematics): update the latestMigration property 2018-01-31 10:29:48 -05:00
vsavkin
e5b247b573 update create-nx-workspace to support yarn in addition to npm 2018-01-31 10:27:08 -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
7ab14e3b26 fix(schematics): clean up the output of nx-migrate 2018-01-31 09:35:22 -05:00
vsavkin
5420f48aa7 update changelog 2018-01-30 20:31:01 -05:00
vsavkin
4903e8f1ec add @angular-devkit/schematics and @schematics/angular as dev dependencies 2018-01-30 20:29:11 -05:00
vsavkin
34e8d5483f feat(schematics): set @angular-devkit/core to 0.0.29 2018-01-30 17:10:53 -05:00
vsavkin
d7ba9fdc1b feat(schematics): add nx-migrate:check and nx-migrate:skip scripts 2018-01-30 16:28:14 -05:00
vsavkin
62ed009d76 feat(schematics): bump up @angular-devkit/core to 0.0.29 2018-01-29 10:26:17 -05:00
vsavkin
3f727e9be2 bump up version 2018-01-22 10:03:31 -05:00
vsavkin
3f37983775 fix(schematics): add an explicit dependency on @angular-devkit/core 2018-01-22 09:47:33 -05:00
vsavkin
7bfd4eb08d fix(schematics): add a migration to update test.js 2018-01-21 17:25:49 -05:00
vsavkin
8288974913 update changelog 2018-01-21 14:26:18 -05:00
vsavkin
bf40f78b16 bump up version 2018-01-21 14:26:13 -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
ced668dbb8 update changelog 2018-01-20 18:21:14 -05:00
vsavkin
8e1433f5ea bump up version 2018-01-20 18:21:09 -05:00
vsavkin
847a249980 feat(schematics): add a migration updating the version of prettier 2018-01-20 18:07:10 -05:00
vsavkin
9609fc6750 fix(command-line): make affected and format windows-friendly 2018-01-20 18:06:38 -05:00
vsavkin
e12eafd301 adds back nx-migrate to make the migration of fix the migration of older projects 2018-01-19 16:14:51 -05:00
James Henry
2293e28bd0 fix(schematics): continue traversing within irrelevant PropertyAssignment nodes 2018-01-19 15:39:24 -05:00
vsavkin
e0a977b2d3 fix(build): build improvements 2018-01-18 17:08:37 -05:00
vsavkin
828e4fe75d fix(tslint): clean up tslint configuration 2018-01-18 17:08:37 -05:00
vsavkin
bfbe0829d5 bump up version 2018-01-16 19:29:53 -05:00
vsavkin
78d67defa8 update changelog 2018-01-16 19:29:47 -05:00
vsavkin
2c49c30295 fix(schematics): avoid relative paths to node modules 2018-01-16 19:27:27 -05:00
vsavkin
f862ed05d1 fix(lint): handle the case when libraries are placed in the directory with the same name as an app 2018-01-12 11:07:33 -05:00
vsavkin
fed6c3aa95 update changelog 2018-01-08 21:53:11 -05:00
vsavkin
4135e6b325 bump up version number 2018-01-08 21:53:06 -05:00
vsavkin
ddd8de3813 fix(schematics): copy the cli file when running the workspace schematic 2018-01-08 21:50:00 -05:00
vsavkin
fe7032d29f fix(schematics): handle projects that have similar names 2018-01-05 10:49:04 -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
3531323fb5 fix(schematics): handle circular deps between libs and apps 2018-01-03 15:05:04 -05:00
vsavkin
878784ae81 feat(schematics): improve error messages 2018-01-03 15:04:50 -05:00
vsavkin
58c8a3ba61 bump up version number to 0.6.5 2018-01-03 13:59:07 -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
52cd99c4fa feat(schematics): remove formatting-related checks from tslint
npm run format:check and npm run format:write should be used instead
2018-01-03 09:56:13 -05:00
vsavkin
2a892b7a41 fix(schematics): fix format command to handle large number of files 2018-01-03 09:34:27 -05:00
vsavkin
a6cdd5ac5e fix(schematics): adds the old migrator script, so we can run the migration to update the script 2018-01-02 16:09:11 -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
2625b5fe1f bump up version to 0.6.0 2017-12-21 12:09:28 -05:00
vsavkin
be6bfd31ec fix(schematics): handle the case when -a and --app are surrounded by quotes 2017-12-21 11:51:39 -05:00
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