b00588a240
docs: add missing instruction in HTTP section ( #25715 )
...
PR Close #25715
2018-11-09 09:44:12 -08:00
fb0d93d2c1
docs: override code formatting for CLI commands ( #26619 )
...
Closes 26614
PR Close #26619
2018-11-09 09:43:01 -08:00
cc0fd6036d
docs: update links to TC39 and observable proposal ( #26715 )
...
Before (404 Not Found):
http://www.ecma-international.org/memento/TC39.htm
After:
https://www.ecma-international.org/memento/tc39-m.htm
PR Close #26715
2018-11-09 09:41:58 -08:00
682034fcc0
docs: Fix links ( #27027 )
...
Fix the links.
PR Close #27027
2018-11-09 09:40:45 -08:00
0475b8d686
ci: exclude symbol golden files from build-and-ci pullapprove group ( #27004 )
...
these files are test data and note test infrastructure, so they don't belong to this group.
this means that the core group can now approve the golden symbol changes
PR Close #27004
2018-11-08 13:10:54 -08:00
6be6125c5c
docs: add Angular subreddit to resources.json ( #26976 )
...
Close #26941
PR Close #26976
2018-11-08 13:09:36 -08:00
1b7b64ae18
docs: add ngx-api-utils to resources ( #26120 )
...
PR Close #26120
2018-11-08 13:07:43 -08:00
d284fa6bd2
docs: update hero search component to use input event ( #26440 )
...
PR Close #26440
2018-11-08 11:29:11 -08:00
8e4dca0ddf
build: add 'yarn list-fixme-ivy-targets' to list all the fixme-ivy-* targest ( #26834 )
...
PR Close #26834
2018-11-08 11:09:00 -08:00
006a43f951
docs: correct https://angularconsole.com/ link ( #26999 )
...
PR Close #26999
2018-11-08 11:06:24 -08:00
5469b6f64b
build(bazel): upgrade benchmarks to protractor_web_test_suite for CI without local chrome ( #26908 )
...
PR Close #26908
2018-11-07 16:52:01 -08:00
926367150a
release: cut the v7.0.3 release
7.0.3
2018-11-07 11:56:04 -08:00
14ff340e93
docs(forms): update reactive form directives API reference ( #26823 )
...
PR Close #26823
2018-11-05 15:11:42 -08:00
c8e750745a
refactor(compiler): typo ( #25496 )
...
PR Close #25496
2018-11-05 12:53:04 -08:00
6b8f2da93e
fix: missing semi-colon and empty line ( #26945 )
...
PR Close #26945
2018-11-05 11:37:56 -08:00
352219eafb
docs: new GitHub Issue templates ( #26918 )
...
These templates take advatange of github's feature that allows
us to define multiple templates and which the UI presents to the
user and lets them choose the most appropriate template.
The goal of this is to tailor the templates to the templates to
various use-cases and bug categories and provide better guidance to
developers filing issues which should result in more efficient
processing of the issue backlog.
PR Close #26918
2018-11-05 09:51:15 -08:00
e8a8770eee
style(compiler): typo fix ( #26934 )
...
PR Close #26934
2018-11-05 09:49:23 -08:00
f536261639
docs: minor edits and corrections to cli intro ( #26654 )
...
PR Close #26654
2018-11-02 13:22:10 -07:00
2d06693560
docs: edit file structure page ( #26552 )
...
PR Close #26552
2018-11-02 11:25:12 -07:00
315d95c747
fix(upgrade): make typings compatible with older AngularJS typings ( #26880 )
...
Make `angular1` typings compatible with older versions of AngularJS
typings from `@types/angular`.
Closes #26420
PR Close #26880
2018-11-02 11:24:06 -07:00
5c5b62cc86
ci: remove redundant start-xvfb
step ( #26869 )
...
Since 8fc4ae51f
, the jobs that need Xvfb use `*-browser` CircleCI docker
image flavors (e.g. `circleci/node:10.12-browsers`), which automatically
start Xvfb.
PR Close #26869
2018-11-02 10:37:36 -07:00
479f773bb3
ci: make integration_test
job logs less verbose ( #26869 )
...
The build progress logs accounted for ~80% of the total log size, which
makes it harder to get to the interesting lines, such as error messages.
Used suggestion from [here][1].
[1]: https://github.com/angular/angular-cli/issues/11412#issuecomment-412021539
PR Close #26869
2018-11-02 10:37:36 -07:00
629c83588d
build: upgrade @angular/cli
in cli-hello-world
integration test ( #26869 )
...
PR Close #26869
2018-11-02 10:37:36 -07:00
d96ba0ffd9
ci: fix and re-enable payload size checks for integration tests ( #26869 )
...
See #22810 , #23376 and #23515 for more context.
Fixes #23376
Closes #23515
PR Close #26869
2018-11-02 10:37:36 -07:00
30700035b3
test: remove checks for non-existent directories in integration tests ( #26869 )
...
PR Close #26869
2018-11-02 10:37:36 -07:00
8c6d6b85db
test: make elements
integration tests less flaky ( #26869 )
...
PR Close #26869
2018-11-02 10:37:36 -07:00
0c10b57749
build(docs-infra): upgrade cli command docs sources to b50950b97 ( #26915 )
...
[Changed files](4faa81e25...b50950b97
):
- help/add.json
- help/build.json
- help/config.json
- help/doc.json
- help/e2e.json
- help/eject.json
- help/generate.json
- help/get.json
- help/help.json
- help/lint.json
- help/make-this-awesome.json
- help/new.json
- help/run.json
- help/serve.json
- help/set.json
- help/test.json
- help/update.json
- help/version.json
- help/xi18n.json
PR Close #26915
2018-11-02 10:35:55 -07:00
fe1c0d7a0c
feat(docs-infra): add getting started widgets ( #26059 )
...
PR Close #26059
2018-11-02 10:34:54 -07:00
dc053859ee
fix(router): remove type bludgeoning of context and outlet when running CanDeactivate ( #26496 )
...
Fixes #18253
PR Close #26496
2018-11-01 16:04:02 -07:00
4d532df52b
fix(bazel): unknown replay compiler error in windows ( #26711 )
...
In Windows the compiler path ends with `.exe` thus it will never match and throw `Unknown replay compiler`
PR Close #26711
2018-11-01 15:16:06 -07:00
5eb540cf34
docs: Webcomponents activated as of firefox 63 ( #26889 )
...
PR Close #26889
2018-11-01 14:30:22 -07:00
7697650edc
fix(docs-infra): update overload rendering ( #24976 )
...
Based on the review here:
https://github.com/angular/angular/pull/24976#issuecomment-415535125
PR Close #24976
2018-11-01 14:17:12 -07:00
4517b8e618
build(docs-infra): display long overload parameter types as object
( #24976 )
...
In some overloads, the parameter type can be a large anonymous
object type.
This change displays such types as `object`. It is then up to the
documentation author to put more information about the type in the
method usage notes.
PR Close #24976
2018-11-01 14:17:12 -07:00
3abc4c9c54
build(docs-infra): fix individual API overload templates ( #24976 )
...
* Make individual overloads collapsible
* Show only the first overload expanded, rest collapsed
* Text changes to 'collapse all' once 'show all' is clicked
* Fix chevron/carrot rotation animation when overloads / overload item is expanded or collapsed
PR Close #24976
2018-11-01 14:17:12 -07:00
1d6333891c
build(docs-infra): add method overload index ( #24976 )
...
PR Close #24976
2018-11-01 14:17:12 -07:00
4d4e85b708
build(docs-infra): improve API overload templates ( #24976 )
...
PR Close #24976
2018-11-01 14:17:12 -07:00
28104828d5
build: update canonical-path
dependency ( #26719 )
...
This new version (1.0.0) provides a typings file!
PR Close #26719
2018-11-01 13:49:11 -07:00
77f531b6f7
release: cut the v7.0.2 release
7.0.2
2018-10-31 16:05:54 -07:00
3041240cbc
build: remove problematic yarn
prefix for running bazel
2018-10-31 16:03:29 -07:00
257ac83095
fix(core): Remove static dependency from @angular/core to @angular/compiler ( #26734 ) ( #26879 )
2018-10-31 13:14:01 -07:00
bc93d47129
build(bazel): remove undeclared dep ( #26875 )
...
PR Close #26875
2018-10-31 12:50:28 -04:00
3f61071638
build(bazel): fix bad merge in BUILD file ( #26875 )
...
PR Close #26875
2018-10-31 12:50:28 -04:00
ea571aa9d1
build(bazel): generalize fix for AMD name for flat module out file ( #26837 )
...
PR Close #26837
2018-10-30 18:37:12 -04:00
40cd0371d2
docs: fixup deployment guide ( #26486 )
...
- remove sections that were not relevant (all the development stuff)
- fix incorrect info
PR Close #26486
2018-10-30 16:29:04 -04:00
8356577670
docs: Removing duplicate lines ( #26754 )
...
Duplicate lines are removed to avoid confusion.
PR Close #26754
2018-10-30 16:24:51 -04:00
45d3c8093b
docs: fix typo ( #26776 )
...
PR Close #26776
2018-10-30 16:24:13 -04:00
e7eec2e44b
docs: fix typo ( #26773 )
...
PR Close #26773
2018-10-30 16:23:49 -04:00
c44b93253c
build: use bazel version from node modules ( #26691 )
...
* No longer depends on a custom CircleCI docker image that comes with Bazel pre-installed. Since Bazel is now available through NPM, we should be able to use the version from `@bazel/bazel` in order to enforce a consistent environment on CI and locally.
* This also reduces the amount of packages that need to be published (ngcontainer is removed)
PR Close #26691
2018-10-30 16:19:13 -04:00
cd444bc2ba
build: Move non-bazel deps to devDependencies ( #26691 )
...
This makes yarn_install of ngdeps under Bazel faster, since we don't need many of the large dependencies.
It's important because downstream angular/bazel users will observe the same install time.
PR Close #26691
2018-10-30 16:19:13 -04:00
e9ae26a272
docs: replace unused variable by _ ( #26768 )
...
replace unused variable by _ to keep the code consistent between examples
PR Close #26768
2018-10-30 13:49:52 -04:00