Handle the DB operations on the C++ layer.
https://linear.app/comm/issue/ENG-10330/create-db-operations
Depends on D14447
Paths
| Differential D14448 Authored by tomek on Mon, Mar 17, 6:49 AM.
Tags None Referenced Files
Subscribers
Details Summary Handle the DB operations on the C++ layer. https://linear.app/comm/issue/ENG-10330/create-db-operations Depends on D14447 Test Plan Tested the whole stack on both native and web:
unshimDMOperations( state, dmOperationTypes.CREATE_THREAD, handleReduxMigrationFailure, ): MigrationFunction<WebNavInfo, AppState>),
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMon, Mar 17, 6:49 AM2025-03-17 06:49:26 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Mon, Mar 17, 7:05 AM2025-03-17 07:05:59 (UTC-7) Harbormaster completed remote builds in B33736: Diff 47426.Mon, Mar 17, 8:21 AM2025-03-17 08:21:42 (UTC-7) This revision is now accepted and ready to land.Tue, Mar 18, 7:34 AM2025-03-18 07:34:58 (UTC-7) Harbormaster completed remote builds in B33762: Diff 47454.Wed, Mar 19, 5:44 AM2025-03-19 05:44:05 (UTC-7) Closed by commit rCOMM82b8d0bfc247: [native] Add DMOperation operations to the C++ layer (authored by tomek). · Explain WhyWed, Mar 19, 9:56 AM2025-03-19 09:56:59 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47426 native/cpp/CommonCpp/NativeModules/CMakeLists.txt
native/cpp/CommonCpp/NativeModules/DMOperationStoreOperations.h
native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DMOperationStore.h
native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DMOperationStore.cpp
|