Fix N+1 for searching commits
The Ci::Pipeline data (latest_pipeline) loaded in the CommitPresenter causes N+1. This change fixes that by using BatchLoader for latest_pipeline
Showing
Please register or sign in to comment
The Ci::Pipeline data (latest_pipeline) loaded in the CommitPresenter causes N+1. This change fixes that by using BatchLoader for latest_pipeline