summaryrefslogtreecommitdiffstats
path: root/modules/git/repo_stats_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Added missing error checks in tests (#7554)Christian Muehlhaeuser2019-07-231-0/+1
| | | Whenever we assign a value to err, check for it being nil.
* Fix empty commits now showing in repo overview (#7521)silverwind2019-07-221-4/+4
| | | | | | | | * Fix empty commits now showing in repo overview * add test * make fmt
* Git statistics in Activity tab (#4724)Lauris BH2019-05-041-0/+35
* 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