-
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.
Spaces can now be purged in a two step process. The code currently doesn't purge the blobs though.
- Loading branch information
David Christofas
committed
Jan 17, 2022
1 parent
c030825
commit bb1648e
Showing
2 changed files
with
50 additions
and
2 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,8 @@ | ||
Enhancement: Delete shares when purging spaces | ||
|
||
Implemented the second step of the two step spaces delete process. | ||
The first step is marking the space as deleted, the second step is actually purging the space. | ||
During the second step all shares, including public shares, in the space will be deleted. | ||
When deleting a space the blobs are currently not yet deleted since the decomposedfs will receive some changes soon. | ||
|
||
https://github.com/cs3org/reva/pull/2431 |
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