You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(gatsby): add pages to saved redux state
* chore: update test snapshots
* unskip context change scenario for data tracking tests
* mock Date.now so persistance tests don't rely on actual time (needed for updatedAt and snapshot testing)
* refactor persistance tests a bit to allow for creating different pages per test scenario
* shard pages state (on top of existing sharding for nodes)
* drop page count check (there actually might be valid cases for 0 pages)
* only show page context size warning for pages (and not nodes)
* fix lint
* adjust snapshot
* test(artifacts): add case for changing page context
* 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.
Co-authored-by: Reda Bacha <[email protected]>
0 commit comments