-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(files_sharing): implement partial mount providers #57292
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
base: master
Are you sure you want to change the base?
Conversation
463f8cd to
5de8e11
Compare
03c02a1 to
63ec2c4
Compare
6a7f493 to
d8d172c
Compare
d8d172c to
2d22c4f
Compare
63ec2c4 to
efcdd85
Compare
e9711fb to
4d2a155
Compare
4d2a155 to
98cd77b
Compare
It's the part that has the actual "real" data about what mounts to setup, It would also be better for performance for mount providers to use the provided |
"All mount provider do the same" and "the way they do it should be part of the api" are two different things that I think shouldn't be conflated. |
If we return too much, should we then register those missing mounts? |
Probably, determining which of the extra ones are not registered already without extra cost might be tricky though. |
Well, we have the list of registered mount points in |
Providers could return mounts that are registered, just not requested. |
0fc7f9b to
ed86a54
Compare
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.
Blocking as per previous comments
Already addressed
|
e278f3e to
bdcce02
Compare
icewind1991
left a comment
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.
Looks good otherwise
1742d4a to
858833b
Compare
aed32e9 to
f09a602
Compare
0120e50 to
25ab7f4
Compare
Signed-off-by: Salvatore Martire <[email protected]> Signed-off-by: Louis Chmn <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]> Signed-off-by: Louis Chmn <[email protected]>
Signed-off-by: Louis Chmn <[email protected]>
25ab7f4 to
b6e90ac
Compare
Summary
Implements
IPartialMountProviderinMountProviderfor externalfiles_sharing.This PR depends on:
Once this PR is merged, all providers that do not implement
IPartialShareProviderwill stop being called during the setup and shares will disappear. It is important this is merged after all share providers implement #57285TODO