Optimize /api/v4/projects endpoint for visibility level
Previously when a user requested a list of projects, `Project#public_or_visible_to_user` would search all authorized projects and public/internal projects as well. However, when a user requests a specific `visibility_level` (e.g. private), that should reduce the search space, and we shouldn't need to load public/internal projects. Improves https://gitlab.com/gitlab-org/gitlab-ce/issues/59329
显示
- app/finders/projects_finder.rb 1 个添加, 1 个删除app/finders/projects_finder.rb
- app/models/project.rb 17 个添加, 5 个删除app/models/project.rb
- changelogs/unreleased/sh-optimize-projects-api.yml 5 个添加, 0 个删除changelogs/unreleased/sh-optimize-projects-api.yml
- spec/models/project_spec.rb 48 个添加, 1 个删除spec/models/project_spec.rb
加载中
想要评论请 注册 或 登录