-
- 下载
Merge branch '443829-use-routable' into 'master'
Derive Current Organization from Path or Current User See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158626 Merged-by:Rutger Wessels <rwessels@gitlab.com> Approved-by:
Jeff Park <jpark@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Alex Pooley <apooley@gitlab.com> Reviewed-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Mehmet Emin INAC <minac@gitlab.com> Reviewed-by:
Abdul Wadood <awadood@gitlab.com>
显示
- .rubocop_todo/layout/class_structure.yml 0 个添加, 1 个删除.rubocop_todo/layout/class_structure.yml
- app/controllers/application_controller.rb 10 个添加, 0 个删除app/controllers/application_controller.rb
- app/models/organizations/organization.rb 6 个添加, 0 个删除app/models/organizations/organization.rb
- config/initializers/current_organization.rb 0 个添加, 5 个删除config/initializers/current_organization.rb
- ee/spec/requests/api/graphql/vulnerabilities/issue_links_spec.rb 26 个添加, 25 个删除.../requests/api/graphql/vulnerabilities/issue_links_spec.rb
- lib/gitlab/current/organization.rb 33 个添加, 0 个删除lib/gitlab/current/organization.rb
- lib/gitlab/current_settings.rb 2 个添加, 2 个删除lib/gitlab/current_settings.rb
- lib/gitlab/github_gists_import/importer/gist_importer.rb 1 个添加, 1 个删除lib/gitlab/github_gists_import/importer/gist_importer.rb
- lib/gitlab/middleware/organizations/current.rb 0 个添加, 41 个删除lib/gitlab/middleware/organizations/current.rb
- spec/controllers/application_controller_spec.rb 25 个添加, 0 个删除spec/controllers/application_controller_spec.rb
- spec/features/groups_spec.rb 2 个添加, 29 个删除spec/features/groups_spec.rb
- spec/lib/gitlab/current/organization_spec.rb 128 个添加, 0 个删除spec/lib/gitlab/current/organization_spec.rb
- spec/lib/gitlab/github_gists_import/importer/gist_importer_spec.rb 1 个添加, 1 个删除...gitlab/github_gists_import/importer/gist_importer_spec.rb
- spec/lib/gitlab/middleware/organizations/current_spec.rb 0 个添加, 59 个删除spec/lib/gitlab/middleware/organizations/current_spec.rb
- spec/models/organizations/organization_spec.rb 34 个添加, 0 个删除spec/models/organizations/organization_spec.rb
- spec/requests/user_avatar_spec.rb 5 个添加, 4 个删除spec/requests/user_avatar_spec.rb
- spec/spec_helper.rb 3 个添加, 0 个删除spec/spec_helper.rb
- spec/support/shared_contexts/current_organization_context.rb 0 个添加, 4 个删除spec/support/shared_contexts/current_organization_context.rb
加载中
想要评论请 注册 或 登录