This repository was archived by the owner on Sep 30, 2024. It is now read-only.
gitserver: grpc: create FirstEverCommit RPC method and server implementation#62169
Merged
ggilmore merged 1 commit intoMay 1, 2024
Conversation
Contributor
Author
98db01b to
7f3b667
Compare
cf13ed9 to
26d91b0
Compare
2220186 to
1340dfb
Compare
eseliger
reviewed
Apr 24, 2024
26d91b0 to
fd32127
Compare
1340dfb to
f6b6171
Compare
fd32127 to
8e4b04d
Compare
02ec89e to
5c223e4
Compare
8e4b04d to
d794dc1
Compare
1f012eb to
9f0a175
Compare
d794dc1 to
78388ea
Compare
9f0a175 to
582385f
Compare
78388ea to
1bbfc10
Compare
eseliger
approved these changes
Apr 30, 2024
05a1f32 to
0dbd2b6
Compare
467450c to
6543606
Compare
0dbd2b6 to
dd47983
Compare
6543606 to
f258a65
Compare
dd47983 to
9504034
Compare
f258a65 to
f5c873d
Compare
9504034 to
cd7c972
Compare
f5c873d to
07f51e6
Compare
cd7c972 to
0a3ffb5
Compare
07f51e6 to
9c9c844
Compare
0a3ffb5 to
a8d5080
Compare
9c9c844 to
302550c
Compare
a8d5080 to
df87c59
Compare
302550c to
241022e
Compare
Base automatically changed from
04-24-gitserver_port_firstevercommit_functionality_from_client_to_git_cli_backend
to
main
May 1, 2024 04:14
241022e to
c4f47bf
Compare
Contributor
Author
ggilmore
referenced
this pull request
May 1, 2024
…ethod for FirstEverCommit (#62173) Closes https://github.com/sourcegraph/sourcegraph/issues/61689 This PR switches the gitserver client implementation to use the new gRPC FirstCommitEver() method introduced in https://github.com/sourcegraph/sourcegraph/pull/62169 instead of shoving it through the `exec()` endpoint. ## Test plan Unit tests
This was referenced May 1, 2024
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Part of #61689
This PR builds on https://github.com/sourcegraph/sourcegraph/pull/62165, and adds the FirstEverCommit new gRPC method along with a corresponding server implementation. The client implementation will be in a future PR.
Test plan