Page MenuHomePhabricator

Rename identity_client.proto to identity_unauthenticated.proto
ClosedPublic

Authored by bartek on Dec 21 2023, 10:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 11:54 AM
Unknown Object (File)
Fri, Nov 15, 3:08 AM
Unknown Object (File)
Wed, Nov 13, 4:37 AM
Unknown Object (File)
Thu, Nov 7, 1:09 AM
Unknown Object (File)
Oct 18 2024, 6:38 AM
Unknown Object (File)
Oct 18 2024, 6:38 AM
Unknown Object (File)
Oct 18 2024, 6:38 AM
Unknown Object (File)
Oct 18 2024, 6:38 AM
Subscribers

Details

Summary

Resolves ENG-5690.
Renamed:

  • Proto file
  • Proto package name
  • Rust module names
  • gRPC web file names

Depends on D10429

Test Plan

Built identity, tunnelbroker, grpc_clients, rust-node-addon, native_rust_library, commtest.
CI should pass.

Diff Detail

Repository
rCOMM Comm
Branch
barthap/rename-protos
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Dec 21 2023, 12:24 PM

I think we should stick to either "unauth/auth" or "authenticated/unauthenticated" everywhere: in file names, package and module names. Mixing long and short form doesn't feel right. I vote for the short form.

I think we should stick to either "unauth/auth" or "authenticated/unauthenticated" everywhere: in file names, package and module names. Mixing long and short form doesn't feel right. I vote for the short form.

I agree

varun added inline comments.
web/scripts/codegen-identity-grpc.sh
20

should we change all of these to unauth if we're going to use short form exclusively?

This revision is now accepted and ready to land.Dec 22 2023, 8:08 AM
web/scripts/codegen-identity-grpc.sh
20

Yeah, I'll go with auth/unauth everywhere

Use short auth/unauth everywhere

This revision was landed with ongoing or failed builds.Jan 9 2024, 1:23 AM
This revision was automatically updated to reflect the committed changes.