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

feat: volume deletion #5707

Merged
merged 1 commit into from Jan 26, 2024
Merged

feat: volume deletion #5707

merged 1 commit into from Jan 26, 2024

Conversation

deboer-tim
Copy link
Collaborator

What does this PR do?

Adds the 'DELETING' state to volumes so that a spinner appears while they are being deleted. Follows the identical pattern to pods, deployments, etc:

  • Add new status.
  • Set the status when deleting and fire an event.
  • Propogate event through ColumnActions.
  • List/Details trigger UI change.

Adds missing volume action test.

Screenshot / video of UI

Screen.Recording.2024-01-26.at.8.18.52.AM.mov

What issues does this PR fix or reference?

Fixes #5614.

How to test this PR?

Create a volume, then delete it.

Adds the 'DELETING' state to volumes so that a spinner appears while they
are being deleted. Follows the identical pattern to pods, deployments, etc:
- Add new status.
- Set the status when deleting and fire an event.
- Propogate event through ColumnActions.
- List/Details trigger UI change.

Adds missing volume action test.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
@deboer-tim deboer-tim requested review from benoitf and a team as code owners January 26, 2024 13:20
@deboer-tim deboer-tim requested review from jeffmaury and cdrage and removed request for a team January 26, 2024 13:20
@deboer-tim deboer-tim merged commit 1902f5b into main Jan 26, 2024
8 checks passed
@deboer-tim deboer-tim deleted the volume-delete branch January 26, 2024 15:15
@podman-desktop-bot podman-desktop-bot added this to the 1.8.0 milestone Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No feedback when deleting a volume
3 participants