-
Notifications
You must be signed in to change notification settings - Fork 113
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
Efss backend fixes #3526
Merged
Merged
Efss backend fixes #3526
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
2d69b78
[draft] improve ocmd send sourcePath 404 error message
4b48eb0
print error message when forwarding invite fails
michielbdejong a77275b
Resolve https://github.com/cs3org/reva/issues/3365#issuecomment-12820…
michielbdejong 53e12c0
changelog entry
ebdfe38
report unexpected response codes from EFSS API
a9123c6
Merge remote-tracking branch 'origin/master' into ocmd-error-messages…
michielbdejong 5963484
fix
michielbdejong 71b9eea
Add appropriate PR link in changelog entry
michielbdejong d81e817
Merge remote-tracking branch 'origin/master' into ocmd-error-messages…
michielbdejong f4fb5cc
Also allow 201 responses
michielbdejong 15a3a44
Also throw on EFSS API response codes from other Nextcloud backends
michielbdejong 0a7ebdb
built
michielbdejong 549b147
Fix username in upload call path
michielbdejong e823c76
Improved error message
michielbdejong 7ab36af
trying to debug https://github.com/pondersource/sciencemesh-php/issue…
michielbdejong 26f101a
Fix https://github.com/pondersource/sciencemesh-php/issues/100
michielbdejong aa549e0
fix share object in OCM share backend
michielbdejong 96d203d
Merge remote-tracking branch 'origin/ocmd-error-messages-backport' in…
michielbdejong a6e1af5
Fix double declaration of genID
michielbdejong 49e71f5
info logging
michielbdejong 369869b
syntax fix
michielbdejong 09b6a35
Improve 'request not handled' error message
michielbdejong 0f152b9
Init log
michielbdejong 449fe4a
fix https://github.com/pondersource/sciencemesh-php/issues/114
michielbdejong 3122a18
return JSON share object on ocm/send
michielbdejong 301d71e
How do we tell Nextcloud which WebDAV server to mount this share from?
michielbdejong 355791a
read webdav host from config
michielbdejong 1178dc7
better error messages from OCM /share endpoint
michielbdejong 19d3a41
Fix https://github.com/pondersource/sciencemesh-php/issues/91#issueco…
michielbdejong af0166d
Split owner string
michielbdejong 6700346
return JSON from invite forward
michielbdejong f1171d7
message: Success
michielbdejong e74f2f1
Merge remote-tracking branch 'origin/master' into efss-backend-fixes
michielbdejong 1f4c759
Fix merge
michielbdejong 352052a
make lint (first try)
michielbdejong e7c9fae
make lint (second try)
michielbdejong b7cc776
remove unnecessary newlines
michielbdejong 9c865f6
outdent
michielbdejong 78c3556
gofmt -s pkg/storage/fs/nextcloud/nextcloud_server_mock.
michielbdejong 888032f
Fix changelog for calens
glpatcern 1951a12
Fix make test
michielbdejong eab29af
Merge remote-tracking branch 'origin/efss-backend-fixes' into efss-ba…
michielbdejong 08d3122
fix lint
michielbdejong b3f67d2
Prepend /home to all paths in mock server
michielbdejong 0f4adf9
Run make lint-fix
vascoguita 8de7d03
Improve error message on error sending accept post request
michielbdejong dd625fe
tmpdir for gitpod
michielbdejong 78ddbb0
reset server mock
michielbdejong e3c2a27
reset server mock
michielbdejong 535b744
Use helpers.TempDir
michielbdejong ad79ced
integration tests now also use this TempDir
michielbdejong 25ced32
apply https://github.com/cs3org/reva/pull/3526/files#r1042061882
michielbdejong 9fcd8b8
tests passing
michielbdejong 4b9b228
uncomment
michielbdejong c93ad76
Merge remote-tracking branch 'origin/efss-backend-fixes' into efss-ba…
michielbdejong 5cf20d5
/workspace/reva/toolchain/golangci-lint run --fix
michielbdejong 7bcee19
Merge remote-tracking branch 'origin/efss-backend-fixes' into efss-ba…
michielbdejong b3c409a
Fix case /some
michielbdejong 9f1b623
make some paths relative
michielbdejong 7ce8c44
original/location
michielbdejong 75718f8
/workspace/reva/toolchain/golangci-lint run --fix
michielbdejong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Improve error logging in ocmd flow | ||
|
||
https://github.com/cs3org/reva/pull/3526 | ||
https://github.com/cs3org/reva/pull/3419 | ||
https://github.com/cs3org/reva/issues/3365 | ||
https://github.com/cs3org/reva/pull/3369 |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
These seems to be debug logs, can you remove them? Or log them better?