-
Notifications
You must be signed in to change notification settings - Fork 104
feat: option to have File store preserve permissions when extracting #891
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
feat: option to have File store preserve permissions when extracting #891
Conversation
9f93f59
to
f9f1baa
Compare
830c0a9
to
0b55f28
Compare
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (72.72%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #891 +/- ##
==========================================
- Coverage 80.27% 80.19% -0.08%
==========================================
Files 63 63
Lines 6047 6053 +6
==========================================
Hits 4854 4854
- Misses 856 860 +4
- Partials 337 339 +2 ☔ View full report in Codecov by Sentry. |
bafe923
to
5560c4d
Compare
26443ab
to
9bf6f31
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.
LGTM. Just a nit.
@sammy-da DCO checking is failing. Could you fix it? |
f7118da
to
46736fd
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.
LGTM
@sammy-da Could you help to rebase? |
Signed-off-by: Sammy Abed <[email protected]>
Signed-off-by: Sammy Abed <[email protected]>
0ae429f
to
89a8845
Compare
@Wwwsylvia rebased |
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.
LGTM
This PR takes care of #886, or rather part of it.
It adds an option to the File store that's similar to tar's
--preserve-permissions
.closes #886