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
F2842350: D13108.id43451.diff
Sun, Sep 29, 1:27 PM
F2842340: D13108.id43493.diff
Sun, Sep 29, 1:26 PM
F2841726: D13108.diff
Sun, Sep 29, 11:11 AM
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
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
No Lint Coverage
Unit
No Test Coverage

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

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.