Skip to content
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

Aio circleci builds patch #25554

Closed

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    1d42557 View commit details
    Browse the repository at this point in the history
  2. ci(docs-infra): move AIO preview deployment to CircleCI

    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.
    petebacondarwin committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    c600fe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    392d450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    752a111 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    593cd90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abf4969 View commit details
    Browse the repository at this point in the history
  7. ci(docs-infra): change AIO preview server stuff to pull builds from C…

    …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.
    petebacondarwin committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    bbc61ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a80b2f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab6c24b View commit details
    Browse the repository at this point in the history
  10. ci(docs-infra): rename 'upload-server' to 'preview-server'

    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 committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    be0b380 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ced5754 View commit details
    Browse the repository at this point in the history