-
- Downloads
Allow for Namespace type to be either nil or User
This prepares for supporting records that have both type == nil and type == User for namespaces.
parent
fe535661
No related branches found
No related tags found
Showing
- app/models/namespace.rb 2 additions, 4 deletionsapp/models/namespace.rb
- app/models/user.rb 2 additions, 2 deletionsapp/models/user.rb
- ee/app/models/ee/user.rb 2 additions, 2 deletionsee/app/models/ee/user.rb
- ee/spec/features/projects/insights_spec.rb 3 additions, 1 deletionee/spec/features/projects/insights_spec.rb
- ee/spec/models/ee/user_spec.rb 45 additions, 38 deletionsee/spec/models/ee/user_spec.rb
- spec/factories/namespaces/user_namespaces.rb 8 additions, 0 deletionsspec/factories/namespaces/user_namespaces.rb
- spec/models/namespace_spec.rb 2 additions, 4 deletionsspec/models/namespace_spec.rb
- spec/models/namespaces/user_namespace_spec.rb 12 additions, 0 deletionsspec/models/namespaces/user_namespace_spec.rb
- spec/models/user_spec.rb 50 additions, 44 deletionsspec/models/user_spec.rb
spec/factories/namespaces/user_namespaces.rb
0 → 100644
Please register or sign in to comment