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

Use persistable cache for GCS progress tracking #1204

Merged
merged 48 commits into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
465e738
Add in-memory caching lib, used by the GCS source.
ahrav Mar 19, 2023
354bee6
Use cache for tracking progress for the GCS source.
ahrav Mar 19, 2023
2033a9d
fix merge issue.
ahrav Mar 19, 2023
3252664
fix merge issue.
ahrav Mar 19, 2023
dd6aa7d
fix test.
ahrav Mar 20, 2023
7a2698d
Fix static check.
ahrav Mar 20, 2023
7ec39f5
Add test for NewWithData.
ahrav Mar 20, 2023
46d598c
Use cache for tracking progress for the GCS source.
ahrav Mar 19, 2023
0e8bafc
fix merge issue.
ahrav Mar 19, 2023
f1a6497
fix merge issue.
ahrav Mar 19, 2023
baac8ab
fix test.
ahrav Mar 20, 2023
4116e4a
Merge branch 'use-cache-gcs-source-progress' of github.com:trufflesec…
ahrav Mar 20, 2023
314ffb3
update comment.
ahrav Mar 20, 2023
a558031
update comments.
ahrav Mar 20, 2023
08fa068
Use cache for tracking progress for the GCS source.
ahrav Mar 19, 2023
4765d5f
fix merge issue.
ahrav Mar 19, 2023
c0819b6
fix merge issue.
ahrav Mar 19, 2023
076d546
fix test.
ahrav Mar 20, 2023
f55e861
Merge branch 'use-cache-gcs-source-progress' of github.com:trufflesec…
ahrav Mar 20, 2023
4c42018
merge main.
ahrav Mar 20, 2023
565c026
remove unused dep.
ahrav Mar 20, 2023
d563a40
address comments.
ahrav Mar 20, 2023
1d1e468
Add exists method.
ahrav Mar 20, 2023
8b47b41
Use cache for tracking progress for the GCS source.
ahrav Mar 19, 2023
b7091aa
fix merge issue.
ahrav Mar 19, 2023
b3ac546
fix merge issue.
ahrav Mar 19, 2023
baacc8d
fix test.
ahrav Mar 20, 2023
d7e3cd7
rebase.
ahrav Mar 20, 2023
6a18b2e
resolve conflicts.
ahrav Mar 20, 2023
cfbb7f5
fix test.
ahrav Mar 20, 2023
abbb4b6
Use cache for tracking progress for the GCS source.
ahrav Mar 19, 2023
c695415
fix merge issue.
ahrav Mar 19, 2023
efca232
fix merge issue.
ahrav Mar 19, 2023
566eb56
fix test.
ahrav Mar 20, 2023
5db3c7e
rebase.
ahrav Mar 20, 2023
01463c0
rebase.
ahrav Mar 20, 2023
e07fdf0
merge main.
ahrav Mar 20, 2023
02b1b59
split encode resume by comma.
ahrav Mar 20, 2023
298e9df
Merge branch 'main' into use-cache-gcs-source-progress
ahrav Mar 20, 2023
1b9ae19
Use a persistable cache.
ahrav Mar 20, 2023
b3091e9
fix merge.
ahrav Mar 23, 2023
d3dc8bc
fix merge.
ahrav Mar 23, 2023
9872464
Merge branch 'main' into use-persistable-cache
ahrav Mar 26, 2023
6b8dec3
merge main.
ahrav Mar 27, 2023
a949604
Add progress as part of the cache given it will be the persistence la…
ahrav Mar 27, 2023
cae3b13
Add test for making sure the cache doesn't persist when the increment…
ahrav Mar 28, 2023
ba11613
Merge branch 'main' into use-persistable-cache
ahrav Apr 6, 2023
c1e435d
fix tests.
ahrav Apr 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading