sourcegraph/internal/gitserver
Erik Seliger 175667db7c
gitserver: Add OctopusMergeBase RPC method (#63842)
This method can be used to find a common ancestor for many commit SHAs,
to be used by code intel for finding visible uploads.

Closes SRC-485

Test plan: Added unit tests for the several layers (client, grpc,
gitcli).
2024-07-19 13:25:09 +02:00
..
connection Reapply "gitserver(client): Reintroduce 500 maximum connections limit" (#63134) 2024-06-07 10:46:19 +02:00
gitdomain chore: Change errors.HasType to respect multi-errors (#63024) 2024-06-06 13:02:14 +00:00
protocol gitserver: Cleanup CreateCommitFromPatch (#62781) 2024-06-07 10:46:05 +02:00
testdata/TestDiffWithSubRepoFiltering gitserver: Migrate Diff to gRPC call (#61938) 2024-04-18 15:14:14 +02:00
v1 gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
addrs.go gitserver: Extract repository service in gRPC (#61807) 2024-04-18 20:10:19 +02:00
BUILD.bazel gitserver: Add option to allow setting custom context line count (#63840) 2024-07-19 10:50:49 +02:00
client_test.go gitserver: Cleanup CreateCommitFromPatch (#62781) 2024-06-07 10:46:05 +02:00
client.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
CODENOTIFY Remove GitHub handles from notifications (#56199) 2023-08-24 12:45:50 +00:00
commands_test.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
commands.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
errwrap.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
grpc_test.go gitserver: Extract repository service in gRPC (#61807) 2024-04-18 20:10:19 +02:00
mock.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
mocks_temp.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
observability.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
retry.go gitserver: Add OctopusMergeBase RPC method (#63842) 2024-07-19 13:25:09 +02:00
stream_client.go errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
test_utils.go gitserver: Deprecate Exec and remove localGit (#62773) 2024-05-21 18:19:12 +02:00