-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
… patch) (#2223) FIXES: Study collaborators have no access to the Study files #2041 FIXES: Older study overwrites more recent one ITISFoundation/osparc-issues#435 (when study is shared, the non-owner had no access to stored data, downloaded "nothing" and would upload "nothing", overriding real stored data) FIXES: simcore-sdk multiline error messages * Adding access layer to storage * Added doc Fixed linter import errors * Adds access layer on all dsm operations * Agreggate access rights including ONLY user's groups * Adds debug messages to trace access rights * Fixes and doc * Adapted tests * Fixing copy_folders_from_project handler - refactor mapping of location_ids * Added access layer to folder copy * Sorted members in dsm class * Refactor upload/download so it can be mocked for tests * Mocks datcore downloads * @GitHK review: on style * @GitHK review: download is streamed and saved in chuncks * Fixes sidecar tests: fixture injects in database user and owned project * Fixing simcore-sdk tests: adding user and project in db and establising ownership * Fixes minor typo in webserver API export operation * Fixds handling unformatted file-ids * Adapted simcore-sdk test: responses are more consistent * Started test-access-layer * Fixes simcore-sdk * fixed failing test in webserver-export (#33) * Minor fix prjowner is nullable * Fixes projects cloning * Fixes tests_access_to_studies by extending storage mock Co-authored-by: @sanderegg @odeimaiz @GitHK
- Loading branch information
Showing
39 changed files
with
1,363 additions
and
665 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
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 |
---|---|---|
|
@@ -25,6 +25,7 @@ aioresponses | |
requests | ||
docker | ||
python-dotenv | ||
faker | ||
|
||
# tools for CI | ||
pylint | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ pytest-sugar | |
aiopg | ||
docker | ||
python-dotenv | ||
faker | ||
|
||
# tools for CI | ||
pylint | ||
|
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.