vsavkin
cc3f51f85b
fix(schematics): fix create-nx-workspace
2018-02-02 09:00:49 -05:00
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
4903e8f1ec
add @angular-devkit/schematics and @schematics/angular as dev dependencies
2018-01-30 20:29:11 -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
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
172c18dc9b
feat(schematics): switch to angular 5.2 and cli 1.6.5
2018-01-21 14:23:08 -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
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
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
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
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
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
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
Justin Schwartzenberger
3b1942ed83
fix(schematics): change rxjs version to use hat
2017-12-14 09:22:43 -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
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
550de7bb80
fix(schematics): ng build should only recompile the selected app
2017-12-11 14:07:11 -05:00