Yuan Gao
d51f86291f
ci(aio): address comments
2017-06-23 11:55:20 -07:00
Yuan Gao
97ace57d39
ci(aio): fix test
2017-06-23 11:55:20 -07:00
Yuan Gao
86949e0c20
ci(aio): remove umd
2017-06-23 11:55:20 -07:00
Yuan Gao
6924780ae9
ci(aio): debug
2017-06-23 11:55:20 -07:00
Yuan Gao
1b0b69eeec
ci(aio): add back deploy-preview
2017-06-23 11:55:20 -07:00
Yuan Gao
fa85389f62
ci(aio): updated limits
2017-06-23 11:55:20 -07:00
Yuan Gao
2e55857c82
ci(aio): rename limits file and address comments
2017-06-23 11:55:20 -07:00
Yuan Gao
ca970f5ee5
ci(aio): Also track umd.min.js file size
2017-06-23 11:55:20 -07:00
Yuan Gao
204a2cf942
ci(aio): Add payload size limit file
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
979bfd07e1
refactor(aio): provide fallback values for secrets (useful during dev)
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
b6ce814279
refactor(aio): enable -u
flag on preview server scripts
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
66088fef1a
docs(aio): document preview server HTTP status codes
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
808bd4af41
ci(aio): deploy previews for all PRs
...
PRs that could not be automatically verified will not be publicly accessible,
until manually verified.
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
f90b35a85e
test(aio): add e2e tests for non-public previews
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
8ae0eec230
feat(aio): enable previews for any PR
...
This commit introduces the ability to show previews for PRs by any author. It works as follows:
- The build artifacts of all PRs are uploaded to the preview server.
- Automatically verified PRs (i.e. from trusted authors or having a specific label) are deployed and
publicly accessible as usual.
- PRs that could not be automatically verified are stored for later use (after re-verification).
- A PR can be marked as "trusted" and make its preview publicly accessible by adding the GitHub
label specified in the `AIO_TRUSTED_PR_LABEL` env var of the preview server.
At the moment, there is no automatic mechanism for notifying the preview server about changes to the
PR's verification status. The PR's "visibility" will be checked and updated every time a new build
is uploaded.
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
0fe685102f
refactor(aio): simplify preview server build events
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
a98440bb85
test(aio): add missing unit test for preview server
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
3112311134
test(aio): fix preview server tests on Windows
2017-06-23 11:54:20 -07:00
Georgios Kalpakas
1b13bdea4b
build(aio): upgrade preview server dependencies
2017-06-23 11:54:20 -07:00
Ward Bell
3ce9d51a9c
fix(aio): prefix location.assign
with window.
...
No practical effect but clears the TS compiler warning.
2017-06-23 11:53:53 -07:00
Georgios Kalpakas
14d2de13bb
fix(aio): fix links on /about
in Firefox
...
Fixes #17661
2017-06-23 11:53:22 -07:00
Georgios Kalpakas
5713e7c9b6
refactor(aio): clean up aio-contributor
template and styles
2017-06-23 11:53:22 -07:00
Georgios Kalpakas
87206e1986
fix(aio): preserve newlines when copying code
...
Before 4f37f8643, we were using `innerText` to retrieved the code content for
copying. This preserved the text layout (including newlines), but suffered from
other issues (browser support, performance). With 4f37f8643 we switched to
`textContent`, which works well except in the following case:
When `prettify` formats the code to have line numbers, it removes the newlines
and uses `<li>` elements instead. This affects `textContent`.
This commit fixes this by keeping a reference of the code as text and using that
for copying.
Fixes #17659
2017-06-23 11:53:01 -07:00
Jules Kremer
6191d53a78
docs(aio): Update resources.json - fixed language error
2017-06-23 11:52:22 -07:00
Vincent Ogloblinsky
7d30ccc4a9
docs(aio): update resources - Add Compodoc - documentation tool for Angular app
2017-06-23 11:52:22 -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
Ward Bell
7ba720a62a
docs(aio): resources.json - replace “Angular 2” in titles/descriptions
...
closes #16965
2017-06-23 09:04:21 -07:00
Alex Xu
eacc36bbd5
docs(aio): update Bash for Windows info
...
As of the Creator's Update, Bash on Ubuntu on Windows supports all npm commands.
https://blogs.msdn.microsoft.com/commandline/2017/04/11/windows-10-creators-update-whats-new-in-bashwsl-windows-console/
Update setup documentation accordingly.
2017-06-23 09:04:04 -07:00
Georgios Kalpakas
8b4acbbcbf
docs(aio): minor fixes for the upgrade guide
...
Fixes #17093
2017-06-23 09:03:28 -07:00
Trotyl Yu
b1fe63d081
fix(aio): add missing WeakMap polyfill
2017-06-23 09:03:07 -07:00
Ward Bell
21018af2bf
docs(aio): replace “Angular 1” in upgrade phonecat script
2017-06-22 14:57:02 -07:00
Ward Bell
67ffbae6f9
docs(aio): fix promises link in toh-pt4
...
closes #16050
2017-06-22 14:56:41 -07:00
Michael
5dd5bfde72
docs(aio): remove "_" from private property name
...
follow best practices from the documentation: https://angular.io/guide/styleguide#properties-and-methods
2017-06-22 14:55:42 -07:00
David
400486ced7
docs(aio): correct typos in Tour of Heroes HeroSearchService
2017-06-22 14:55:17 -07:00
bmarkov
1a947e4b75
docs(aio): Added resources to UI Components ( #17635 )
...
docs(aio): Added resources to UI Components
2017-06-22 14:52:58 -07:00
Kapunahele Wong
92bcfefc35
docs(aio): remove min, max & move built-in validators paragraph
2017-06-22 14:51:05 -07:00
Stepan Suvorov
133b5e6e36
docs(aio): added link to Russian Angular Courses
2017-06-22 14:46:24 -07:00
Mark Amery
8c129d73b8
docs: Fix some non-code being formatted as code in the router docs
2017-06-22 14:38:55 -07:00
Ward Bell
37cdc4f759
docs(aio): ward's changes
2017-06-21 16:21:20 -07:00
Shefali Sinha
b1dab181e0
docs(aio): change to overall prose
2017-06-21 16:21:20 -07:00
Shefali Sinha
fd6c4e371b
docs(aio): create author style guide
2017-06-21 16:21:20 -07:00
Ward Bell
34cc3f2982
feat(aio): display “Searching ..." while building search index
...
closes #15923
2017-06-21 14:31:32 -07:00
Filipe Silva
97fd2480e7
fix(aio): fix patch script on windows
...
Running the patch script on Windows (with `patch` available) yields an invalid syntax warning, and does not apply patches.
```
kamik@T460p MINGW64 /d/work/angular/aio (master)
$ yarn postinstall
yarn postinstall v0.24.6
$ node tools/cli-patches/patch.js && uglifyjs node_modules/lunr/lunr.js -c -m -o src/assets/js/lunr.min.js --source-map
The syntax of the command is incorrect.
Done in 1.52s.
```
2017-06-21 13:51:35 -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
Peter Bacon Darwin
3fb98fe4ea
build(aio): do not recurse node_modules when loading examples in doc-gen
2017-06-21 13:51:15 -07:00
Ward Bell
bb804dd3e9
feat(aio): select contributor group with URL “about?group=gde”
...
closes #17656
also adds test for ContributorListComponent.
2017-06-21 13:50:57 -07:00
Ward Bell
0034bb28e5
fix(aio): restore component-styles/exclude hidden children
2017-06-21 11:33:19 -07:00
Ward Bell
ca51e020cb
fix(aio): redirect "cli-quickstart" to "quickstart"
2017-06-21 11:33:19 -07:00
Dan Lipsitt
d16852898f
docs(aio): fix numbered list in testing.md
...
This list renders OK in the github UI but not at https://angular.io/guide/testing#setup
2017-06-20 16:43:26 -07:00