holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
193 stars 54 forks source link

Missing cahnge kind "MERGE_FIRST_PARENT_UPDATE" #33

Open sudosupreme opened 6 years ago

sudosupreme commented 6 years ago

According to - https://gerrit-documentation.storage.googleapis.com/Documentation/2.13/rest-api-changes.html#revision-info kind can get 5 values - REWORK, TRIVIAL_REBASE, MERGE_FIRST_PARENT_UPDATE, NO_CODE_CHANGE, and NO_CHANGE.

Your code is missing MERGE_FIRST_PARENT_UPDATE

holmari commented 6 years ago

Thanks for the report. Would you like to contribute a fix?