Noticed that we're using type Error = serde_json::Error in FromStr, but we map it everywhere to tonic::Status.
Refactored this to map it only in one place and avoid adding another mapping in the next diff
Depends on D13222
Paths
| Differential D13223 Authored by bartek on Sep 2 2024, 11:27 PM.
Tags None Referenced Files
Details Summary Noticed that we're using type Error = serde_json::Error in FromStr, but we map it everywhere to tonic::Status. Depends on D13222 Test Plan cargo build -p identity
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptSep 2 2024, 11:27 PM2024-09-02 23:27:31 (UTC-7) Harbormaster completed remote builds in B31399: Diff 43845.Sep 2 2024, 11:43 PM2024-09-02 23:43:55 (UTC-7) This revision is now accepted and ready to land.Sep 3 2024, 7:17 AM2024-09-03 07:17:47 (UTC-7) Closed by commit rCOMM8e7230210185: [identity] Update SignedDeviceList::from_str to return tonic::Status (authored by bartek). · Explain WhySep 9 2024, 6:21 AM2024-09-09 06:21:14 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 43845 services/identity/src/device_list.rs
services/identity/src/grpc_services/authenticated.rs
|