Skip to content

Reject some requests that may conflict with project stats refresh

Erick Bajao requested to merge eb-prevent-artifact-delete-on-refresh-2 into master

What does this MR do and why?

This is continuation from !86686 (diffs, comment 945808728). As suggested, we are splitting the work into 3 separate MRs. This is MR 2 of 3.

Part of the work for #360375 (closed).

In this MR, we add the 409 conflict guards in certain endpoints that are known to cause artifact deletion. If a project is undergoing stats refresh, we will reject the request to avoid artifact deletion that may mess up the ongoing stats recalculation.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Erick Bajao

Merge request reports