Skip to content

Fix N+1 query in /api/v4/projects/:id/jobs endpoint

Pedro Pombeiro requested to merge pedropombeiro/461550/fix-n+1-query into master

What does this MR do and why?

Fix N+1 query in /api/v4/projects/:id/jobs endpoint.

Changelog: fixed

Closes #461550 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

I think we can rely on the tests here. Previously, the tests weren't failing even if we removed :runner from the preload call, but I've fixed that.

Edited by Pedro Pombeiro

Merge request reports