762 Commits

Author SHA1 Message Date
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
Mike Brocchi
82be0c69a5 feat(@angular/cli): Add config command to replace (get/set).
BREAKING CHANGE: Removing the get and set commands in favor of the new config
2018-03-13 11:51:56 -04:00
Mike Brocchi
b1ed4f733d refactor: Move task logic into commands 2018-03-12 17:32:30 -04:00
Mike Brocchi
f15c7973cb fix(@angular/cli): Handle no args and version flag 2018-03-09 12:02:29 -05:00
Hans Larsen
9c174138bd release: 6.0.0-beta.5 2018-03-08 21:15:24 -08:00
Hans Larsen
093e4ea55c feat(@angular/cli): add the add command 2018-03-09 00:00:58 -05:00
Hans Larsen
88fc93f164 feat(@angular/cli): allow commands to reparse options if needed 2018-03-09 00:00:58 -05:00
Hans Larsen
71772fd4eb build: upgrade the devkit to the latest version 2018-03-09 00:00:58 -05:00
Mike Brocchi
12e10e32ea feat(@angular/cli): Clean up generate options
BREAKING CHANGE: Removed collection and lint-fix options
2018-03-08 22:56:42 -05:00
Hans Larsen
a9bbe2a61e fix(@angular/cli): when a schematic fails on commit errors fail the command
Before the only way it could fail was to have the schematic throw, but that does
not happen when the schematic creates files that already exist (e.g.). This fixes
that.
2018-03-08 17:26:21 -08:00