Page MenuHomePhabricator

[keyserver] remove old gRPC client
ClosedPublic

Authored by varun on Jan 4 2023, 7:11 AM.
Tags
None
Referenced Files
F3390175: D6163.diff
Fri, Nov 29, 10:36 PM
Unknown Object (File)
Thu, Nov 28, 11:30 AM
Unknown Object (File)
Thu, Nov 28, 11:30 AM
Unknown Object (File)
Thu, Nov 28, 11:30 AM
Unknown Object (File)
Thu, Nov 28, 4:05 AM
Unknown Object (File)
Tue, Nov 19, 7:07 PM
Unknown Object (File)
Mon, Nov 4, 9:50 AM
Unknown Object (File)
Mon, Nov 4, 9:49 AM
Subscribers

Details

Summary

we're using tonic instead, so we can remove this. it's not used anywhere

Test Plan

ran flow and yarn dev in keyserver folder

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

varun requested review of this revision.Jan 4 2023, 7:25 AM
ashoat requested changes to this revision.Jan 4 2023, 6:01 PM

How about the dependencies? Please try to be thorough

This revision now requires changes to proceed.Jan 4 2023, 6:01 PM

remove grpc-related dependencies from package.json

ashoat requested changes to this revision.Jan 5 2023, 8:57 PM

How about lib/types/grpc-types? Again, please try to be thorough here – the goal is to remove all of the dead code associated with this deprecated implementation

This revision now requires changes to proceed.Jan 5 2023, 8:57 PM

delete flow types for grpc-js

Sorry, I'll be more thoughtful and thorough about removing dead code going forward

This revision is now accepted and ready to land.Jan 6 2023, 8:39 AM
This revision was automatically updated to reflect the committed changes.