aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_stats_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add top author stats to activity page (#9615)Lauris BH2020-01-201-3/+3
|
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
| | | | | | | | | In investigating #7947 it has become clear that the storage component of go-git repositories needs closing. This PR adds this Close function and adds the Close functions as necessary. In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files. Fixes #7947
* 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