Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing error checks in tests (#7554) | Christian Muehlhaeuser | 2019-07-23 | 1 | -0/+1 |
| | | | Whenever we assign a value to err, check for it being nil. | ||||
* | Fix empty commits now showing in repo overview (#7521) | silverwind | 2019-07-22 | 1 | -4/+4 |
| | | | | | | | | * Fix empty commits now showing in repo overview * add test * make fmt | ||||
* | Git statistics in Activity tab (#4724) | Lauris BH | 2019-05-04 | 1 | -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 |