git-pretty-stats
git-pretty-stats copied to clipboard
Self hosted graphs for Git repositories in PHP
With the last version of master branch (e0a6048e0c4e2b6902d3de3599457f8cd340f945) I have this error: ``` [2015-05-04 14:45:17] local.ERROR: exception 'ErrorException' with message 'Undefined index: contributors' in /srv/http/git-pretty-stats/app/GitPrettyStats/StatisticsFormatter.php:42 Stack trace: #0 /srv/http/git-pretty-stats/app/GitPrettyStats/StatisticsFormatter.php(42): Illuminate\Exception\Handler->handleError(8,...
https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html
Would be nice to have this feature. For now we can get this by modifying gitter. ``` --- /var/www/git-stats/vendor/klaussilveira/gitter/lib/Gitter/Repository.php @@ -11,7 +11,10 @@ foreach ($logs as $log) { $commit =...
It may be interesting to have a main dashboard with statistics from all repositories. Contributors overall activities, projects stats, etc.
It would be nice to have this feature, also it would be nice to have overall statistics per Author over all git repositories. Thanks.
The cache should be able to - Cache the repository list - Load commits in chunks. First the X number of commits, then the X number of commits, and so...