Description / Features
The plugin computes and feds Sonar with four (4) new metrics : Commits / User, Commits / Clock Hour, Commits / Week Day and Commits / Month.
Four project widgets ( under the SCM category ) display these metrics using graphical representations.
The "commits per user widget" displays only the top commiters ( list and pie chart ) |

The other three widgets display in a bar chart the number of commits / clock hour, week day or month.

The plugin also adds a project dashboard under the name SCM Stats that contains all four widgets. |
Usage, Installation and Configuration
- Install the SCM Stats plugin through the Update Center or download it into the SONAR_HOME/extensions/plugins directory
- If you plan to use this plugin with non-maven projects or no SCM information is included in project's pom.xml you have to also install the SCM Activity plugin
- Restart the Sonar server
Set the SCM URL of your project (see SCM URL Format) by setting the sonar.scm.url property of SCM Activity plugin. For Maven projects this is automatically discovered if it's already set in pom.xml
- Launch a new quality analysis and the metrics will be fed
Compatibility Matrix
Plugin version | 0.1 |
|---|---|
| Source Control | |
| |
| Git |
Metrics Definitions
Name | Key | Qualitative | Description |
|---|---|---|---|
Commits Per User | scm-commits-per-user | no | Reports on the number of commits per user. |
Commits Per Clock Hour | scm-commits-per-clockhour | no | Reports on the number of commits per clock hour. |
| Commits Per Week Day | scm-commits-per-weekday | no | Reports on the number of commits per week day. |
| Commits Per Month | scm-commits-per-month | no | Reports on the number of commits per month. |
Future Work
Plenty !!! Waiting for your ideas as well!
Change Log

