change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://demo.changemetrics.io/
GNU Affero General Public License v3.0
362 stars 56 forks source link

Update peer strength metric computation to enable filtering by change author #1042

Closed morucci closed 1 year ago

morucci commented 1 year ago

Update peer strength metric computation to enable filtering by change author

Fixes: #1037

This change updates the computation where now we:

Find (and filter on) changes authors and for each of them find all event authors that did a comment/review on the change author.

The previous computation was that:

Find (and filter on) comments/reviews events authors and for each of them find all changes authors on which the event's author did a comment/review.

This change also: