Page MenuHomePhabricator

[protos] Reorder some RPCs
ClosedPublic

Authored by bartek on Mar 28 2024, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 5:19 AM
Unknown Object (File)
Sun, Jan 19, 4:55 AM
Unknown Object (File)
Thu, Jan 9, 4:34 AM
Unknown Object (File)
Thu, Jan 9, 4:34 AM
Unknown Object (File)
Thu, Jan 9, 4:34 AM
Unknown Object (File)
Thu, Jan 9, 4:33 AM
Unknown Object (File)
Tue, Jan 7, 5:24 PM
Unknown Object (File)
Dec 16 2024, 9:38 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.