chaoss / grimoirelab

GrimoireLab: platform for software development analytics and insights
https://chaoss.github.io/grimoirelab/
GNU General Public License v3.0
485 stars 180 forks source link

Track reviewers in panels for code review systems #1

Open jgbarah opened 7 years ago

jgbarah commented 7 years ago

Currently, in panels for code review systems (Gerrit, GitHub Pull Requests), we are tracking mainly submitters of patches. We should track (maybe in different panels) reviewers, since they are also a very interesting part of the story. For this, I think we have all the information in the raw indexes, so very likely we don't need changes in Perceval. But for sure we will need changes in GrimoireELK (maybe for creating a new index with info about reviewers) and in panels (for the new panels, or modification of the current ones).

vishnoianil commented 7 years ago

I personally would love to have this feature and happy to help in any way i can :).

jgbarah commented 7 years ago

We should start by identifying the needed fields in the resulting index, and how to produce them from the raw index. @vishnoianil if you want, let's do the exercise for GitHub Pull Requests or Gerrit, you decide;-)

aklapper commented 5 years ago

Also see https://github.com/chaoss/grimoirelab/issues/58

alpgarcia commented 5 years ago

https://github.com/chaoss/grimoirelab/issues/58 focused on Gerrit is closed and thus this issue is partially solved.