Skip to content
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

Purge spaces #2431

Merged
merged 7 commits into from
Jan 17, 2022
Merged

Purge spaces #2431

merged 7 commits into from
Jan 17, 2022

Commits on Jan 17, 2022

  1. purge shares when purging storage spaces

    When purging a space we also want to delete all shares in that space.
    This is a first naive implementation for that but ideally we want to
    solve the with an event system eventually to decouple the services.
    David Christofas committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c030825 View commit details
    Browse the repository at this point in the history
  2. purge spaces in the storage driver

    Spaces can now be purged in a two step process.
    The code currently doesn't purge the blobs though.
    David Christofas committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    bb1648e View commit details
    Browse the repository at this point in the history
  3. implement review remarks

    David Christofas committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    38fe318 View commit details
    Browse the repository at this point in the history
  4. prevent normal users from listing deleted spaces

    David Christofas committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d9c2baf View commit details
    Browse the repository at this point in the history
  5. refactor share storage id filter

    David Christofas committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2d3cae2 View commit details
    Browse the repository at this point in the history
  6. implement review remarks

    David Christofas committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d8ff503 View commit details
    Browse the repository at this point in the history
  7. list correct number of trashed spaces

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    cba6dd9 View commit details
    Browse the repository at this point in the history