Commit Graph

4 Commits

Author SHA1 Message Date
GitLab Bot d2675fa4de Add latest changes from gitlab-org/gitlab@master 2022-06-09 15:09:21 +00:00
GitLab Bot 62b1efcc13 Add latest changes from gitlab-org/gitlab@master 2022-01-27 06:11:50 +00:00
GitLab Bot 4c5468b408 Add latest changes from gitlab-org/gitlab@master 2020-06-24 15:08:50 +00:00
Stan Hu 5830d1143d Delete a container registry asynchronously
When a container registry has many tags, it's easy for the DELETE call to take more
than 60 seconds and fail. This can also leave the registry in a bad state with
null bytes since some of the images have been deleted with tags still pointing to them.
In addition, we have to prevent users from accidentally initiating the delete multiple
times or this could leave the registry with orphaned tags.

This commit also adds a flash message to notify the user the registry is scheduled
for deletion.

Closes #49926, #51063
2018-09-07 12:42:59 -07:00