1435 Commits

Author SHA1 Message Date
Charles Lyding
f73a9e40a7 fix(@angular/cli): explicitly disable warning overlays 2017-05-03 12:45:48 -07:00
Hans Larsen
6015a03cc1 ci: fixes for validate-commit-message 2017-05-02 09:39:54 -07:00
Hans Larsen
646c1b0c38
fix: add support for branch-only commit message types. 2017-04-26 14:26:08 -07:00
Hans Larsen
274c1a49fd
docs: improve feature requests. 2017-04-26 13:31:14 -07:00
Sumit Arora
fb9687123c fix(@angular/cli): removing skip e2e test 2017-04-25 09:32:34 -07:00
Hans Larsen
79e29f5994
docs: add changelog for 1.0.1 v1.0.1 2017-04-24 19:51:09 -07:00
Hans Larsen
7a6cb21524
Revert "feat(@angular/cli): adding skip e2e test option"
This reverts commit fdea2df02719be9fabdc25fdc3a88835afe5b286.
2017-04-24 19:41:41 -07:00
Hans Larsen
b0db3055fe
Revert "fix(@angular/cli): fix skip e2e"
This reverts commit 4aa17b2d937b8db9600524de33c99e046ad7f109.
2017-04-24 19:41:03 -07:00
Hans Larsen
bf18a238d8
release: 1.0.1 2017-04-24 19:08:41 -07:00
Alexander Rusakov
2e87225f01 docs(@angular/cli): remove duplicate "--output-path" description 2017-04-24 18:47:25 -07:00
Andreyan Andreev
43429ea04d fix(@ngtools/webpack): resolve path windows 2017-04-24 18:46:46 -07:00
Sumit Arora
4aa17b2d93 fix(@angular/cli): fix skip e2e 2017-04-24 18:44:52 -07:00
Sumit Arora
091fa6e293 fix(@angular/cli): updating yarn file 2017-04-20 16:27:07 -07:00
Mike Brocchi
0633130509 docs: correct formatting of an option (#5965) 2017-04-15 09:04:14 -04:00
Hans
92a34e2a4b Revert "feat(@angular/cli): add language service in devDependencies section"
This reverts commit 9eabfddb640b18ec09f62c5535a3d4d9b9dfda88.
2017-04-11 16:37:06 -07:00
WilliamKoza
9eabfddb64 feat(@angular/cli): add language service in devDependencies section 2017-04-11 16:36:37 -07:00
Charles Lyding
f82da18f8b fix(@angular/cli): set sass precision to bootstrap required value 2017-04-11 16:36:10 -07:00
Preston Van Loon
28c5302fd3 docs(@angular/cli): Add specific key example for ng get [key]. 2017-04-11 16:35:46 -07:00
Hans Larsen
f2e684078c test: add e2e test for dry run 2017-04-11 16:35:15 -07:00
Hans Larsen
be7c9b1b8a fix(@angular/cli): generating service dry run fix
Before, generating a service and providing it in a module, the dry run flag was
ignored for the providing part. We dont provide the module now if its a dry-run.

Fixes #5862.
2017-04-11 16:35:15 -07:00
Matt Martz
2a903d26fd fix(@angular/cli): enable dev server history fallback in ejected config 2017-04-11 16:33:50 -07:00
Kirill Cherkashin
e7e43a5e45 docs(@angular/cli): Add update guide link to the 'Update" section (#5878) 2017-04-11 05:56:07 -06:00
Adrien Crivelli
2ce61f2a67 docs(@angular/cli): Fix typos in config schema 2017-04-06 13:53:14 -06:00
Filipe Silva
702a5e4e0b ci: install chrome on linux
Currently CI is failing because chrome-driver 2.2.9 does not suppport the default chrome present in Travis' linux Trusty images.

This PR makes Travis install Chrome proper.
2017-04-05 15:36:15 -06:00
Antony Budianto
5c4c5b4889 docs(@ngtools/webpack): fix readme.md typo 2017-04-05 09:44:46 -06:00
clydin
7377f66563 fix(@angular/cli): allow tslint to find the appropriate config (#5792)
TSLint includes logic to find the most relevant config per linted file. Unfortunately, by defaulting the config filename this behavior was being disabled.

Fixes #5770
2017-04-03 10:21:39 +01:00
Sumit Arora
0df3f7ca14 test: e2e test for "--base-href" 2017-03-31 17:00:16 -07:00
Sumit Arora
81403e85c5 fix(@angular/cli): fix baseUrl when running e2e with no-serve 2017-03-31 17:00:16 -07:00
Sumit Arora
1fa5f2ddf7 docs: fixing lint documentation (#5633)
Fixes #5632
Fixes #5713
2017-03-31 16:59:33 -07:00
Sumit Arora
d73c739e42 test: adding tests for "--skip-e2e" and "--skip-tests" 2017-03-31 16:57:16 -07:00
Sumit Arora
fdea2df027 feat(@angular/cli): adding skip e2e test option 2017-03-31 16:57:16 -07:00
Stephen Cavaliere
3141673254 refactor(@angular/cli): update generate command module file resolution
closes #5461
2017-03-30 21:10:02 +01:00
Charles Lyding
f620993bef refactor(@angular/cli): remove unused custom typings 2017-03-30 11:15:40 -07:00
Charles Lyding
1bc174b0de fix(@angular/cli): ensure only in-memory output is served 2017-03-30 09:31:18 +01:00
Filipe Silva
3598a47485 docs: add SAVED_REPLIES.md
Based on https://github.com/angular/angular/blob/master/docs/SAVED_REPLIES.md.
2017-03-29 15:04:04 -07:00
Filipe Silva
a23dee8056 docs: update CONTRIBUTING.md.
Based on updates to https://github.com/angular/angular/blob/master/CONTRIBUTING.md.
2017-03-29 15:04:04 -07:00
Sumit Arora
204d3126c6 fix(@angular/cli): fix empty space issue when setting angular-cli.json values
Close #5716
2017-03-29 11:07:39 +01:00
Jan M. Pilzer
a8f498b167 fix(@angular/cli): fix generated Module Spec
Close #5715
2017-03-29 11:06:54 +01:00
Cory Rylan
b48aa002a1 docs: code coverage documentation
Close #5703
2017-03-29 11:06:21 +01:00
Preston Van Loon
7de9ab1883 fix(@angular/cli): fix typo in version check
Close #5702
2017-03-29 11:05:15 +01:00
Sumit Arora
39aef95fd9 fix(@angular/cli): fixing new help issue
Close #5694
2017-03-29 11:04:39 +01:00
Charles Lyding
4563ec583a refactor(@angular/cli): modernize webpack style config
Close #5672
2017-03-29 11:04:09 +01:00
Filipe Silva
16171b93d7 fix(@angular/cli): fix sourcemap toggle in ng test
Followup to #5422
Fix #5666
Close #5668
2017-03-29 11:03:31 +01:00
Olivier Combe
d7d4539c29 docs(@angular/cli): fixed link to xi18n commands in i18n story
Close #5660
2017-03-29 11:03:07 +01:00
David Mendez
e9139941ca docs(@angular/cli): removes mention of --ng4 on ng new
Close #5649
2017-03-29 11:02:37 +01:00
Ricardo Varanda
7ad4ff45b7 docs(@angular/cli): fix update story link
Close #5636
2017-03-29 11:02:09 +01:00
cexbrayat
86722fd276 fix(@angular/cli): update e2e config in 1.0 update guide
Close #5635
2017-03-29 11:01:36 +01:00
Filipe Silva
3f0d699e4c docs: remove RC mentions in 1.0 guide
Close #5631
2017-03-29 10:59:45 +01:00
laco0416
ec34fcc60c docs: fix 1.0 update story link
Close #5604
2017-03-29 10:59:12 +01:00
Abdulhaq Emhemmed
f6ca2d76f3 fix(@angular/cli): Use appropriate packageManager for linking
When creating a new project using the --link-cli option, the
linking command was hard-coded to use npm link @angular/cli.
This commit replicates the behaviour of npm-install where the
package manager is obtained from the global config and is then
used for linking.

Close #5524
2017-03-29 10:58:37 +01:00