Remove Epic and Wiki from remove_project_and_children_documents
What does this MR do and why?
Exclude the Epic
and Wiki
from the indices
in the ElasticDeleteProjectWorker
. Since epics can be only at the group level so there is no need for Epic
in remove_project_and_children_documents
. Secondly, Wiki
is getting deleted in a separate process with remove_wikis_from_the_standalone_index
so Wiki
can also be removed from remove_project_and_children_documents
.
I think it makes sense to add conflicts: proceed
in remove_wikis_from_the_standalone_index
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #421739 (closed)