Remove learn gitlab project creation
What does this MR do and why?
- Removes learn gitlab creation and reliance as part of #388970 (closed)
- Implements the 1st step of removing the worker https://docs.gitlab.com/ee/development/sidekiq/compatibility_across_updates.html#removing-worker-classes
- Converts get started button to pajamas ViewComponent
Screenshots
no change overall - spinning/refresh gone from onboarding page since learn gitlab is no longer created
before | after |
---|---|
How to set up and validate locally
note basically trying to emulate feature spec steps in ee/spec/features/registrations/saas/standard_flow_just_me_creating_project_spec.rb
Click to expand
- Setup to simulate SaaS and restart GDK
- Register as a new user.
- Confirm email by finding the confirmation path from last User created in
rails console
Rails.application.routes.url_helpers.user_confirmation_path(confirmation_token: User.last.confirmation_token)
- Visit the path from the previous step.
- You should be on the sign in page, log back in.
- Select any 'role' and 'Just me' in the welcome form after sign up step.
- Choose 'Create a new project'
- Click 'Continue'
- Fill out fields to create a group and project on the next page.
- Click 'Create project'
- Notice no more refresh/spinner as compared to
master
. - Click on "Ok, let's go" and verify you are dropped into the learn gitlab project and the celebrate modal pops up with confetti
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 #388970 (closed)
Edited by Doug Stull