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

Write Lighthouse reports to a new *_lighthouse table #16

Merged
merged 8 commits into from
Jul 28, 2017

Commits on Jun 14, 2017

  1. add lighthouse field to _pages tables

    - defaults to empty string if LH property not in HAR file
    rviscomi committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    c7622c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. skip LH when too large

    rviscomi committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    8e1d7ca View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Revert max content size to 2MB.

    Skip row if too big for BQ. This may be too aggressive and we may want to consider truncating the JSON data (making it invalid?) or dropping the LH data entirely.
    rviscomi committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    b2dd5e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c551dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    4003445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44fe96 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    8d561c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    b300fda View commit details
    Browse the repository at this point in the history