Skip to content

database: Ignore order and limit in RepoStore.Count

Administrator requested to merge core/fix-repo-store-count into main

Created by: tsenart

This PR brings back #19303 after it's been reverted and fixes the issue that caused the revert, which was that the Count method of the RepoStore wasn't ignoring order and limit options as it should have been (since those don't make sense in counting).

Merge request reports

Loading