angular-cn/aio/aio-builds-setup/dockerbuild/scripts-sh
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
..
clean-up.sh ci(aio): fix clean-up script on `ngbuilds.io` 2017-03-13 10:30:49 -07:00
health-check.sh build(aio): upgrade to latest and pin major pm2 version 2017-03-07 18:24:45 -08:00
init.sh feat(aio): make it easy to keep relevant logs outside the docker container 2017-03-13 10:30:49 -07:00
upload-server-prod.sh feat(aio): support passing secrets as files to the docker container 2017-03-07 18:24:45 -08:00
upload-server-test.sh feat(aio): enable previews for any PR 2017-06-23 11:54:20 -07:00
verify-setup.sh refactor(aio): use more intuitive log filepath 2017-03-07 18:24:45 -08:00