Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johnspurlock/runtime-keys Loading
base: 76b9f86
Choose a base ref
...
head repository: wintercg/runtime-keys Loading
compare: dfd7e75
Choose a head ref
  • 7 commits
  • 2 files changed
  • 7 contributors

Commits on Apr 14, 2023

  1. Fix typo (wintercg#4)

    johnspurlock committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    611f235 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. [ci] Make deploys fail if the spec build fails (wintercg#9)

    Our CI deploy action currently asks a server at api.csswg.org to build
    the spec, and then uses the response to that request as the build
    output. However, it does not check that the response's HTTP status
    code is successful, which can result in Internal Server Errors in that
    server being "propagated" to this spec, rather than resulting in a
    failed build. Similarly, fatal errors in building the spec (for
    invalid Bikeshed syntax, for example) would result in the list of
    errors being deployed.
    
    This PR fixes that by allowing `curl` to fail for non-successful HTTP
    status codes.
    andreubotella committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    508e1fa View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. add fastly key for Fastly Compute@Edge (wintercg#6)

    * add `fastly` key for Fastly Compute@Edge
    
    * add id
    guybedford committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0fada33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8912b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1bf82 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    c5c4697 View commit details
    Browse the repository at this point in the history
  2. Add kiesel (wintercg#11)

    linusg committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dfd7e75 View commit details
    Browse the repository at this point in the history
Loading