Peter Bacon Darwin
39386eadea
build(aio): do not render comments in decorators
...
Closes #18873
2017-09-12 13:52:02 -04:00
Pete Bacon Darwin
3c480e4e63
build(aio): support rendering of constructor overloads in API docs ( #19042 )
...
Closes #18258
2017-09-06 10:14:02 -07:00
Peter Bacon Darwin
35bc1eb218
build(aio): render the `extends` ancestors of classes in API docs ( #18927 )
...
PR Close #18927
2017-09-05 15:33:10 -05:00
Peter Bacon Darwin
b8a3736275
build(aio): do not auto-link code elements already inside a link ( #18776 )
...
Closes #18769
PR Close #18776
2017-08-18 17:13:16 -05:00
Georgios Kalpakas
3efd4a15d6
build(aio): upgrade `zone.js` to 0.8.16
...
```
$ ls -l dist/*.js
14942 dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.a1b446562b36eebb766d.bundle.js
523703 dist/main.19fec4390ff7837ee6ef.bundle.js
37402 (+ 3088) dist/polyfills.9f7e0e53bce2a6c8326e.bundle.js
54001 dist/worker-basic.min.js
631583 (+ 3088) total
```
2017-08-15 15:13:47 -07:00
Georgios Kalpakas
96b57bfcc1
build(aio): upgrade `@angular/*` to 5.0.0-beta.3
...
```
$ ls -l dist/*.js
14942 dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.7813f9128903f164bc00.bundle.js
523703 (-18484) dist/main.19fec4390ff7837ee6ef.bundle.js
34314 dist/polyfills.9b05df3b6c9270ebf575.bundle.js
54001 dist/worker-basic.min.js
628495 (-18484) total
```
2017-08-15 15:13:47 -07:00
Georgios Kalpakas
a93dece069
build(aio): upgrade `@angular/*` to 4.3.4
...
```
$ ls -l dist/*.js
14942 dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.dd77b84267809087d225.bundle.js
542187 (+ 2191) dist/main.f3ffdb5bb1a5bcec2163.bundle.js
34314 dist/polyfills.9b05df3b6c9270ebf575.bundle.js
54001 dist/worker-basic.min.js
646979 (+ 2191) total
```
2017-08-15 15:13:47 -07:00
Georgios Kalpakas
14d8186bf6
build(aio): upgrade `@angular/cli` to 1.3.0
...
```
$ ls -l dist/*.js
14942 (+ 4) dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.e07e02e29b7fc93816c6.bundle.js
539996 (-56433) dist/main.f466098a873c1169a6dc.bundle.js
34314 (- 33) dist/polyfills.9b05df3b6c9270ebf575.bundle.js
54001 dist/worker-basic.min.js
644788 (-56462) total
```
2017-08-15 15:13:47 -07:00
Peter Bacon Darwin
10897d6473
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".
If the `TRAVIS_BRANCH` matches the `STABLE_BRANCH` we deploy as "stable".
Otherwise if the branch has a major version lower than the stable version
and its minor version is highest of similar branches we deploy as "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
Closes #18297
2017-08-04 09:14:18 -07:00
Peter Bacon Darwin
bcb36d9b6d
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:13:34 -07:00
Filipe Silva
9adf40aa77
build(aio): use cli 1.3.0-rc ( #18290 )
2017-08-02 15:37:03 -07:00
Georgios Kalpakas
d71ae278ef
fix(aio): fix links to source for paths with symlinks
...
Fixes #18353
2017-07-28 15:28:59 -07:00
Peter Bacon Darwin
ecff8e6c93
build(aio): refactor and test the example-boilerplate tool
2017-07-28 15:28:28 -07:00
Georgios Kalpakas
cf6284656f
build(aio): upgrade `@angular/material` to 2.0.0-meta.8
2017-07-28 15:26:45 -07:00
Georgios Kalpakas
3182ddaf3e
build(aio): upgrade `@angular/*` to 4.3.1
2017-07-28 15:26:45 -07:00
Peter Bacon Darwin
0bf0c35bca
build(aio): render type parameters of API function exports
...
Fixes #18123
2017-07-15 08:52:35 +01:00
Peter Bacon Darwin
660eec4a23
build(aio): upgrade to dgeni-packages 0.20.0-rc.5
...
This fixes unwanted extra overloads in interfaces and abstract classes
This provides the overload grouping support and fixes API doc line numbers
2017-07-13 12:16:20 -07:00
Peter Bacon Darwin
433d479a1e
build(aio): upgrade to dgeni-packages v0.20.0-rc.1
2017-07-11 11:44:05 +01:00
Filipe Silva
abbac4bc69
feat(aio): use new ngo ( #17977 )
2017-07-07 16:34:47 -07:00
Jesús Rodríguez
70981c601e
feat(aio): serve-and-sync command ( #17850 )
2017-07-06 11:51:58 -07:00
Igor Minar
e9b67243ed
build(aio): upgrade to angular@4.2.4 and zone.js
2017-07-05 15:26:27 -07:00
Jesus Rodriguez
8786ba95fb
build(aio): boilerplate wont be removed by default now
2017-06-26 11:05:34 -07:00
Yuan Gao
1b0b69eeec
ci(aio): add back deploy-preview
2017-06-23 11:55:20 -07:00
Yuan Gao
0440251919
ci(aio): upload aio payload size to firebase
...
ci(aio): Add timestamp and change data
2017-06-23 11:55:20 -07:00
Georgios Kalpakas
494a0d064a
fix(aio): fix topbar nav-item focus style
...
Fixing it requires upgrading `@angular/material` to v2.0.0-beta.7.
Fixes #17216
2017-06-23 11:51:17 -07:00
Peter Bacon Darwin
1d93cf2e85
build(aio): ensure all doc tests are run
...
It is not possible to run all the docs tests directly via the jasmine CLI.
Instead we now have a small script that will run jasmine via its library.
2017-06-21 13:51:15 -07:00
Georgios Kalpakas
1c6a252596
build(aio): upgrade jasmine to v2.6.4
...
This version fixes the DISCONNECTED errors (described in #17543 ) and removes the
need to the workaround (8af203c).
The relevant jasmine commit is jasmine/jasmine@c60d66994 .
2017-06-19 15:12:25 -07:00
Alex Rickabaugh
3093c55e9e
build(aio): update @angular/service-worker to 1.0.0-beta.16
...
This version includes a fix for potential cache corruption and invalid redirect behavior in rare cases.
2017-06-16 13:33:37 -07:00
Georgios Kalpakas
ce00fa3627
build(aio): do not fail if `check-env` for the main angular project fails
...
Fixes #17434
2017-06-16 07:51:18 +01:00
Georgios Kalpakas
77e717e872
build(aio): remove dependency on build artifacts from parent folder
2017-06-16 07:51:18 +01:00
Georgios Kalpakas
f73a4c229c
build(aio): upgrade lighthouse to v2.1
2017-06-14 09:36:54 -07:00
Peter Bacon Darwin
052331fabc
build(aio): add staging environment
...
You can now specify what environment you are building
by add it to the `yarn build` command. For example:
```
yarn build -- --env=stage
```
Moreover the `deploy-to-firebase.sh` script will automatically apply the
appropriate environment.
2017-06-13 13:43:36 +01:00
Peter Bacon Darwin
0f56296c24
fix(aio): use locally hosted lunr library
...
The library is downloaded from npm but then
copied into the assets folder (and ignored by git)
as part of the postinstall step.
2017-06-13 11:26:35 +01:00
Georgios Kalpakas
234268eec2
ci(aio): deploy commits on the stable branch to production
...
The current stable branch is determined based on the current version mapped to
the npm `latest` tag (by replacing the patch version number with 'x' - e.g.
`1.2.3` --> `1.2.x`).
PRs against the stable branch will be deployed to the preview server (as long as
the rest of the requirements are met). Commits on the stable branch itself will
be deployed to production.
Fixes #16908
2017-06-12 15:49:22 -07:00
Georgios Kalpakas
a1065bfaf0
build(aio): upgrade Jasmine-related dependencies
...
According to https://github.com/jasmine/jasmine/issues/1327#issuecomment-306924549 ,
this might help with help with frequent DISCONNECTED errors (especially on Travis).
2017-06-12 13:59:44 +01:00
Georgios Kalpakas
d6f345cc3c
build(aio): upgrade Karma-related dependencies
2017-06-12 13:59:44 +01:00
Igor Minar
69ec1e2e31
build(aio): upgrade to @angular/*@4.2.1
2017-06-09 18:31:50 -07:00
Igor Minar
7e22a2fc0b
build(aio): remove duplicate webpack version
2017-06-09 18:31:50 -07:00
Igor Minar
991ca92a9d
build(aio): turn off vendor chunking
...
This was done to prevent webpack from generating cross chunk registry calls which prevent DCE.
2017-06-09 18:31:50 -07:00
Igor Minar
c550f885a4
build(aio): upgrade to an unreleased version of cli with webpack 3.0-rc.0
2017-06-09 18:31:50 -07:00
Igor Minar
851038c3a8
build(aio): upgrade @angular/service-worker to beta.15
2017-06-09 18:31:50 -07:00
Jesús Rodríguez
db5e5067a0
build(aio): update typescript to 2.3.2 ( #17382 )
2017-06-09 14:36:36 -07:00
Jesús Rodríguez
33df13ad65
build(aio): update to 4.2 ( #17369 )
2017-06-09 13:31:12 -07:00
Peter Bacon Darwin
3db6b6ca7a
build(aio): ignore example files that are gitignored
...
Rather than hard coding excludes into the dgeni config,
use the fact that we are already ignoring the boilerplate
and generated files via the .gitignore file.
2017-06-09 14:33:21 +01:00
Peter Bacon Darwin
92d99ba279
build(aio): upgrade to dgeni-packages 0.19.1
...
This provides the fix where static class members were not being displayed
in API docs, closes #17024
2017-05-31 08:45:50 +03:00
Peter Bacon Darwin
4d5fa5c855
build(aio): capture the h1 title and attach it to the document
...
The HTML post-processing now collects any h1
that is found in the renderedContent and attaches
it to the doc via the `doc.vFile.title` property.
2017-05-31 08:45:31 +03:00
Igor Minar
db3113ba16
build(aio): externalize @angular/cli patches into a js file
...
This improves code readability and maintainability.
2017-05-26 01:19:59 -07:00
Igor Minar
8443d199b2
build(aio): use purify to include tslib
...
cli's scripts setup evals strings which requires too much escaping that bloats the code
2017-05-26 01:19:59 -07:00
Igor Minar
8e2f72c644
build(aio): turn on pure_getters option in uglify
2017-05-26 01:19:59 -07:00
Georgios Kalpakas
670771da33
build(aio): make the postinstall script more Windows-friendly
2017-05-21 15:37:22 +01:00