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): persist pages between runs #28590

Merged
merged 12 commits into from
Apr 22, 2021
Merged

fix(gatsby): persist pages between runs #28590

merged 12 commits into from
Apr 22, 2021

Commits on Apr 13, 2021

  1. fix(gatsby): add pages to saved redux state

    Reda Bacha authored and pieh committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8b0d1d8 View commit details
    Browse the repository at this point in the history
  2. chore: update test snapshots

    Reda Bacha authored and pieh committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4f3561a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69c5178 View commit details
    Browse the repository at this point in the history
  4. mock Date.now so persistance tests don't rely on actual time (needed …

    …for updatedAt and snapshot testing)
    pieh committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    fff1e1d View commit details
    Browse the repository at this point in the history
  5. refactor persistance tests a bit to allow for creating different page…

    …s per test scenario
    pieh committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3be8d73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b949625 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e63476 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    619041c View commit details
    Browse the repository at this point in the history
  9. fix lint

    pieh committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    fc115fd View commit details
    Browse the repository at this point in the history
  10. adjust snapshot

    pieh committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    5a46fda View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    135ddd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. fix(gatsby): garbage collect stateful pages (#28760)

    * add stateful page to artifacts tests
    
    * fix(gatsby): garbage collect stateful pages
    
    * Revert "fix: clear tracked queries when deleting stale page-data files (#29431)" (#30848)
    
    This reverts commit 478cf68.
    pieh committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    7880240 View commit details
    Browse the repository at this point in the history