791 Commits

Author SHA1 Message Date
Hans
73075b7235 fix(@angular/cli): on postinstall show a message if using an old version of CLI
Fix #10258
2018-04-12 13:38:52 +01:00
Hans
ce0de40ef6 fix(@angular/cli): use add instead of install for yarn in npm-install 2018-04-11 14:51:50 -07:00
Hans
58d93180c7 fix(@angular/cli): show rxjs and fix alignment
Refactored a lot of this too so its much easier to do in the future as well.

Fix #10257
2018-04-11 14:33:41 -07:00
Hans
c51a7daae7 fix(@angular/cli): show schematic logging queue every workflow cycle
Fix #10155
2018-04-11 13:04:34 -07:00
Charles Lyding
8a7949c72c refactor(@angular/cli): improve invalid parameter error messages 2018-04-11 11:56:03 -04:00
Charles Lyding
cfcb5cb60c refactor(@angular/cli): minor command type cleanup 2018-04-11 11:56:03 -04:00
Hans
858fa971af fix(@angular/cli): dont show Nothing to be done on update
Fix #10253.
2018-04-10 17:37:40 -07:00
Hans
5337a23628
release: v6.0.0-rc.3 2018-04-10 09:59:38 -07:00
Hans
d4b26a4d82 feat(@angular/cli): remove the backslashes and use levenshtein distance to suggest
Suggesting a command could help.
2018-04-10 10:24:45 +01:00
Mike Brocchi
6870be2029 fix(@angular/cli): Show dry run warning
fixes #10194
2018-04-10 09:55:33 +01:00
Hans Larsen
b62e3f6721 fix(@angular/cli): allow private schematics on ng add
The execution was changed in #10184, but the getOptions() method was forgotten.
2018-04-09 17:04:42 -07:00
Charles Lyding
bda0dd724b refactor(@angular/cli): remove lodash and ember-cli-string-utils usage 2018-04-09 16:19:12 -07:00
Mike Brocchi
938b534068 fix(@angular/cli): Fix default collection for getting schematic options 2018-04-06 15:50:07 -07:00
Charles Lyding
b3183e0674 fix(@angular/cli): use direct path for workflow root on windows 2018-04-06 10:06:31 +01:00
Hans Larsen
7b62cbb9dd release: 6.0.0-rc.2 2018-04-05 19:19:02 -07:00
Charles Lyding
453ed74a5f fix(@angular/cli): use configured package manager 2018-04-05 10:22:16 -07:00
Hans Larsen
169ffa2833 release: 6.0.0-rc.1 2018-04-04 23:07:31 -07:00
Hans
555b5be150 fix(@angular/cli): allow some schematic commands to allow private
Fix #10182
2018-04-04 20:40:11 -07:00
Hans
359ccbe361 fix(@angular/cli): let --force through to the update schematic
Fix #10149
2018-04-04 19:59:18 -07:00
Hans
346a0649dc fix(@angular/cli): allow schematic commands to let core options through
Only if the subclass does not declare the option as its own.
2018-04-04 19:59:18 -07:00
Mike Brocchi
24bcc19fa0 fix(@angular/cli): Organize the help output 2018-04-04 16:12:42 -07:00
Charles Lyding
9d845297bd refactor(@angular/cli): remove common-tags usage 2018-04-04 19:38:40 +01:00
Charles Lyding
c84f19bcfa refactor(@angular/cli): remove unused ember task abstraction 2018-04-04 19:38:40 +01:00
Mike Brocchi
f6f774a3b0 fix(@angular/cli): Fix update command help options
fixes #10150
2018-04-04 10:45:22 -07:00
Mike Brocchi
645e0c5f81 fix(@angular/cli): Move update check to inProject command logic
fixes #10145
2018-04-04 10:26:43 -07:00
Charles Lyding
526b519797 refactor(@angular/cli): remove ajv peer warning suppression 2018-04-03 17:20:47 -07:00
Charles Lyding
f3148bcde2 refactor(@angular/cli): mark hidden commands as hidden 2018-04-03 17:20:03 -07:00
Hans Larsen
ac2ef6d6a2 release: 6.0.0-rc.0 2018-04-03 04:53:29 -07:00
Hans Larsen
cb4a02ca90 release: 6.0.0-beta.9 2018-04-03 03:50:47 -07:00
Filipe Silva
702dd5bc28 fix(@angular/cli): allow update to work without workspace 2018-04-03 03:46:22 -07:00
Filipe Silva
f896b9ac17 build: update to latest devkit snapshots 2018-04-03 03:46:22 -07:00
Filipe Silva
10517bce0b fix(@angular/cli): error out in un-updated projects 2018-04-03 02:35:33 -07:00
Filipe Silva
ecdc52cb30 fix(@angular/cli): error when local workspace cannot be loaded 2018-04-03 02:35:33 -07:00
Hans Larsen
4dcbf38989 test: fix e2e tests with latest devkit 2018-04-03 02:25:37 -07:00
Hans Larsen
af5bd5231c ci: use latest devkit snapshot 2018-04-03 02:25:37 -07:00
Mike Brocchi
d4f53c5449 test: Update e2e tests for new project structure 2018-04-03 02:25:37 -07:00
Hans
8cb2376480 fix(@angular/cli): add the ng-update key to point to migrations 2018-03-30 12:25:56 -07:00
Mike Brocchi
a0f5d81176 fix(@angular/cli): Verify workspace file for inProject commands 2018-03-29 18:23:32 -07:00
Charles Lyding
83ef4afce9 feat(@angular/cli): make node minimum check a fatal error 2018-03-29 12:28:16 -07:00
Charles Lyding
1a01b1e876 refactor(@angular/cli): validate global cli options with config set 2018-03-29 12:25:09 -07:00
Charles Lyding
cbc824a20c refactor(@angular/cli): cleanup config schematic defaults 2018-03-29 12:15:50 -04:00
Filipe Silva
cbd12d95ee test: replace mentions of build-webpack with build-angular 2018-03-29 08:15:03 -07:00
Hans Larsen
9a9bc00a45 feat: remove ngtools entirely from this repository 2018-03-29 08:15:03 -07:00
Hans Larsen
b85a7dccf3 release: 6.0.0-beta.8 2018-03-28 22:12:23 -07:00
Charles Lyding
c34db58cee fix(@angular/cli): honor global config command option 2018-03-28 20:38:21 -07:00
Mike Brocchi
295546203c fix(@angular/cli): Read schematic option values from angular.json 2018-03-28 16:53:06 -07:00
Filipe Silva
1303e61bca ci: update snapshots 2018-03-28 16:51:20 -07:00
Filipe Silva
7d27bf7b55 feat(@angular/cli): use devkit/build-webpack in projects 2018-03-28 21:38:25 +01:00
Hans
33a6823df1 feat(@angular/cli): move ng update to using the proper schematic 2018-03-28 10:17:19 +01:00
Hans
3708935cef fix(@angular/cli): properly show error or ignore on number 2018-03-28 10:17:19 +01:00