summaryrefslogtreecommitdiffstats
path: root/modules/git/repo_stats.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor repo_stats to use os.pipe (#11726)techknowlogick2020-09-051-66/+85
| | | | | | | | | | | | | * refactor repo_stats to use os.pipe * woops. missing reader. * stdout not stderr, woops * Fix copyright date and ensure that the stderr is collected Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Andrew Thornton <art27@cantab.net>
* Add top author stats to activity page (#9615)Lauris BH2020-01-201-5/+31
|
* Git statistics in Activity tab (#4724)Lauris BH2019-05-041-0/+108
* Initial implementation for git statistics in Activity tab * Create top user by commit count endpoint * Add UI and update src-d/go-git dependency * Add coloring * Fix typo * Move git activity stats data extraction to git module * Fix message * Add git code stats test