Projects::Settings::RepositoryController#show: re-enable query limit

What does this MR do and why?

Contributes to #482942 (closed)

Problem

The endpoint executed more than 100 queries in the past. After several optimizations it should be possible to re-enable the limit:

Solution

  • Re-enable the query limit
  • Ensure that the limit is below 100 in tests.
Edited by Vasilii Iakliushin

Merge request reports

Loading