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
/
cmd
/
at
b45da91240d3a8d97acef8605e7d4f8ce25f81b2
17 folders
2 files
Camden Cheek
Add a gRPC API (#577)
3y ago
b45da912
zoekt
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-archive-index
update buildfiles (#589)
3 years ago
zoekt-dynamic-indexserver
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-git-clone
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-git-index
update buildfiles (#589)
3 years ago
zoekt-index
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-indexserver
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-merge-index
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-mirror-bitbucket-server
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-mirror-gerrit
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-mirror-github
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-mirror-gitiles
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-mirror-gitlab
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-repo-index
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-sourcegraph-indexserver
update buildfiles (#589)
3 years ago
zoekt-test
Support building Zoekt with Bazel (#573)
3 years ago
zoekt-webserver
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
BUILD.bazel
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
flags.go
all: rename module to github.com/sourcegraph/zoekt We are a hard enough for now that we might as well have our own module name. This will also make it possible to more directly use go tooling.
3 years ago