-
- 下载
Merge branch '48-add-company-question-to-profile-information' into 'master'
Add company question to profile information See merge request gitlab-org/gitlab!17999
显示
- app/assets/stylesheets/pages/experimental_separate_sign_up.scss 1 个添加, 1 个删除...sets/stylesheets/pages/experimental_separate_sign_up.scss
- app/controllers/application_controller.rb 8 个添加, 5 个删除app/controllers/application_controller.rb
- app/controllers/registrations_controller.rb 7 个添加, 7 个删除app/controllers/registrations_controller.rb
- app/models/user.rb 1 个添加, 0 个删除app/models/user.rb
- app/services/users/signup_service.rb 34 个添加, 0 个删除app/services/users/signup_service.rb
- app/views/registrations/welcome.html.haml 12 个添加, 3 个删除app/views/registrations/welcome.html.haml
- changelogs/unreleased/48-add-company-question-to-profile-information.yml 5 个添加, 0 个删除...leased/48-add-company-question-to-profile-information.yml
- config/routes.rb 1 个添加, 1 个删除config/routes.rb
- db/migrate/20191028162543_add_setup_for_company_to_user_preferences.rb 9 个添加, 0 个删除...191028162543_add_setup_for_company_to_user_preferences.rb
- db/schema.rb 1 个添加, 0 个删除db/schema.rb
- locale/gitlab.pot 5 个添加, 2 个删除locale/gitlab.pot
- spec/controllers/application_controller_spec.rb 3 个添加, 3 个删除spec/controllers/application_controller_spec.rb
- spec/controllers/registrations_controller_spec.rb 2 个添加, 2 个删除spec/controllers/registrations_controller_spec.rb
- spec/features/users/signup_spec.rb 2 个添加, 0 个删除spec/features/users/signup_spec.rb
- spec/services/users/signup_service_spec.rb 64 个添加, 0 个删除spec/services/users/signup_service_spec.rb
加载中
想要评论请 注册 或 登录