Page MenuHomePhabricator

[protos] Reorder some RPCs
ClosedPublic

Authored by bartek on Mar 28 2024, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 9:21 PM
Unknown Object (File)
Wed, Apr 10, 10:57 AM
Unknown Object (File)
Tue, Apr 9, 10:20 AM
Unknown Object (File)
Sat, Apr 6, 12:14 AM
Unknown Object (File)
Fri, Apr 5, 10:53 AM
Unknown Object (File)
Wed, Apr 3, 11:01 AM
Unknown Object (File)
Wed, Apr 3, 5:46 AM
Unknown Object (File)
Mon, Apr 1, 7:29 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #38421)

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.