87e06d765e
ci: Add back the CLI integration test with pinning ( #21555 )
...
The CLI app is now checked in, rather than generated dynamically with
`ng new`. This loses some assertion power, but gains hermeticity.
It also checks in lock files for all integration tests, avoiding
floating version numbers.
We'll need another place to integration test between changes in
the various repositories - but the angular/angular PR-blocking status
is not the right place to do this.
PR Close #21555
2018-01-25 22:18:56 -08:00
56f3e18c1c
fix(forms): allow FormBuilder to create controls with any formState type ( #20917 )
...
Align formState type in FormBuilder#control with FormControl#constructor
Fixes #20368
PR Close #20917
2018-01-25 22:17:43 -08:00
637515e71b
build: autosquashes SHAs as part of merge-pr script ( #21791 )
...
To support `git checkin --fixup` and `git checkin —squash`
we need to make sure that `merge-pr` squashes the sepecial
commits before they are merged.
For more details see:
https://robots.thoughtbot.com/autosquashing-git-commits
PR Close #21791
2018-01-25 22:12:11 -08:00
27ecd077d4
docs(aio): fix missing stylesheet in component-styles example ( #21772 )
...
The code in the example was referring to `hero-app.component.css` but this did
not exist.
PR Close #21772
2018-01-25 13:38:14 -08:00
4db1be0292
docs(aio): fix paths to imported CSS stylesheets ( #21772 )
...
The AOT compiler needs relative paths so that it can find
the imported stylesheets.
PR Close #21772
2018-01-25 13:38:14 -08:00
a0dbef9ea4
build(aio): upgrade CLI version to cope with new Angular 6.0.0-beta.1 release ( #21772 )
...
Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.
PR Close #21772
2018-01-25 13:38:13 -08:00
3aaf43f73c
docs: add changelog for 5.2.2
5.2.2
2018-01-24 21:26:17 -08:00
d952ae24dd
release: cut the 5.2.2 release
2018-01-24 21:23:04 -08:00
da9e57b3d5
build: Update to latest rules_typescript. ( #21675 )
...
Fixes #21481
PR Close #21675
2018-01-24 20:47:41 -08:00
44d4f82dae
docs(aio): added a link to Angular-RU ( #21687 )
...
Angular-RU Community on GitHub is a single point for all resources, chats, podcasts and meetups for Angular in Russia
PR Close #21687
2018-01-24 20:47:40 -08:00
bde2b4425c
ci: use sudo: false
on Travis ( #21641 )
...
Related to #21422 .
PR Close #21641
2018-01-24 20:47:40 -08:00
2a3de802a0
fix(aio): fix code highlight in API docs templates ( #21630 )
...
Fixes #21108
PR Close #21630
2018-01-24 20:47:40 -08:00
71f9eaa743
fix(common): extract plural function from i18n locale data files for TS 2.6 ( #21626 )
...
Fixes #21608
PR Close #21626
2018-01-24 20:47:40 -08:00
a62c186d15
fix(common): don't remove special characters when extracting CLDR data ( #21626 )
...
PR Close #21626
2018-01-24 20:47:40 -08:00
c8bf281174
build(aio): generate sitemap from the generated pages ( #21689 )
...
Closes #21684
PR Close #21689
2018-01-24 20:47:40 -08:00
de6c6445af
fix(compiler): Don't strip /*# sourceURL ... */
( #16088 )
...
Currently, `shimCssText` only keep `/*# sourceMappingUrl ... */` comments and strip `/*# sourceURL ... */` comments. So, Chrome can't find the source maps for component style(that's created in new `style` tags)
PR Close #16088
2018-01-24 12:35:31 -08:00
54238822e6
build: merge PR to all branches per target: label ( #21739 )
...
PR Close #21739
2018-01-24 12:35:13 -08:00
8b3fbb5bf4
fix(router): don't use ParamsInheritanceStrategy in declarations ( #21574 )
...
ParamsInheritanceStrategy is internal, so any references to it from the
published .d.ts files will fail.
Fixes #21456 .
PR Close #21574
2018-01-23 21:34:37 -08:00
2f61d3c320
fix(aio): remove remaining plnkr
references ( #20165 )
...
PR Close #20165
2018-01-23 21:33:55 -08:00
5894f6ee1c
build(aio): check for obsolete plnkr.json
and missing main
files ( #20165 )
...
Also, remove `plnkr.json` for `service-worker-getting-started` guide,
since it is not used and ServiceWorker cannot work correctly in
plnkr/stackblitz anyway (e.g. no build step to re-compute hashes).
A zipper might be useful and can be added in a subsequent PR, but it is
currently broken (e.g. no dependency on `@angular/service-worker`).
PR Close #20165
2018-01-23 21:33:55 -08:00
6d9fcd62de
build(aio): upgrade sample package.json
files to jasmine@~2.8.0 ( #20165 )
...
- Update tooling to support revised testing guide (PR #20697 ).
- Require jasmine upgrade for examples that use marble testing.
- Copy `cli/package.json` to `testing/` and add `jasmine-marbles`.
- Resolve merge conflicts created by `NgModules` guides.
PR Close #20165
2018-01-23 21:33:55 -08:00
0cbccc06dd
build(aio): migrate plunker to stackblitz ( #20165 )
...
PR Close #20165
2018-01-23 21:33:52 -08:00
ed670a36fb
docs: update ICU select messages to use male/female ( #21713 )
...
fixes #21694
PR Close #21713
2018-01-23 16:32:24 -08:00
8e44577df3
fix(compiler): fix ICU select messages to use male/female/other ( #21713 )
...
related to #21694
PR Close #21713
2018-01-23 16:32:24 -08:00
6921c20ea1
test(forms): Better description and coverage for #19256 ( #21652 )
...
fixes #21575
PR Close #21652
2018-01-23 16:31:45 -08:00
52970c09e1
fix(compiler-cli): do not fold errors past calls in the collector ( #21708 )
...
Folding errors passed calls prevented the static reflector from
begin able to ignore errors in annotations it doesn't know as
the call to the unknown annotation was elided from the metadata.
Fixes : #21273
PR Close #21708
2018-01-23 13:33:26 -08:00
eecdf3414e
docs: fix #19989 , add zone flags(blacklist/module) in guide ( #21701 )
...
PR Close #21701
2018-01-23 13:33:11 -08:00
21f766968d
refactor(bazel): pass around tsconfig as a file, not a path ( #21614 )
...
this unlocks the ability to replay ts compilations with different settings
PR Close #21614
2018-01-23 10:06:05 -08:00
4b68fdce6f
build: Update to latest rules_typescript. ( #21675 )
...
Fixes #21481
PR Close #21675
2018-01-22 15:34:48 -08:00
c12ea3a1f0
fix(common): A null value should remove the style on IE ( #21679 )
...
fixes #21064
PR Close #21679
2018-01-22 12:57:23 -08:00
d7dbdc5c36
docs: fix stray div and reformat paragraph ( #21676 )
...
PR Close #21676
2018-01-19 20:42:04 -08:00
0112a903f9
ci: add github bot config to triage issues ( #21672 )
...
Fixes #21635
PR Close #21672
2018-01-19 20:41:15 -08:00
66bbc84127
ci(aio): do not limit size of gzip7 and gzip 9 ( #21601 )
...
PR Close #21601
2018-01-19 20:41:01 -08:00
554129d6fe
feat(aio): update metatags to control search engine crawling ( #21665 )
...
The `<meta name="robots" content="noindex">` tag is used
to indicate to search engine crawlers that they should not index
the current page. This is set dynamically by the the document
viewer component to ensure that 404 and other erroring pages
are not added to the search index.
This relies upon the idea that the crawling bot will run the JS
and wait to see if this meta tag has been added or not.
Since we believe that the `googebot` will do this, we also
pre-emptively add a hard-coded noindex tag specifically for
this bot, so that if anything else fails in bootstrapping the app,
the failed page will not be added to the index.
Closes #21317
PR Close #21665
2018-01-19 20:31:45 -08:00
e32a0cabfe
fix(aio): add a required comma in firebase.json ( #21618 )
...
PR Close #21618
2018-01-19 20:31:30 -08:00
c828e5627b
build: Remove angular_src nested workspace ( #21096 )
...
PR Close #21096
2018-01-19 13:10:09 -08:00
1626e74c59
docs: clarify the use of classes and interfaces in style guide ( #20919 )
...
PR Close #20919
2018-01-19 13:09:58 -08:00
a15a2b46d1
ci: add "PR action: cleanup" to the bot's forbiddenLabels list ( #21562 )
...
PR Close #21562
2018-01-19 13:09:41 -08:00
379ed75593
docs: improve/simplify example for providers
guide ( #21589 )
...
PR Close #21589
2018-01-19 13:09:31 -08:00
0f619896b3
docs: fix/improve example for singleton-services
guide ( #21589 )
...
PR Close #21589
2018-01-19 13:09:31 -08:00
7060655806
docs: several minor NgModule
guide fixes/improvements ( #21589 )
...
PR Close #21589
2018-01-19 13:09:31 -08:00
b5fc3eb9de
docs: minor fixes (anchor tags, redundant whitespace, consistent code-snippets lang) ( #21589 )
...
PR Close #21589
2018-01-19 13:09:31 -08:00
451bdb9a75
docs: change titles to sentence case ( #21620 )
...
PR Close #21620
2018-01-19 13:09:25 -08:00
983ccc02ad
build(aio): fix zips testing commands ( #21629 )
...
PR Close #21629
2018-01-19 13:09:17 -08:00
00f99b3c4c
ci: update github bot messages ( #21634 )
...
Fixes #21633
PR Close #21634
2018-01-19 13:09:11 -08:00
ba4ea82f68
fix(compiler-cli): do not lower expressions in non-modules ( #21649 )
...
Fixes : #21651
PR Close #21649
2018-01-19 13:09:04 -08:00
982eb7bba8
fix(common): fallback to last defined value for named date and time formats ( #21299 )
...
closes #21282
PR Close #21299
2018-01-19 13:08:57 -08:00
3606c55410
docs: edit entry component FAQ ( #21487 )
...
PR Close #21487
2018-01-19 13:08:50 -08:00
2c65027391
docs: add server side redirect and fix NgModule FAQ links ( #21487 )
...
PR Close #21487
2018-01-19 13:08:50 -08:00
4ee92f14a6
docs: fix lazy loading example dir name ( #21475 )
...
PR Close #21475
2018-01-19 13:08:30 -08:00