ArthurSonzogni / CommitTracker

A D3 visualisations of web browsers commits
14 stars 2 forks source link

Fully support patchs that are authored and reviewed by the same developer. #7

Closed ArthurSonzogni closed 5 months ago

ArthurSonzogni commented 6 months ago

Example: https://chromium-review.googlesource.com/c/chromium/src/+/5341941 This is authored and reviewed by @colinblundell.

To avoid counting twice the same patch, it is stored only once, either as `kind='author'" or "kind='reviewer'".

We probably should find a way to better account for those. At the same time, it should be fair, and the total and "author+review" count shouldn't count them twice.