-
Notifications
You must be signed in to change notification settings - Fork 32
Is7420/permanently delete trashed workspaces #7482
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
Merged
matusdrobuliak66
merged 35 commits into
ITISFoundation:master
from
matusdrobuliak66:is7420/permanently-delete-trashed-workspaces
Apr 22, 2025
Merged
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
1205448
initial commit
giancarloromeo 07dba85
add child folders listing
giancarloromeo cb4f9fa
add child projects
giancarloromeo b1fd5a8
Merge branch 'master' into is7034/permanently-delete-workspaces
giancarloromeo a0eace1
Merge remote-tracking branch 'upstream/master' into is7034/permanentl…
giancarloromeo 840da08
Merge branch 'master' into is7034/permanently-delete-workspaces
giancarloromeo d6fec00
Merge branch 'is7034/permanently-delete-workspaces' of github.com:gia…
giancarloromeo ad02e49
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 517065d
update name
matusdrobuliak66 77c558a
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 74ee277
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 696a19b
update
matusdrobuliak66 f382a0d
improve delete workspace
matusdrobuliak66 ce4c77a
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 3df89fc
improve delete workspace
matusdrobuliak66 61606da
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 0d6b7f5
fix tests
matusdrobuliak66 7c7dbe7
fix cyclic dependencies
matusdrobuliak66 521a27d
introduce implicit trashing of projects/folders when workspace is tra…
matusdrobuliak66 4b7bc3d
add Note
matusdrobuliak66 abdef4c
add trash workspace rest test
matusdrobuliak66 48d2677
add final tests
matusdrobuliak66 b0bb2fe
add final tests
matusdrobuliak66 b17eaa5
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 c921ff0
improvement
matusdrobuliak66 ebdf8c3
Merge branch 'is7420/permanently-delete-trashed-workspaces' of github…
matusdrobuliak66 964c9f1
improvement
matusdrobuliak66 605d6fc
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 dace0de
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 c6cb9fc
review @pcrespov
matusdrobuliak66 7c7d820
improve txt in comment
matusdrobuliak66 17b6ab9
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
pcrespov a1c2947
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
pcrespov 2f6e423
Merge branch 'master' into is7420/permanently-delete-trashed-workspaces
matusdrobuliak66 b0f6e7a
fix conflict after master merge
matusdrobuliak66 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
8 changes: 8 additions & 0 deletions
8
services/web/server/src/simcore_service_webserver/folders/service.py
This file contains hidden or 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,8 @@ | ||
| from ._folders_service import delete_folder_with_all_content, list_folders | ||
|
|
||
| __all__: tuple[str, ...] = ( | ||
| "list_folders", | ||
| "delete_folder_with_all_content", | ||
| ) | ||
|
|
||
| # nopycln: file |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.