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

Scorecard: Use Sanic, cache fully-shaped GitHub response #5242

Closed

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    828710a View commit details
    Browse the repository at this point in the history
  2. sanic version of scorecard, aka asyncio via uvloop. should be quite a…

    … bit faster than flask, but this is mostly a dry run testing ease of conversion from flask. templates have been modified to avoid favicon.ico 404, and formatting into 80 line width for user.html
    akotlar committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    a370c0a View commit details
    Browse the repository at this point in the history
  3. apparently sanic defaults to inclusion of ujson and uvloop, even if t…

    …hey aren't imported. I would rather they make those imports an explicit requirement...
    akotlar committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    ca0d45c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79d5c65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75078f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. fixes bug from the original flask version in which startup github que…

    …ry would run twice. don't cache timestamp diff, just timestamp; remove unnecessary globals use from flask v. add comments clarifying race conditions, shared between flask and current version. improve favicon.ico handling for chrome
    akotlar committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    90b1e74 View commit details
    Browse the repository at this point in the history