andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Reviewers should be unique on a code review #152

Closed andymeneely closed 10 years ago

andymeneely commented 10 years ago

Currently, I'd like to add an index to reviewers that's unique over issue and dev_id, but since sometimes a developer will put their email on there twice (or misspell it or something), the reviewers table has multiple entries.

Update CodeReviewParser so that reviewer dev_ids are unique for a given code review. Similar approach as participants and contributors.