Page MenuHomePhabricator

[services] remove identity.proto
ClosedPublic

Authored by varun on Apr 11 2023, 2:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 1:40 AM
Unknown Object (File)
Sun, May 5, 8:08 PM
Unknown Object (File)
Wed, May 1, 7:13 PM
Unknown Object (File)
Wed, May 1, 4:41 PM
Unknown Object (File)
Wed, May 1, 4:40 PM
Unknown Object (File)
Apr 16 2024, 3:21 AM
Unknown Object (File)
Apr 15 2024, 9:54 PM
Unknown Object (File)
Apr 15 2024, 12:54 AM
Subscribers

Details

Summary

we don't need this file anymore. removed all related code from the identity service, rust-node-addon, Dockerfiles, etc.

Test Plan

built all the cargo projects that depend on this .proto file

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.Apr 11 2023, 2:27 PM

otherwise looks fine

.github/workflows/identity_tests.yml
8 ↗(On Diff #25017)

I really dislike glob'ing over a single file

This revision is now accepted and ready to land.Apr 11 2023, 3:06 PM
.github/workflows/identity_tests.yml
8 ↗(On Diff #25017)

yeah was trying to future-proof in case we end up in a world with multiple protos again, but i doubt that will happen so will apply your feedback

This revision was automatically updated to reflect the committed changes.