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

fix(gatsby): handle case of html and data files mismatch #34225

Merged
merged 13 commits into from
Dec 17, 2021

Commits on Dec 9, 2021

  1. add e2e prod tests

    pieh committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2a4ade3 View commit details
    Browse the repository at this point in the history
  2. inline webpackCompilationHash in html so we don't rely just on app-da…

    …ta which can already be mismatched and just wrong
    pieh committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    9e16012 View commit details
    Browse the repository at this point in the history
  3. fix(gatsby): reload before initial hydration if webpack hash in html …

    …doesnt is different than hash in app-data
    pieh committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f8d51f2 View commit details
    Browse the repository at this point in the history
  4. fix dsg/ssr

    pieh committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    7470a79 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. fix ts

    pieh committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b4593cb View commit details
    Browse the repository at this point in the history
  2. tmp

    pieh committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b1df2e3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into fix/handle-html-out…

    …-of-sync-on-initial-render
    pieh committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b2ce4b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    2c937cb View commit details
    Browse the repository at this point in the history
  2. don't even try to run these tests with offline plugin, service worker…

    … caching making it impossible :(
    pieh committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    abffc8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    395a8b2 View commit details
    Browse the repository at this point in the history
  4. drop debug log

    pieh committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    854a8ad View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. cast instead of fallback

    pieh committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    30ba325 View commit details
    Browse the repository at this point in the history
  2. cleanup duplicate conditional

    pieh committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    114fcc4 View commit details
    Browse the repository at this point in the history