Skip to content

Resolve "Background Migrations Visibility Improvement for GitLab engineers - Fix progress value"

What does this MR do and why?

The system estimates the number of rows in a table to calculate the batched background migration progress. Since this is not an exact value, sometimes we have the migration finished, but the progress is not 100%. This can confuse the developers.

Example:

Screenshot_2022-09-08_at_17.14.58

To mitigate this, we can return "100" when the migration is finished.

Screenshots or screen recordings

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

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.

Related to #346357 (closed)

Edited by Diogo Frazão

Merge request reports

Loading