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

Break up request graph cache serialisation and run after build completion #9384

Merged
merged 24 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c3fd8f2
Break up request graph cache serialisation and run after build comple…
JakeLane Nov 15, 2023
c06fa33
Fix test to abort before writing to cache
JakeLane Nov 15, 2023
863b5bd
Write cache to disk when build fails
JakeLane Nov 16, 2023
d93e422
Move cache aborting to build queue
JakeLane Nov 16, 2023
63f0017
Fix cache node shallow copy
JakeLane Nov 17, 2023
0cfdedb
Merge branch 'v2' into jlane2/write-request-graph-to-disk-background
JakeLane Nov 28, 2023
d1e726d
Merge branch 'v2' of github.com:parcel-bundler/parcel into jlane2/wri…
JakeLane Dec 8, 2023
b82ab4c
Resolve windows cache path issue
JakeLane Dec 12, 2023
07302ca
Merge branch 'v2' into jlane2/write-request-graph-to-disk-background
JakeLane Dec 12, 2023
80507da
Simplify cache chunking by moving implementation to FSCache
JakeLane Dec 13, 2023
730c274
Use promise queue to manage cache writes
JakeLane Dec 13, 2023
e5d8565
Merge branch 'v2' into jlane2/write-request-graph-to-disk-background
JakeLane Dec 14, 2023
51ffd03
Resolve unhandled errors with promise queue
JakeLane Dec 14, 2023
84d0e1d
Only serialise and write cache chunks to disk when changed
JakeLane Jan 25, 2024
ed110a1
Merge branch 'v2' of github.com:parcel-bundler/parcel into jlane2/wri…
JakeLane Jan 25, 2024
48f1d25
Merge branch 'v2' into jlane2/write-request-graph-to-disk-background
JakeLane Feb 6, 2024
96c1abc
Add getRequestGraphNodeKey function and refactor for loop
JakeLane Feb 8, 2024
c88cab5
Move to set to track cached requests to disk
JakeLane Feb 8, 2024
921c7ba
Bring back catch on queue add
JakeLane Feb 8, 2024
6d339a6
Update unit test for RequestTracker
JakeLane Feb 9, 2024
3965abb
Update progress for cache write and handle node invalidation
JakeLane Feb 15, 2024
e0b3ba2
Update unit test to use new graph set
JakeLane Feb 15, 2024
3d8b1e3
Invalidate written cache on disk on request completion
JakeLane Feb 15, 2024
0941434
Merge branch 'v2' into jlane2/write-request-graph-to-disk-background
JakeLane Feb 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
377 changes: 0 additions & 377 deletions flow-libs/cli-progress.js.flow

This file was deleted.