Skip to content

Fix history calculation when a reviewing user has been deleted

Warren Gifford requested to merge es/fix-history-calc-deleted-users into main

Created by: eseliger

An empty actor means that the user doesn't exist anymore. On GitHub, it's displayed as the @ghost user. Since the reviews of undetermined users don't count towards the final review state, they can simply be skipped. I think for the sake of simplicity, we don't need to over handle some broken data here we can't tell apart from actual empty actors easily.

Merge request reports

Loading