This repository was archived by the owner on Sep 30, 2024. It is now read-only.
gitserver: grpc: create changed files RPC implementation for gRPC server#62262
Merged
ggilmore merged 1 commit intoMay 7, 2024
Merged
Conversation
This was referenced Apr 30, 2024
Contributor
Author
75dd653 to
18d4bba
Compare
f9ac891 to
629d3f0
Compare
18d4bba to
7a9e364
Compare
629d3f0 to
952cf93
Compare
7a9e364 to
319d6a9
Compare
952cf93 to
8ac1945
Compare
319d6a9 to
d8cb7fe
Compare
8ac1945 to
d52b616
Compare
d8cb7fe to
59cae3e
Compare
d52b616 to
5a3ca00
Compare
59cae3e to
43d8723
Compare
5a3ca00 to
0fdeabd
Compare
43d8723 to
9e1c79e
Compare
008dec5 to
e8dc0b0
Compare
9e1c79e to
cf8b5d1
Compare
e8dc0b0 to
31b2232
Compare
1f04ba0 to
d5d0cc7
Compare
This was referenced May 1, 2024
Merged
1137bf8 to
305509c
Compare
d5d0cc7 to
fc07518
Compare
305509c to
2e3e0ff
Compare
fc07518 to
afd8bee
Compare
2e3e0ff to
71f085f
Compare
afd8bee to
977b125
Compare
71f085f to
57d4a5c
Compare
977b125 to
eac84a7
Compare
57d4a5c to
82e2db3
Compare
eac84a7 to
f6dd6ff
Compare
ggilmore
commented
May 1, 2024
eseliger
approved these changes
May 1, 2024
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. |
82e2db3 to
5650c82
Compare
f6dd6ff to
ce9973b
Compare
eseliger
approved these changes
May 6, 2024
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/60654
This PR implements a new gitserver gRPC method, ChangedFiles that lists the files that changed between two commits alonside their added/modified/deleted status. This PR builds on the functionality exposed in https://github.com/sourcegraph/sourcegraph/pull/62252.
Test plan
Unit tests