072a772ca6
ci(aio): include extra files in AIO deployment based on mode
...
Any files that are inside the `extra-files/{mode}` folder
will be copied over to the `dist` folder before deployment
to Firebase.
See #18287
2017-08-04 09:15:38 -07:00
5f0e0a46fd
ci(aio): compute AIO deployment mode
...
There are now 3 modes for deployment: next, stable, archive.
We compute which mode (and other deployment properties)
from the `TRAVIS_BRANCH` and the `STABLE_BRANCH`.
If the TRAVIS_BRANCH is master we deploy as "next".
Otherwise if the branch is the highest of its minor versions
we deploy as "stable" if the `TRAVIS_BRANCH` matches the `STABLE_BRANCH` or
else "archive".
For "archive" deployments we compute the firebase project and deployment
url based on the major version of the `TRAVIS_BRANCH`.
As well as choosing where to deploy the build, we also use this
to select the environment file for the AIO Angular app.
This will enable the app to change its rendering and behaviour
based on its mode.
See #18287
2017-08-04 09:15:38 -07:00
c7b72aa575
docs(aio): tech edits to form validation (PR #18495 )
2017-08-03 13:58:22 -07:00
732eb61957
docs(forms): update and re-organize validation guide
2017-08-03 13:57:58 -07:00
e7e7622971
fix(compiler): ignore @import in multi-line css ( #18452 )
...
Fixes #18038
2017-08-03 11:01:24 -07:00
4176832266
refactor(router): compile router cleanly with TypeScript 2.4 ( #18465 )
2017-08-02 17:32:27 -07:00
71de92a189
docs(router): fix typo ( #18479 )
2017-08-02 17:31:33 -07:00
e0021d4cf5
refactor(platform-browser): compiler platform-browser packages cleanly ( #18464 )
2017-08-02 16:31:14 -07:00
4e44102e31
refactor(forms): compile forms cleanly with TypeScript 2.4 ( #18462 )
2017-08-02 16:29:57 -07:00
111b70d108
refactor(upgrade): compile upgrade cleanly with TypeScript 2.4 ( #18461 )
2017-08-02 16:28:38 -07:00
5e4054b8f3
fix(compiler): cleanly compile with TypeScript 2.4 ( #18456 )
2017-08-02 16:27:14 -07:00
5afc7abcb0
fix(benchpress): compile cleanly with TS 2.4 ( #18455 )
2017-08-02 16:24:33 -07:00
65d0888708
fix(aio): fix layout of the webpack guide ( #18493 )
...
This is possibly a temporary fix for the layout, until we decide whether we want
to remove the guide or properly add it to the SideNav menu.
Fixes #17912
2017-08-02 16:01:02 -07:00
adfd2373b8
ci(aio): Add commit message to payload data ( #18137 )
2017-08-02 15:59:54 -07:00
3a82af3bde
docs(aio): fix missing anchor-open in i18n documentation ( #18476 )
...
The Internationalisation documentation, "Translate text nodes" section, has an incomplete
markdown anchor, and leaks markdown into the page. Fix the anchor by adding the opening bracket.
2017-08-02 15:56:25 -07:00
3af62306b4
fix(aio): correctly redirect cookbook/a1-a2-quick-reference.html
( #18418 )
...
Fixes #18415
2017-08-02 15:54:49 -07:00
afe339396f
test(common): skip some DatePipe tests in old Chrome where Intl is buggy ( #15784 )
2017-08-02 15:52:27 -07:00
c4b51bf689
docs(aio): replace old blog link in footer ( #18448 )
...
Fixes #18233
2017-08-02 15:46:25 -07:00
b65fe3e44e
ci: remove chromium fold reference ( #18445 )
2017-08-02 15:44:26 -07:00
116ee334fb
build(aio): use cli 1.3.0-rc ( #18290 )
2017-08-02 15:37:39 -07:00
dbc5c5817a
docs: improve github labels by introducing "PR target" labels ( #18436 )
...
I also renamed all "pr_*" lables to "PR *" lables, removed obsolete
"chore" label, and added docs label.
2017-08-02 15:31:56 -07:00
baf4ce0dd0
build: enable TSLint on the packages folder ( #18459 )
...
porting PRs #18392 and #18441 to 4.x
2017-08-02 15:23:33 -07:00
24db1ed938
docs: add changelog for 4.3.3
4.3.3
2017-08-02 13:00:35 -07:00
82798e9d04
release: cut the 4.3.3 release
2017-08-02 12:57:34 -07:00
da8bb1b45b
docs(aio): fixed list format in FormArray section
2017-07-31 11:40:27 -07:00
f5cbc2ee25
fix(compiler): fix for element needing implicit parent placed in top-level ng-container
...
fixes #18314
2017-07-31 11:40:20 -07:00
cbc1986c6f
fix(aio): fix links to source for paths with symlinks
...
Fixes #18353
2017-07-31 11:39:47 -07:00
0982f993cb
ci: short-circuit npm install for aio builds that use yarn only
2017-07-31 11:39:41 -07:00
a5a29b0591
docs(aio): delay ngUpgrade e2e test to avoid flakes
2017-07-31 11:39:36 -07:00
a8f3197f24
build: short-circuit build for AIO tasks
2017-07-31 11:39:31 -07:00
e6f37120fe
docs(aio): fix deprecated protractor API usage
...
`browser.getLocationAbsUrl()` is deprecated.
We should use `browser.getCurrentUrl()` instead.
2017-07-31 11:39:25 -07:00
6840b7bda9
ci(aio): test the example e2e files using local build of Angular
2017-07-31 11:39:21 -07:00
68f458909a
build(aio): ignore generated aot files
...
Assets such as images and data which are generated
by the aot build were not being ignored.
2017-07-31 11:39:14 -07:00
12acecf756
docs(aio): remove generated styles.css file
...
This file should have been ignored as it is created
during the build of the example
2017-07-31 11:39:10 -07:00
cfbed40ab6
build(aio): support overriding the Angular packages in examples with locally built ones
2017-07-31 11:39:03 -07:00
fe1a6b8e42
build(aio): refactor and test the example-boilerplate tool
2017-07-31 11:38:59 -07:00
13e29c4e89
ci: shard the aio example e2e tests
2017-07-31 11:38:53 -07:00
fd52b178ed
ci(aio): support sharding of example e2e tests
2017-07-31 11:38:48 -07:00
ca1f071b2e
build(aio): upgrade @angular/material
to 2.0.0-meta.8
2017-07-31 11:38:43 -07:00
296adbbb72
build(aio): upgrade @angular/*
to 4.3.1
2017-07-31 11:38:37 -07:00
c795ee1176
docs(aio): fix URLSearchParams interface link to MDN
...
Fixes #18367
2017-07-31 11:38:33 -07:00
b550618afd
refactor(aio): move content-specific images to content/images/
...
Fixes #17053
2017-07-31 11:38:28 -07:00
d08d6eebff
refactor(aio): rename unused
directories to _unused
2017-07-31 11:38:23 -07:00
e9789abd05
fix(aio): fix link to logo in example
2017-07-31 11:38:17 -07:00
f2ec2cbb99
refactor(aio): move unused images to unused
directories
...
This prevents the ServiceWorker from prefetching unnecessary files.
2017-07-31 11:38:09 -07:00
8de2ace80a
docs: add changelog for 4.3.2
4.3.2
2017-07-27 15:51:46 -05:00
c977994864
release: cut the 4.3.2 release
2017-07-27 15:51:46 -05:00
12b8e1af55
Revert "fix(router): should throw when lazy loaded module doesn't define any routes ( #15001 )"
...
This reverts commit be49e0ee93
.
2017-07-27 13:05:36 -07:00
9a188485f5
ci: correct bad bazel merge
2017-07-27 12:43:29 -07:00
45a10419bc
Revert "build: Bazel builds ngfactories for packages/core ( #18289 )"
...
This reverts commit bcea196530
.
2017-07-27 10:51:41 -07:00