alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
grpc
/
at
edf0c8b4e978fbb8ab0428de2b15f077ed777c0d
1 folder
3 files
Keegan Carruthers-Smith
list: add indextime to MinimalRepoListEntry (#596)
3y ago
e1876ff4
v1
list: add indextime to MinimalRepoListEntry (#596) We want this information in Sourcegraph. This turned into a bit more of a hairy change due to our custom marshalling (for perf) and grpc validation. Test Plan: lots of unit test coverage
3 years ago
BUILD.bazel
list: add indextime to MinimalRepoListEntry (#596) We want this information in Sourcegraph. This turned into a bit more of a hairy change due to our custom marshalling (for perf) and grpc validation. Test Plan: lots of unit test coverage
3 years ago
server.go
Add a gRPC API (#577) This adds a gRPC API alongside the existing gob API. It is enabled whenever the RPC setting is enabled. I didn't think it made sense to have a separate setting to enable it. It is only used when a gRPC request is detected (Content-Type: application/grpc). Eventually, we should likely open a separate port for gRPC traffic, but this should be okay for now. In order to minimize the footprint of this change, we only use the protobuf definitions in the RPC layer. They are translated to/from the existing go types. This results in a small perf penalty.
3 years ago
server_test.go
Add a gRPC API (#577) This adds a gRPC API alongside the existing gob API. It is enabled whenever the RPC setting is enabled. I didn't think it made sense to have a separate setting to enable it. It is only used when a gRPC request is detected (Content-Type: application/grpc). Eventually, we should likely open a separate port for gRPC traffic, but this should be okay for now. In order to minimize the footprint of this change, we only use the protobuf definitions in the RPC layer. They are translated to/from the existing go types. This results in a small perf penalty.
3 years ago