Move invocations of Onboarding::ProgressService to ee part 1
What does this MR do and why?
Move invocations of Onboarding::ProgressService to ee part 1
- Onboarding is only an EE concept for SaaS. Therefore, we should move the invocations out of CE and follow ce/ee separation concepts in https://docs.gitlab.com/ee/development/ee_features.html
- Remove async functionality from the
Onboarding::ProgressService
as it isn't used. - This MR is part 1 and will not get all of the cases.
- see #472657 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #472657 (closed)
Edited by Doug Stull