-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Reliable Storage: Improve detection of fallback stores #9309
Labels
A-Storage
Storage layer of the app, including IndexedDB, local storage, etc.
P1
T-Enhancement
X-Release-Blocker
Comments
jryans
added a commit
to jryans/matrix-js-sdk
that referenced
this issue
Mar 28, 2019
This supports additional diagnostics of stores in element-hq/element-web#9309.
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Mar 28, 2019
This adds additional consistency checks to examine the local storage fallback for the crypto store as well as the primary IndexedDB variant. Part of element-hq/element-web#9309
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Mar 28, 2019
This adds logging for the cases where memory only stores are being used. It also reorganises the sync store path to match the crypto store. Part of element-hq/element-web#9309
These improvements would be good to have in the release for better reporting, so marking release-blocker. |
turt2live
pushed a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Mar 29, 2019
This adds additional consistency checks to examine the local storage fallback for the crypto store as well as the primary IndexedDB variant. Part of element-hq/element-web#9309
turt2live
pushed a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Mar 29, 2019
This adds logging for the cases where memory only stores are being used. It also reorganises the sync store path to match the crypto store. Part of element-hq/element-web#9309
turt2live
pushed a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Mar 29, 2019
This supports additional diagnostics of stores in element-hq/element-web#9309.
jryans
added
the
A-Storage
Storage layer of the app, including IndexedDB, local storage, etc.
label
Apr 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Storage
Storage layer of the app, including IndexedDB, local storage, etc.
P1
T-Enhancement
X-Release-Blocker
We should improve detection of fallback stores, like local storage for crypto, memory storage, etc. so that we report accurate results.
The text was updated successfully, but these errors were encountered: