aboutsummaryrefslogtreecommitdiffstats
path: root/app/History/Scramble.hs
AgeCommit message (Collapse)Author
2024-03-26fix: fix logfeature/compute-history-from-topLibravatar Alexander Foremny
Previously, we tracked re-opening of issues by advancing the commit hash for scrambles that do not witness an issue. Advancing the commit hash for scrambles not witnessing an issue is obviously incorrect. To see that, consider a top/earlier commit that creates a new file with an issue in it. None of the bottom/later scrambles witness the issue. Hence, it would have been logged as being created in the bottom-most/latest commit instead of the top-most/earliest commit.
2024-03-25fix: fix first scramble having to scan all filesLibravatar Alexander Foremny
2024-03-25fix: fix determine closed issuesLibravatar Alexander Foremny
2024-03-25chore: Git -> BackendLibravatar Alexander Foremny
2024-03-25feat: compute history top to bottomLibravatar Alexander Foremny
Disables caching.