Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor repo_stats to use os.pipe (#11726) | techknowlogick | 2020-09-05 | 1 | -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 BH | 2020-01-20 | 1 | -5/+31 |
| | |||||
* | Git statistics in Activity tab (#4724) | Lauris BH | 2019-05-04 | 1 | -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 |