| Wiki Markup |
|---|
{iframe:src=http://update.sonarsource.org/plugins/scmstats.html|width=700|height=250|frameborder=0}
Your browser does not support iframes.
{iframe}pgrade |
Upgrade from 0.1 to 0.2
If you upgrade from 0,1 to 0.2 you'll need to run a new analysis to see the widgets of authors activity and commits per author.
Description / Features
The plugin computes and feds Sonar with four (5) new metrics : Authors Activity, Commits / Author, Commits / Clock Hour, Commits / Week Day and Commits / Month.
Four project widgets ( under the SCM category ) display these metrics using graphical representations.
...
The "Author activity" widget (available since version 0.2) displays a stacked 3D bar chart about top 10 authors activities types : New files(green), modifications(blue) , deletions(red)
...
Metrics Definitions
Name | Key | Qualitative | Description |
|---|---|---|---|
Commits Per Author | scm-commits-per-user | no | Reports on the number of commits per author. |
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. |
...

