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

Add web-vitals integration #10883

Merged
merged 33 commits into from May 3, 2024
Merged

Add web-vitals integration #10883

merged 33 commits into from May 3, 2024

Commits on Apr 25, 2024

  1. Init web-vitals integration

    delucis committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    08ba552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb5f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25edcb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e93cfe6 View commit details
    Browse the repository at this point in the history
  5. Cast table to any to avoid error

    Inferred type was causing an error which couldn’t be ignored:
    
    The inferred type of 'AstrojsWebVitals_Metric' cannot be named without a reference to '../node_modules/@astrojs/db/dist/_internal/core/types.js'. This is likely not portable. A type annotation is necessary.
    delucis committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    715d099 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8325926 View commit details
    Browse the repository at this point in the history
  7. Revert "Improve asDrizzleTable() types"

    This reverts commit e93cfe6.
    delucis committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f1c3fc9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5652b71 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    a0e3add View commit details
    Browse the repository at this point in the history
  2. Add a basic test fixture

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5da2721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    492c0f3 View commit details
    Browse the repository at this point in the history
  4. Simplify package.json exports

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7d3be6e View commit details
    Browse the repository at this point in the history
  5. Initial test files

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3adc646 View commit details
    Browse the repository at this point in the history
  6. Peace of mind

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8ce23d2 View commit details
    Browse the repository at this point in the history
  7. pnpm format

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a397c63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dceeb1a View commit details
    Browse the repository at this point in the history
  9. Surface error message in test

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ef93901 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e543a1 View commit details
    Browse the repository at this point in the history
  11. Fix lockfile

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    80c8e06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ec42de View commit details
    Browse the repository at this point in the history
  13. Another test

    delucis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5bf5dd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    3bda10b View commit details
    Browse the repository at this point in the history
  2. Flesh out README

    delucis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9b7092e View commit details
    Browse the repository at this point in the history
  3. Add changesets

    delucis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    201e6e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Improve README

    delucis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d575a71 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Rename endpoint path

    delucis committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b54b582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd4e5f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce1838c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bb97d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dc6a15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f494238 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    758e96b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23bbe95 View commit details
    Browse the repository at this point in the history