Skip to content

Add registry delete confirmation

Remi Rampin requested to merge (removed):add-container-delete-confirm into master

Imported from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18568

What does this MR do?

  • Adds JavaScript confirmation dialogs for the "delete repository" and "delete tag" actions in the container registry.
  • Also adds a warning that clicking "delete tag" might delete other tags as well (#21405 (closed))

Why was this MR needed?

  • This is a destructive operation
  • Similar dialogs exist for deleting e.g. comments
  • Issue made more serious because of #21405 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#21405 (closed)

Edited by Remi Rampin

Merge request reports