grimoirelab-perceval
grimoirelab-perceval copied to clipboard
[github] How to check when new versions of the reviewed code have been uploaded
Following the discussion in the weekly GSoC meeting, we need to figure out a way to calculate the new versions of code that the Contributors might submit when they create a PR and it gets reviewed.
If that data is available in the review_comments_data, then we need to figure out how to calculate that.
This data will then be used to calculate the code review iteration metric
Do you have any idea @aswanipranjal ? In some cases, it may be complicated to detect new code versions, since the contributor could squash his commits at each iteration and use push --force
to update his pr.
Yeah, you are absolutely right @valeriocos. I don't know how we can tackle this right now, but I am searching for methods and reading the API docs. I'll comment here as I know more.
Closing this due to inactivity.