Skip to content

Get rid of ScheduleInstallationService

What does this MR do?

Remove Clusters::Applications::ScheduleInstallationService and move its logic to Clusters::Applications::CreateService. The only thing the former does is a simple ternary if. This could be easily done on the latter, which reduces the amount of files in the stack. Finally, the former service is not called anywhere else, another indication that it could be deleted.

What are the relevant issue numbers?

#58005 (closed)

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports