Move Onboarding::Status to a presenter
- we have broken off the backend concerns from this class and now can fully consider this a presenter. - see https://gitlab.com/gitlab-org/gitlab/-/issues/503176
显示
- .rubocop_todo/rails/strong_params.yml 0 个添加, 1 个删除.rubocop_todo/rails/strong_params.yml
- .rubocop_todo/rspec/be_eq.yml 0 个添加, 1 个删除.rubocop_todo/rspec/be_eq.yml
- app/controllers/concerns/onboarding/redirectable.rb 5 个添加, 5 个删除app/controllers/concerns/onboarding/redirectable.rb
- app/controllers/omniauth_callbacks_controller.rb 3 个添加, 3 个删除app/controllers/omniauth_callbacks_controller.rb
- app/controllers/registrations_controller.rb 6 个添加, 6 个删除app/controllers/registrations_controller.rb
- app/presenters/onboarding/status_presenter.rb 3 个添加, 3 个删除app/presenters/onboarding/status_presenter.rb
- app/views/devise/registrations/new.html.haml 2 个添加, 2 个删除app/views/devise/registrations/new.html.haml
- ee/app/controllers/concerns/ee/onboarding/redirectable.rb 1 个添加, 1 个删除ee/app/controllers/concerns/ee/onboarding/redirectable.rb
- ee/app/controllers/concerns/gitlab_subscriptions/trials/duo_common.rb 1 个添加, 1 个删除...ollers/concerns/gitlab_subscriptions/trials/duo_common.rb
- ee/app/controllers/ee/omniauth_callbacks_controller.rb 2 个添加, 2 个删除ee/app/controllers/ee/omniauth_callbacks_controller.rb
- ee/app/controllers/ee/registrations_controller.rb 4 个添加, 4 个删除ee/app/controllers/ee/registrations_controller.rb
- ee/app/controllers/ee/sessions_controller.rb 4 个添加, 4 个删除ee/app/controllers/ee/sessions_controller.rb
- ee/app/controllers/gitlab_subscriptions/trials/duo_enterprise_controller.rb 1 个添加, 1 个删除.../gitlab_subscriptions/trials/duo_enterprise_controller.rb
- ee/app/controllers/gitlab_subscriptions/trials/duo_pro_controller.rb 1 个添加, 1 个删除...rollers/gitlab_subscriptions/trials/duo_pro_controller.rb
- ee/app/controllers/gitlab_subscriptions/trials_controller.rb 3 个添加, 3 个删除ee/app/controllers/gitlab_subscriptions/trials_controller.rb
- ee/app/controllers/registrations/company_controller.rb 10 个添加, 10 个删除ee/app/controllers/registrations/company_controller.rb
- ee/app/controllers/registrations/groups_controller.rb 6 个添加, 6 个删除ee/app/controllers/registrations/groups_controller.rb
- ee/app/controllers/registrations/welcome_controller.rb 18 个添加, 18 个删除ee/app/controllers/registrations/welcome_controller.rb
- ee/app/controllers/users/registrations_identity_verification_controller.rb 7 个添加, 7 个删除...s/users/registrations_identity_verification_controller.rb
- ee/app/helpers/gitlab_subscriptions/trials_helper.rb 2 个添加, 2 个删除ee/app/helpers/gitlab_subscriptions/trials_helper.rb
加载中
想要评论请 注册 或 登录