Skip to content

aio circleci builds #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 961 commits into from
Closed

aio circleci builds #6

wants to merge 961 commits into from

Conversation

petebacondarwin
Copy link
Owner

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] angular.io application / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

@petebacondarwin petebacondarwin force-pushed the aio-circleci-builds branch 3 times, most recently from c7c2f43 to d41f6e3 Compare April 12, 2018 10:40
@petebacondarwin petebacondarwin force-pushed the aio-circleci-builds branch 5 times, most recently from c068ebd to a5a8942 Compare April 27, 2018 16:21
@petebacondarwin petebacondarwin force-pushed the aio-circleci-builds branch 14 times, most recently from 149d4cc to 6e9bc2b Compare May 14, 2018 15:13
petebacondarwin and others added 9 commits August 14, 2018 13:17
When an Angular decorated class is inherited, it might be the case that
the entire inheritance chain actually has no constructor defined. In
that event, a factory which simply instantiates the type without any
arguments should be used.

PR Close angular#25425
)

A small bug caused base factory variable statements for @component to
not be emitted properly. At the same time as this is fixed, those
statements are now emitted as const.

PR Close angular#25425
)

Updating code snippet in docs that shows how to enable debug tools.
PR Close angular#25361
Link to life-cycle hooks was spelt as "life-cycle hoooks".
PR Close angular#25377
…ce worker (angular#25408)

At the moment `cacheAge` can we undefined when having `Cache-Control` set to `no-cache` due the mapping method in `needToRevalidate`

Closes angular#25442

PR Close angular#25408
@petebacondarwin petebacondarwin force-pushed the aio-circleci-builds branch 4 times, most recently from a5813ca to fba0882 Compare August 15, 2018 21:16
benlesh and others added 12 commits August 15, 2018 15:35
Now instead of pushing the AIO build artifacts to the preview server
from inside a Travis job, the artifacts are built and hosted on the
CircleCI infrastructure. The preview server will then pull these
down after being triggered by a CircleCI build webhook.
…ircleCI

Previously, Travis pushed the build artitfacts to the preview server.
This required us to use JWT to secure the POST request from Travis, to
ensure we couldn't receive malicious builds.

JWT has been deprecated and we are moving our builds to CircleCI.

This commit rewrites the TypeScript part of the preview server that
handles converting build artifact into hosted previews of the docs.
The server no longer has files uploaded to it. Instead it is more
accurate to refer to it as dealing with "previews" of PRs.
@petebacondarwin petebacondarwin deleted the aio-circleci-builds branch August 31, 2018 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.