Page MenuHomePhabricator

[identity][protos] Add RPC to update PlatformDetails
ClosedPublic

Authored by bartek on Jun 3 2024, 4:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 10, 4:39 PM
Unknown Object (File)
Tue, Sep 10, 4:39 PM
Unknown Object (File)
Tue, Sep 10, 4:38 PM
Unknown Object (File)
Tue, Sep 10, 4:36 PM
Unknown Object (File)
Aug 10 2024, 7:01 AM
Unknown Object (File)
Aug 10 2024, 7:01 AM
Unknown Object (File)
Aug 10 2024, 7:00 AM
Unknown Object (File)
Aug 10 2024, 6:59 AM
Subscribers

Details

Summary

Addresses ENG-8280.
This RPC is going to be called when client has been updated.

No inputs or outputs are needed - all required data is sent in gRPC metadata.

Depends on D12273

Test Plan

Patched native_rust_library to pass custom code version value, instead of CODE_VERSION constant. After each of the following actions,
verified DDB for code version changes:

  • Called other RPCs (important: for already existing devices)- no change
  • Called SyncPlatformDetails RPC - the value was updated

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable