Skip to content

Improve implementation to check read access to forks and add pagination.

Rubén Dávila requested to merge issue_13648 into master

Fixes #13648 (closed)

The following optimizations where made:

  • Pagination was added.
  • Code to check for read permissions to forks was optimized, in the past we were doing too many queries for each project.

Merge request reports