aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-01-12 18:30:40 +0100
committerFabrice Bellingard <bellingard@gmail.com>2012-01-12 18:40:45 +0100
commitc82a64fb8ea2dc4b031dd1bb5e766c846fdbd443 (patch)
treee431daf56f84d610736a6500ed3c4e3bf2d5abc0 /plugins/sonar-l10n-en-plugin
parentd9336198cba4299a3fd2f0b911c9ce06a6514009 (diff)
downloadsonarqube-c82a64fb8ea2dc4b031dd1bb5e766c846fdbd443.tar.gz
sonarqube-c82a64fb8ea2dc4b031dd1bb5e766c846fdbd443.zip
SONAR-3012 New widget to monitor the review activity
- 5 new metrics added - Decorator implemented to compute those metrics - Widget implemented to report those metrics
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
index 5798be1507c..dbb2a5c49fc 100644
--- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -719,6 +719,15 @@ widget.planned_reviews.no_action_plan=No action plan
widget.unplanned_reviews.name=Unplanned reviews
widget.unplanned_reviews.description=Shows all the reviews of the project that are not planned yet in an action plan
+widget.reviews_metrics.name=Reviews metrics
+widget.reviews_metrics.description=Reports metrics about reviews
+widget.reviews_metrics.no_data=No data
+widget.reviews_metrics.active_reviews=Active reviews
+widget.reviews_metrics.unassigned.suffix=\ unassigned
+widget.reviews_metrics.unplanned.suffix=\ unplanned
+widget.reviews_metrics.false_positives.suffix=\ false-positives
+widget.reviews_metrics.unreviewed_violations=Unreviewed violations
+
#------------------------------------------------------------------------------
@@ -1542,3 +1551,23 @@ metric.business_value.description=An indication on the value of the project for
metric.team_size.name=Team size
metric.team_size.description=Size of the project team
+
+#--------------------------------------------------------------------------------------------------------------------
+#
+# REVIEWS METRICS
+#
+#--------------------------------------------------------------------------------------------------------------------
+metric.violations_without_review.name=Unreviewed violations
+metric.violations_without_review.description=Violations that have not been reviewed yet
+
+metric.false_positive_reviews.name=False-positive reviews
+metric.false_positive_reviews.description=Active false-positive reviews
+
+metric.active_reviews.name=Active reviews
+metric.active_reviews.description=Active open and reopened reviews
+
+metric.unassigned_reviews.name=Unassigned reviews
+metric.unassigned_reviews.description=Active unassigned reviews
+
+metric.unplanned_reviews.name=Unplanned reviews
+metric.unplanned_reviews.description=Active unplanned reviews