sourcegraph/cmd
Geoffrey Gilmore 14ae91ece7
grpc: gitserver: use generated getters to access fields for BatchLog (#54194)
Using the generated getters protects against the request itself being
nil (which is possible since all fields are optional in protobuf 3).



## Test plan

Unit tests
2023-06-26 13:25:44 -07:00
..
blobstore bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
frontend mvu: optionally skip drift check in autoupgrade (#53992) 2023-06-26 14:11:18 +01:00
github-proxy bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
gitserver grpc: gitserver: use generated getters to access fields for BatchLog (#54194) 2023-06-26 13:25:44 -07:00
loadtest bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
migrator mvu: optionally skip drift check in autoupgrade (#53992) 2023-06-26 14:11:18 +01:00
repo-updater grpc: add interceptors that convert raw context.[Cancelled/DeadlineExceeded] errors into status errors and vice versa (#54092) 2023-06-23 23:03:12 +00:00
searcher dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
server bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
sitemap sitemap: fix compile error after update to NewRetryPolicy (#51926) 2023-05-15 12:52:57 +00:00
sourcegraph-oss bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
symbols sg: restore symbols for sg (#53885) 2023-06-21 19:47:27 +00:00
worker dev: drop outdated build scripts + minor updates (#53841) 2023-06-21 18:58:39 +02:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.