we need to serialize/deserialize this enum so we can store it in and then retrieve and deserialize it from DynamoDB
Depends on D11150
Paths
| Differential D11160 Authored by varun on Feb 23 2024, 11:54 PM.
Details Summary we need to serialize/deserialize this enum so we can store it in and then retrieve and deserialize it from DynamoDB Depends on D11150 Test Plan
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptFeb 23 2024, 11:54 PM2024-02-23 23:54:33 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Feb 24 2024, 12:05 AM2024-02-24 00:05:01 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Feb 26 2024, 2:03 PM2024-02-26 14:03:48 (UTC-8) Harbormaster completed remote builds in B27348: Diff 37869.Mar 5 2024, 9:16 PM2024-03-05 21:16:01 (UTC-8) Harbormaster completed remote builds in B27353: Diff 37875.Mar 5 2024, 10:21 PM2024-03-05 22:21:05 (UTC-8) michal added inline comments. This revision is now accepted and ready to land.Mar 6 2024, 4:10 AM2024-03-06 04:10:26 (UTC-8)
Closed by commit rCOMM9e266a65d4a0: [services] derive serialize/deserialize for WorkflowInProgress enum (authored by varun). · Explain WhyMar 6 2024, 3:02 PM2024-03-06 15:02:06 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37553 services/identity/Cargo.lock
services/identity/src/client_service.rs
services/identity/src/constants.rs
shared/comm-opaque2/Cargo.lock
shared/comm-opaque2/Cargo.toml
shared/comm-opaque2/src/server/login.rs
shared/grpc_clients/Cargo.lock
shared/grpc_clients/Cargo.toml
|