Add patch sets metric

Change-Id: I52514b53f5afb3256a64d00f61e966ed559b0b7d
This commit is contained in:
Ilya Shakhat
2014-07-22 16:52:59 +04:00
parent 1cfa0cbe28
commit 7f95a1d856
2 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ METRIC_LABELS = {
'resolved-bugs': 'Resolved Bugs',
'person-day': "Person-day effort",
'ci': 'CI votes',
'patches': 'Patch Sets',
}
METRIC_TO_RECORD_TYPE = {
@@ -52,6 +53,7 @@ METRIC_TO_RECORD_TYPE = {
'resolved-bugs': 'bugr',
'members': 'member',
'ci': 'ci_vote',
'patches': 'patch',
}
FILTER_PARAMETERS = ['release', 'project_type', 'module', 'company', 'user_id',