Implement path-based FS Setup in server MountProviders#56538
Closed
salmart-dev wants to merge 22 commits intomasterfrom
Closed
Implement path-based FS Setup in server MountProviders#56538salmart-dev wants to merge 22 commits intomasterfrom
salmart-dev wants to merge 22 commits intomasterfrom
Conversation
7 tasks
5 tasks
ae0c613 to
cdc7233
Compare
2dbca80 to
78fd4e6
Compare
70b0ecc to
b94b74f
Compare
021a3a2 to
ed9fdb2
Compare
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
…erShares Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
This commit adds a workaround to restore the functionality of apps that rely on descending the file-tree to check for access permissions, like files_accesscontrol. The navigation is done navigating the tree upwards, from the target node, to the root node. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
…p ci] Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
b94b74f to
7f26f7e
Compare
ed9fdb2 to
526dba0
Compare
replace array_reduce + array_merge with array_merge(...) replace conditional assignment with ??= Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
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 <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
7f26f7e to
6e43ef9
Compare
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
c0c82fd to
2477163
Compare
…oviders [skip ci] Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
526dba0 to
2bcf3a0
Compare
276eda8 to
d14a032
Compare
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 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 contains changes related to implementing the path-based FS setup for MountProviders in apps shipped within the server.
The branch is part of this set of branches:
Mount Providers (internal & external apps)
TODO
Checklist
3. to review, feature component)stable32)