This is the last step of the migration - we should no longer use the values returned from the initial Redux state.
Depends on D12153
https://linear.app/comm/issue/ENG-3486/move-entrystore-to-sqlite
Paths
| Differential D12170 Authored by tomek on May 22 2024, 4:41 AM.
Details Summary This is the last step of the migration - we should no longer use the values returned from the initial Redux state. Depends on D12153 https://linear.app/comm/issue/ENG-3486/move-entrystore-to-sqlite Test Plan Closed and opened the app (both native and web) - the entries aren't sent from the keyserver so doing this verified if they are correctly persisted and rehydrated.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMay 22 2024, 4:41 AM2024-05-22 04:41:56 (UTC-7) Harbormaster completed remote builds in B29155: Diff 40526.May 22 2024, 4:58 AM2024-05-22 04:58:17 (UTC-7) tomek edited the test plan for this revision. (Show Details)May 22 2024, 5:01 AM2024-05-22 05:01:45 (UTC-7) Harbormaster completed remote builds in B29156: Diff 40527.May 22 2024, 5:13 AM2024-05-22 05:13:59 (UTC-7) This revision is now accepted and ready to land.May 22 2024, 7:17 AM2024-05-22 07:17:02 (UTC-7) marcin edited the test plan for this revision. (Show Details)May 22 2024, 7:17 AM2024-05-22 07:17:25 (UTC-7)
Harbormaster completed remote builds in B30603: Diff 42678.Jul 23 2024, 4:14 AM2024-07-23 04:14:43 (UTC-7) Closed by commit rCOMM3248d0b99c58: [web][keyserver] Use entries from the initial state only if they are missing… (authored by tomek). · Explain WhyJul 23 2024, 5:57 AM2024-07-23 05:57:54 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42688 keyserver/src/responders/redux-state-responders.js
lib/reducers/entry-reducer.js
web/redux/initial-state-gate.js
web/types/redux-types.js
|