-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Path specific Filesystem setup #55072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
a1a6278 to
cf952ce
Compare
7f95870 to
07f4028
Compare
Contributor
|
Possible performance regression detected Show Output |
07f4028 to
89d174e
Compare
754f4e5 to
4da6b5f
Compare
icewind1991
reviewed
Nov 18, 2025
icewind1991
reviewed
Nov 18, 2025
icewind1991
reviewed
Nov 18, 2025
icewind1991
reviewed
Nov 18, 2025
89d174e to
1d4abcd
Compare
This was referenced Nov 19, 2025
ab0dc8c to
5b58935
Compare
ae0c613 to
cdc7233
Compare
5b58935 to
fd5de92
Compare
cdc7233 to
70b0ecc
Compare
d504579 to
b5977e7
Compare
70b0ecc to
b94b74f
Compare
b5977e7 to
831e780
Compare
b94b74f to
7f26f7e
Compare
Contributor
Author
|
CodeQL is stuck, probably because of switching target branch. I'll update the branch with rebase to see if the proper CodeQL checks run (should actually be CodeQL Advanced, and not CodeQL) 😫 |
Signed-off-by: Salvatore Martire <[email protected]>
replace array_reduce + array_merge with array_merge(...) replace conditional assignment with ??= Signed-off-by: Salvatore Martire <[email protected]>
IMountProviders implementing this interface will be able to take advantage of authoritative mounts. The function `getMountsFromMountPoints` will receive the path that the provider is asked to set-up and an array of IMountProviderArgs providing information regarding the stored mount points and the file cache data for the related root. The mount provider should verify the validity of the mounts and return IMountPoints related to them. Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
276eda8 to
d14a032
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This branch introduces changes to
setupForPathto implement a version that support authoritative mount providers.TODO
Checklist