-
Notifications
You must be signed in to change notification settings - Fork 39.4k
Add APPLICATION_SHARED storage scope for cross-app state sharing
#311317
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1949707
shared application storage
sandy081 dc929e7
add tests
sandy081 2383633
Merge branch 'main' into sandy081/main-scorpion
sandy081 049e0ed
fix tests
sandy081 117c46c
add logging and address feedback
sandy081 efa4eab
Add application shared storage scope
sandy081 a09dae1
Add fallback migration for APPLICATION_SHARED storage
sandy081 4c02e81
Move storage fallback into Storage class with auto-migration
sandy081 d3145c7
Make fallbackStorage an implementation detail of Storage
sandy081 6dff5f3
Pass fallback storage via ApplicationSharedStorageMain constructor
sandy081 a671ca7
Remove fallbackDatabasePath - use fallbackStorage only
sandy081 11b42ee
Add MigratingStorage with persisted migration tracking
sandy081 c9eee0a
Merge branch 'main' into sandy081/main-scorpion
sandy081 497ff3d
fix compilation
sandy081 47972dc
minimise changes
sandy081 e9b7d5a
some fixes
sandy081 c4d4be3
fixes
sandy081 6ee1aed
fix
sandy081 21c358b
delete migrated key
sandy081 9841a76
fix removing migrated key
sandy081 0c61bfb
update distro
sandy081 799f168
feedback
sandy081 7d8524a
Fix MigratingStorage: persist marker only on actual migration
sandy081 45a2ad5
feedback
sandy081 5c74779
fix tests
sandy081 9aa6815
Merge branch 'main' into sandy081/main-scorpion
sandy081 52323b0
fix application storage path
sandy081 e039cc4
fix compilation
sandy081 bf6640f
Merge branch 'main' into sandy081/main-scorpion
sandy081 ef0f2c9
Merge branch 'main' into sandy081/main-scorpion
sandy081 272e324
Add info logging for fallback storage initialization
sandy081 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.