Add users to default organization on creation
- we need to associate all users with at least one organization. - For now, we only have the default organization, so we'll use that. That logic could change in the future depending on changes to user registration logic. - Placement as a callback and the potential drawbacks to that approach were considered. However, due to how users are created during our different types of registration, not all go through our creation service. It is more likely they are handled by a create/save operation in the `Devise::RegistrationsController`
显示
- app/models/organizations/organization_user.rb 11 个添加, 0 个删除app/models/organizations/organization_user.rb
- app/models/user.rb 15 个添加, 0 个删除app/models/user.rb
- config/feature_flags/gitlab_com_derisk/update_default_organization_users.yml 9 个添加, 0 个删除...s/gitlab_com_derisk/update_default_organization_users.yml
- ee/spec/features/registrations/saas/invite_flow_spec.rb 1 个添加, 1 个删除ee/spec/features/registrations/saas/invite_flow_spec.rb
- spec/factories/users.rb 10 个添加, 0 个删除spec/factories/users.rb
- spec/migrations/fix_broken_user_achievements_awarded_spec.rb 19 个添加, 7 个删除spec/migrations/fix_broken_user_achievements_awarded_spec.rb
- spec/migrations/fix_broken_user_achievements_revoked_spec.rb 24 个添加, 12 个删除spec/migrations/fix_broken_user_achievements_revoked_spec.rb
- spec/models/member_spec.rb 4 个添加, 4 个删除spec/models/member_spec.rb
- spec/models/organizations/organization_user_spec.rb 61 个添加, 0 个删除spec/models/organizations/organization_user_spec.rb
- spec/models/user_spec.rb 35 个添加, 0 个删除spec/models/user_spec.rb
加载中
想要评论请 注册 或 登录