diff options
author | Stan Hu <stanhu@gmail.com> | 2017-06-23 17:02:33 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-06-29 09:23:31 -0700 |
commit | fa93156528bca4306e040a1b73720b6411942fcf (patch) | |
tree | 863375c80f122d59ce57d31eb0f4605d3ea78474 /changelogs | |
parent | 5a983ac431affc800d5e9db9e83c14710ec29c36 (diff) | |
download | gitlab-ce-fa93156528bca4306e040a1b73720b6411942fcf.tar.gz |
Defer project destroys within a namespace in Groups::DestroyService#async_execute
Group#destroy would actually hard-delete all associated projects even
though the acts_as_paranoia gem is used, preventing Projects::DestroyService
from doing any work.
We first noticed this while trying to log all projects deletion to the Geo
log.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-fix-project-destroy-in-namespace.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-project-destroy-in-namespace.yml b/changelogs/unreleased/sh-fix-project-destroy-in-namespace.yml new file mode 100644 index 00000000000..9309f961345 --- /dev/null +++ b/changelogs/unreleased/sh-fix-project-destroy-in-namespace.yml @@ -0,0 +1,4 @@ +--- +title: Defer project destroys within a namespace in Groups::DestroyService#async_execute +merge_request: +author: |