-
Notifications
You must be signed in to change notification settings - Fork 75
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
Unify Storage Backends #734
Merged
Merged
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e56384 - Browse repository at this point
Copy the full SHA 9e56384View commit details -
Split key concern out of storage plugin
This creates a KeyManager interface in the new core module which the storage module can use to get the key from.
Configuration menu - View commit details
-
Copy full SHA for 27eb95f - Browse repository at this point
Copy the full SHA 27eb95fView commit details -
Remove hasData() method from StoragePlugin
because it is one extra request for packages that do have data and from the looks of it not really needed.
Configuration menu - View commit details
-
Copy full SHA for 099e0ba - Browse repository at this point
Copy the full SHA 099e0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c05ccc - Browse repository at this point
Copy the full SHA 8c05cccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb599e - Browse repository at this point
Copy the full SHA 5bb599eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1dfb3 - Browse repository at this point
Copy the full SHA 0c1dfb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d5841 - Browse repository at this point
Copy the full SHA 58d5841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a3564 - Browse repository at this point
Copy the full SHA 96a3564View commit details -
Configuration menu - View commit details
-
Copy full SHA for c83e8f3 - Browse repository at this point
Copy the full SHA c83e8f3View commit details -
Ensure ChunkWriter uses current backend
When changing backends, the ChunkWriter could still use the old one causing data loss, because chunks assumed to exist on new backend, were written to old one.
Configuration menu - View commit details
-
Copy full SHA for b59da2a - Browse repository at this point
Copy the full SHA b59da2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 206affe - Browse repository at this point
Copy the full SHA 206affeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ef0ca - Browse repository at this point
Copy the full SHA 78ef0caView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.