-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Log storage consistency #9271
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 25, 2019
This will be useful for future storage diagnostics as part of element-hq/element-web#9271.
jryans
added a commit
to jryans/matrix-js-sdk
that referenced
this issue
Mar 25, 2019
This will be useful for future storage diagnostics as part of element-hq/element-web#9271.
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Mar 25, 2019
This adds a storage consistency check just before creating a client on login. Each data store we used is checked for data and any problems are logged to the console. Fixes element-hq/element-web#9271
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Mar 25, 2019
This adds a storage consistency check just before creating a client on login. Each data store we use is checked for data and any problems are logged to the console. Fixes element-hq/element-web#9271
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Mar 26, 2019
This adds a storage consistency check just before creating a client on login. Each data store we use is checked for data and any problems are logged to the console. Fixes element-hq/element-web#9271
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
Add diagnostics describing the health of the storage layers at client creation time.
The text was updated successfully, but these errors were encountered: