Page MenuHomePhabricator

[protos] Reorder some RPCs
ClosedPublic

Authored by bartek on Mar 28 2024, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 1:17 PM
Unknown Object (File)
Tue, May 7, 1:17 PM
Unknown Object (File)
Tue, May 7, 1:17 PM
Unknown Object (File)
Apr 13 2024, 9:21 PM
Unknown Object (File)
Apr 10 2024, 10:57 AM
Unknown Object (File)
Apr 9 2024, 10:20 AM
Unknown Object (File)
Apr 6 2024, 12:14 AM
Unknown Object (File)
Apr 5 2024, 10:53 AM
Subscribers

Details

Summary

Minor cleanup in proto file structure:

  • Replaced // ... with /* ... */ for group headers to emphasize them over other comments
  • Moved some RPCs between groups
  • This also reordered generated code

I'm open to other comment suggestions as well. I prioritized these because of RPC order affecting codegen

Depends on D11379

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Branch
barthap/protos1
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Mar 28 2024, 11:05 PM

Seems reasonable

shared/protos/identity_unauth.proto
40–47

Can we replace "Ashoat's" with "authoritative"?

This revision is now accepted and ready to land.Mar 29 2024, 10:47 AM

Use 'authoritative' where applicable

This revision was automatically updated to reflect the committed changes.