forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
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
use path and name from shares jail if it is configured #183
Closed
Conversation
This file contains 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
Direct sentences towards users rather than developers, and remove placeholder text.
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Update the filepath in redis when moving a file. Didn't implement it in delete since delete is still a bit more broken. But since we don't actively use the owncloud storage driver except for in CI it's not too important. Fixes cs3org#1693
…s3org#1709) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.34 to 1.38.40. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](aws/aws-sdk-go@v1.38.34...v1.38.40) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- From 1.94GB to 40MB, using golang:alpine as builder and scratch as base for the binary - 'latest-eos' is still bloated due to being based on eos/slim REPOSITORY TAG IMAGE ID CREATED SIZE alfageme/revad latest fee1a27ac5f0 4 minutes ago 40MB alfageme/revad latest-eos 02fd02258069 5 hours ago 2.43GB alfageme/reva latest b830b5559200 5 hours ago 16MB
Closed
@butonic I think the tests would need to be updated. Since OC10 extracts the base paths itself, there shouldn't be any problem there. Can we get an estimate of how much effort that'll be? If it'll take long, we can proceed with the workaround flag |
Co-authored-by: Ishank Arora <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
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.
@labkode this should fix the tests for oc10, which rely on a jailed namespace and still work as indeded withe a global namespace. If you merge this cs3org#1605 should be updated as well.
Signed-off-by: Jörn Friedrich Dreyer [email protected]