Reduce SQL requests on building artifacts
When we serialize downloadable artifacts for a pipeline, we fetch project via artifacts' association. It produces a lot of CACHE requests. Let's eliminate them by passing project to the serializer explicitly
Showing
Please register or sign in to comment