Page MenuHomePhabricator

[identity] Fetch platform details along with device lists
ClosedPublic

Authored by bartek on Jun 3 2024, 4:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 4:26 PM
Unknown Object (File)
Tue, Nov 12, 4:17 PM
Unknown Object (File)
Tue, Nov 12, 4:16 PM
Unknown Object (File)
Tue, Nov 12, 3:07 PM
Unknown Object (File)
Tue, Nov 12, 2:38 PM
Unknown Object (File)
Mon, Nov 4, 7:55 PM
Unknown Object (File)
Mon, Nov 4, 3:03 PM
Unknown Object (File)
Mon, Nov 4, 2:36 PM
Subscribers

Details

Summary

Following D12272, updated device list multifetch RPC handler to additionally include PlatformDetails for each device.

Depends on D12272

Test Plan

Repeated test plan for previous diffs in the stack (login devices).
Then called the RPC. Verify that response contains platform details for each device.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Jun 3 2024, 5:46 AM
bartek added inline comments.
services/identity/src/grpc_services/authenticated.rs
526–536 ↗(On Diff #40837)

Not sure if nested function is the right way, might be better to inline it

services/identity/src/grpc_services/authenticated.rs
597 ↗(On Diff #40837)

Lost this change during rebase

Add missing uncommitted change

This revision is now accepted and ready to land.Jun 4 2024, 9:01 AM