Move glm_tracking_params into the onboarding status class
- better encapsulation of logic and onboarding concerns - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164411 will need to extend their use and this will enable that. - see https://gitlab.com/gitlab-org/gitlab/-/issues/482910
显示
- app/controllers/concerns/onboarding/status.rb 4 个添加, 0 个删除app/controllers/concerns/onboarding/status.rb
- app/controllers/omniauth_callbacks_controller.rb 1 个添加, 1 个删除app/controllers/omniauth_callbacks_controller.rb
- app/controllers/registrations_controller.rb 1 个添加, 6 个删除app/controllers/registrations_controller.rb
- app/helpers/registrations_helper.rb 0 个添加, 5 个删除app/helpers/registrations_helper.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 4 个添加, 0 个删除ee/app/controllers/concerns/ee/onboarding/redirectable.rb
- ee/app/controllers/concerns/ee/onboarding/status.rb 21 个添加, 0 个删除ee/app/controllers/concerns/ee/onboarding/status.rb
- ee/app/controllers/concerns/gitlab_subscriptions/trials/duo_common.rb 2 个添加, 2 个删除...ollers/concerns/gitlab_subscriptions/trials/duo_common.rb
- ee/app/controllers/concerns/registrations_tracking.rb 0 个添加, 18 个删除ee/app/controllers/concerns/registrations_tracking.rb
- ee/app/controllers/ee/registrations_controller.rb 0 个添加, 6 个删除ee/app/controllers/ee/registrations_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 7 个添加, 4 个删除ee/app/controllers/gitlab_subscriptions/trials_controller.rb
- ee/app/controllers/registrations/company_controller.rb 5 个添加, 4 个删除ee/app/controllers/registrations/company_controller.rb
- ee/app/controllers/registrations/groups_controller.rb 2 个添加, 2 个删除ee/app/controllers/registrations/groups_controller.rb
- ee/app/controllers/registrations/welcome_controller.rb 1 个添加, 2 个删除ee/app/controllers/registrations/welcome_controller.rb
- ee/app/helpers/ee/registrations_helper.rb 0 个添加, 5 个删除ee/app/helpers/ee/registrations_helper.rb
- ee/app/helpers/gitlab_subscriptions/trials_helper.rb 1 个添加, 1 个删除ee/app/helpers/gitlab_subscriptions/trials_helper.rb
- ee/app/services/gitlab_subscriptions/trials/base_create_service.rb 1 个添加, 1 个删除...rvices/gitlab_subscriptions/trials/base_create_service.rb
- ee/app/views/registrations/groups/new.html.haml 2 个添加, 3 个删除ee/app/views/registrations/groups/new.html.haml
加载中
想要评论请 注册 或 登录