Skip to content

Add deletion support for designs

Alex Kalderimis requested to merge delete-designs-v2 into master

What does this MR do?

This adds the capability to destroy/hide designs. See the related issue

This is an edited and 'reduced' version of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14046. I do not think it will be possible to reduce this in size much at all (in fact I believe it needs more tests).

This is the backend component. The frontend work is to be found in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15034

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

This poses no significant performance risks. It only includes the backend component, so there is no browser testing needed.

/cc @phikai @.luke

Part of the work for: https://gitlab.com/gitlab-org/gitlab-ee/issues/11089

Edited by 🤖 GitLab Bot 🤖

Merge request reports