An error occurred while fetching the assigned milestone of the selected merge_request.
Set database used size to 0 if no data is in there
Compare changes
+ 7
− 0
@@ -100,6 +100,13 @@ public class LocalDatabase {
This could be the solution to fix the bug where the datasyncreport percentages do not add up to 100%: The report checks whether the database is empty using the usedSize field, and if that has rounding errors, type percentages of 0% for each type could go into the computation.
Has to be used in an evaluation to check that this actually is a fix.