771 Commits

Author SHA1 Message Date
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
Charles Lyding
64ebf9cf63 feat(@angular/cli): update cli config with workspace support 2018-03-27 21:03:18 -07:00
Hans Larsen
ec0d91086e release: 6.0.0-beta.7 2018-03-27 08:52:38 -07:00
Filipe Silva
7e09cca5fb ci: use Angular 6 project with CLI using fixed RxJs 2018-03-27 15:55:46 +01:00
Mike Brocchi
46946e6afe ci: Update to latest version of devkit snapshots 2018-03-27 14:38:15 +01:00
Filipe Silva
5380b72f75 fix(@angular/cli): check Node, Angular and RxJs minimum versions for CLI v6 2018-03-26 21:35:08 +01:00
Filipe Silva
6cf7181f42 test: re-enable platform-server test 2018-03-26 10:57:49 -07:00
Filipe Silva
8b4ec649aa fix(@angular/cli): fix generator paths on windows 2018-03-26 17:50:06 +01:00
Filipe Silva
2bf6838374 test: re-enable build tests 2018-03-26 17:50:06 +01:00
Mike Brocchi
7d04c9ca12 fix(@angular/cli): Fix add command collection arg parsing 2018-03-22 19:15:53 -07:00
Mike Brocchi
b0569241bc feat(@angular/cli): Implement schematic workflow and workspace 2018-03-22 19:15:53 -07:00
Mike Brocchi
494b9f4288 feat(@angular/cli): Read config values from config file 2018-03-22 19:15:53 -07:00
Mike Brocchi
d57ba45291 feat(@angular/cli): Remove pre-processing of schematics
This logic has been moved to the schematics so the CLI doesn't special-case anything.
2018-03-22 19:15:53 -07:00
Filipe Silva
916731c88f fix(@angular/cli): show warning when old karma plugin is imported 2018-03-21 09:56:42 -07:00
Charles Lyding
2ee7e9cd5a feat(@angular/cli): update TypeScript version check for Angular 6.0 2018-03-21 12:16:30 +00:00
Filipe Silva
41320bf8fd feat(@angular/cli): use workspace for architect commands 2018-03-19 11:26:38 -07:00
Hans Larsen
935060c69f release: 6.0.0-beta.6 2018-03-16 22:38:56 -07:00
Mike Brocchi
b94b607090 refactor: Remove unused commands 2018-03-16 21:57:29 -04:00
Filipe Silva
b75b21f13c test: re-enable disabled architect build tests 2018-03-16 10:59:05 -07:00
Filipe Silva
38c8463280 feat(@angular/cli): use architect 2018-03-16 10:59:05 -07:00
Charles Lyding
6858291739 refactor(@angular/cli): cleanup unused ember-cli code 2018-03-13 11:52:26 -04:00