This repository was archived by the owner on Sep 30, 2024. It is now read-only.
gitserver: grpc: switch clientImplementor to use new dedicated gRPC method for FirstEverCommit#62173
Merged
ggilmore merged 2 commits intoMay 1, 2024
Conversation
Contributor
Author
eseliger
approved these changes
Apr 24, 2024
pjlast
approved these changes
Apr 25, 2024
1340dfb to
f6b6171
Compare
9ef85ef to
8ff0aa1
Compare
f6b6171 to
f858a22
Compare
8ff0aa1 to
7f16541
Compare
f858a22 to
02ec89e
Compare
7f16541 to
982582a
Compare
02ec89e to
5c223e4
Compare
982582a to
75c9be3
Compare
5c223e4 to
1f012eb
Compare
75c9be3 to
9bb6fe5
Compare
1f012eb to
9f0a175
Compare
9bb6fe5 to
9b5b1b7
Compare
9f0a175 to
582385f
Compare
9b5b1b7 to
89f6149
Compare
582385f to
6c0168e
Compare
89f6149 to
4c62a2d
Compare
9e83fa2 to
5848e61
Compare
eseliger
approved these changes
Apr 30, 2024
6543606 to
f258a65
Compare
e3f21ba to
1cbf637
Compare
f258a65 to
f5c873d
Compare
1cbf637 to
b52e1ec
Compare
f5c873d to
07f51e6
Compare
b52e1ec to
99c6668
Compare
07f51e6 to
9c9c844
Compare
6de4b91 to
d3bef7f
Compare
9c9c844 to
302550c
Compare
d3bef7f to
0d07353
Compare
302550c to
241022e
Compare
0d07353 to
bfbeb0f
Compare
241022e to
c4f47bf
Compare
Base automatically changed from
04-24-gitserver_grpc_create_firstevercommit_rpc_method_and_server_implementation
to
main
May 1, 2024 04:32
bfbeb0f to
df8113e
Compare
Contributor
Author
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.

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