...
The plugin computes and feds Sonar with four (4) new metrics : Top 10 commitersCommits / User, Commits / Clock Hour, Commits / Week Day and Commits / Month.
Four project widgets ( under the SCM category ) display these metrics using graphical representations.
| Info |
|---|
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.
...
Name | Key | Qualitative | Description |
|---|---|---|---|
Top 10 CommitersCommits Per User | scm-commits-per-user | no | Reports on top 10 commitersthe 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. |
...

