-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [draft] improve ocmd send sourcePath 404 error message * print error message when forwarding invite fails * Resolve #3365 (comment) * changelog entry * report unexpected response codes from EFSS API * fix * Add appropriate PR link in changelog entry * Also allow 201 responses * Also throw on EFSS API response codes from other Nextcloud backends * built * Fix username in upload call path * Improved error message * trying to debug pondersource/sciencemesh-php#100 * Fix pondersource/sciencemesh-php#100 * fix share object in OCM share backend * Fix double declaration of genID * info logging * syntax fix * Improve 'request not handled' error message * Init log * fix pondersource/sciencemesh-php#114 * return JSON share object on ocm/send * How do we tell Nextcloud which WebDAV server to mount this share from? * read webdav host from config * better error messages from OCM /share endpoint * Fix pondersource/sciencemesh-php#91 (comment) * Split owner string * return JSON from invite forward * message: Success * Fix merge * make lint (first try) * make lint (second try) * remove unnecessary newlines * outdent * gofmt -s pkg/storage/fs/nextcloud/nextcloud_server_mock. * Fix changelog for calens * Fix make test * fix lint * Prepend /home to all paths in mock server * Run make lint-fix * Improve error message on error sending accept post request * tmpdir for gitpod * reset server mock * reset server mock * Use helpers.TempDir * integration tests now also use this TempDir * apply https://github.com/cs3org/reva/pull/3526/files#r1042061882 * tests passing * uncomment * /workspace/reva/toolchain/golangci-lint run --fix * Fix case /some * make some paths relative * original/location * /workspace/reva/toolchain/golangci-lint run --fix Co-authored-by: root <root@mesh.pondersource.org> Co-authored-by: Michiel de Jong <michielbdejong@users.noreply.github.com> Co-authored-by: Giuseppe Lo Presti <giuseppe.lopresti@cern.ch> Co-authored-by: Vasco Guita <vasco@guita.org>
- Loading branch information
1 parent
646e719
commit 2c4e018
Showing
18 changed files
with
175 additions
and
59 deletions.
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.