Group Level Wiki: Clean up repositories when deleting groups
Disclaimer
This Issue may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.
Problem to Solve
When a Group is deleted we also need to delete the Wiki repository if it exists.
Proposed Solution
Adapt EE::Group::DestroyService
to delete repositories, similar to Projects::DestroyService
.
Involved components
ee/app/services/ee/groups/destroy_service.rb
app/services/repositories/destroy_service.rb
Edited by Matthew Macfarlane