This repository was archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
gitserver: Add progressWriter to VCS fetch #61863
Merged
Merged
Conversation
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
This was referenced Apr 13, 2024
This was referenced Apr 13, 2024
f90543d
to
a054bee
Compare
2a48f47
to
073193e
Compare
a054bee
to
89872f2
Compare
073193e
to
5483b47
Compare
89872f2
to
e2fb9c3
Compare
5483b47
to
5bc8e6e
Compare
e2fb9c3
to
6fe688a
Compare
5bc8e6e
to
f15783d
Compare
6fe688a
to
dfaf5a5
Compare
f15783d
to
72c90b8
Compare
dfaf5a5
to
2f7f7c5
Compare
72c90b8
to
517fd22
Compare
2f7f7c5
to
f79fd7f
Compare
517fd22
to
e175e8a
Compare
f79fd7f
to
dfc6fe7
Compare
e175e8a
to
553f38e
Compare
dfc6fe7
to
1bf9f38
Compare
pjlast
approved these changes
Apr 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woop woop!
553f38e
to
5622107
Compare
1bf9f38
to
21dbb90
Compare
This was referenced Apr 18, 2024
5622107
to
7d83bb9
Compare
Base automatically changed from
es/04-13-gitserverclarifywhatrepositorylockindicates
to
main
April 18, 2024 22:00
Clone already did this, now Fetch does the same. This will allow to also get access to the progress while it's happening, not only afterwards. Test plan: Existing clone / update tests still pass.
21dbb90
to
934e08f
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla-signed
team/product-platform
team/source
Tickets under the purview of Source - the one Source to graph it all
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.
Clone already did this, now Fetch does the same.
This will allow to also get access to the progress while it's happening, not only afterwards.
Test plan:
Existing clone / update tests still pass.