This repository was archived by the owner on Sep 30, 2024. It is now read-only.
gitserver: grpc: create server implementation for GetBehindAhead#62216
Merged
ggilmore merged 4 commits intoMay 3, 2024
Merged
Conversation
This was referenced Apr 26, 2024
Contributor
Author
e20d95c to
5b77abc
Compare
75c2c85 to
5a836f7
Compare
5b77abc to
a20dd1b
Compare
5a836f7 to
7fa75c2
Compare
a20dd1b to
85215bf
Compare
7fa75c2 to
811c697
Compare
85215bf to
ec4200b
Compare
811c697 to
33260ee
Compare
ec4200b to
9cff9f2
Compare
33260ee to
9ce3bb2
Compare
eseliger
approved these changes
Apr 30, 2024
9cff9f2 to
e70c2b0
Compare
9ce3bb2 to
50df291
Compare
e70c2b0 to
2cc3609
Compare
50df291 to
a780150
Compare
2cc3609 to
15bb244
Compare
a780150 to
48d352b
Compare
This was referenced May 1, 2024
Merged
b5170ef to
6339643
Compare
01c8dae to
6b57f46
Compare
3e9b113 to
0102189
Compare
eseliger
approved these changes
May 1, 2024
eseliger
left a comment
Member
There was a problem hiding this comment.
LGTM pending two small things, see inline comments
Graphite Automations"Post a GIF when PR approved" took an action on this PR • (05/02/24)1 gif was posted to this PR based on Geoffrey Gilmore's automation. |
3c51a0a to
16b66bb
Compare
da929c9 to
33edcd2
Compare
ggilmore
commented
May 2, 2024
16b66bb to
e036062
Compare
b43579c to
429025c
Compare
Base automatically changed from
04-26-gitserver_grpc_port_getbehindahead_from_client_to_gitcli_backend
to
main
May 2, 2024 18:25
429025c to
11f62c4
Compare
11f62c4 to
aa22c02
Compare
Contributor
Author
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 https://github.com/sourcegraph/sourcegraph/issues/62101
This PR implements the server-side gRPC implementation of GetBehindAhead, and hooks it up to the new git Backend implementation from #62212.
Test plan
Unit tests