Skip to content

Add API endpoint to refresh a project statistics

What does this MR do?

Add API endpoint to refresh a project statistics. Available for only admins.

For performance reasons, a project statistics is cached and it may not return accurate values. You can use this endpoint to get more accurate project statistics.

Note: This endpoint does not refresh job_artifacts_size, because there is a issue to recalculate it.

What are the relevant issue numbers?

#29288 (moved) #43765 (closed) #44726 (closed) #49368 (moved) #57640 (closed)

Does this MR meet the acceptance criteria?

Edited by Hiroyuki Sato

Merge request reports