Page MenuHomePhabricator

[SQLite] enable DB on web for all users
ClosedPublic

Authored by kamil on Aug 19 2024, 5:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 25, 1:30 AM
Unknown Object (File)
Wed, Sep 25, 1:30 AM
Unknown Object (File)
Wed, Sep 25, 12:26 AM
Unknown Object (File)
Mon, Sep 9, 9:12 AM
Unknown Object (File)
Mon, Sep 9, 5:53 AM
Unknown Object (File)
Sat, Sep 7, 3:25 PM
Unknown Object (File)
Thu, Sep 5, 8:40 AM
Unknown Object (File)
Sat, Aug 31, 3:29 AM
Subscribers

Details

Summary

ENG-8075.

Removing canUseDatabaseOnWeb.

Test Plan
  1. Make canUseDatabaseOnWeb return false and use the app (data is returned from the keyserver).
  2. Apply this diff
  3. Refresh first time: data is returned from the keyserver but ops are processed on DB.
  4. Refresh a second time: data is not returned from the keyserver but read from DB.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil edited the test plan for this revision. (Show Details)
kamil added inline comments.
web/components/db-ops-handler.react.js
11–13 ↗(On Diff #43451)

this is improved later in the stack

kamil published this revision for review.Aug 19 2024, 6:05 AM
This revision is now accepted and ready to land.Aug 20 2024, 1:42 AM
This revision was automatically updated to reflect the committed changes.