Add patch set and change requests into contribution summary

Change-Id: I72e1f03faecbbd5cf9a7db52d57533451484be3e
This commit is contained in:
Ilya Shakhat
2014-07-24 16:37:35 +04:00
parent be0b33979f
commit 4807342de8
2 changed files with 10 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
<div>Total commits: <b>${commit_count}</b></div>
<div>Total LOC: <b>${loc}</b></div>
<div>Review stat (-2, -1, +1, +2, A): <b>${marks["-2"]}, ${marks["-1"]}, ${marks["1"]}, ${marks["2"]}, ${marks["A"]}</b></div>
<div>Change Requests: <b>${change_request_count}</b></div>
<div>Patch Sets: <b>${patch_set_count}</b></div>
<div>Draft Blueprints: <b>${drafted_blueprint_count}</b></div>
<div>Completed Blueprints: <b>${completed_blueprint_count}</b></div>
<div>Filed Bugs: <b>${filed_bug_count}</b></div>