From 19b87fb4cc38d80dcd0092344bd81d4e60d61b4f Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Wed, 4 Jan 2017 16:02:28 +0100 Subject: Requeue projects pending deletion There have been several bugs in the project deletion service and worker. Resulting in projects stuck in pending delete state, which limits users to create projects with the same name, keeps stale records in the database, and all kinds of other trouble. This post deployment migration requeues all these projects for deletion, in the hope that most of these could be removed by the updated code. --- changelogs/unreleased/zj-requeue-pending-delete.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/unreleased/zj-requeue-pending-delete.yml (limited to 'changelogs/unreleased/zj-requeue-pending-delete.yml') diff --git a/changelogs/unreleased/zj-requeue-pending-delete.yml b/changelogs/unreleased/zj-requeue-pending-delete.yml new file mode 100644 index 00000000000..464c5948f8c --- /dev/null +++ b/changelogs/unreleased/zj-requeue-pending-delete.yml @@ -0,0 +1,4 @@ +--- +title: Requeue pending deletion projects +merge_request: +author: -- cgit v1.2.1