Commit Graph

3 Commits (d8b5235dedbb69812aeb43218a8d35938259a1c3)

Author SHA1 Message Date
techknowlogick 9a17e2830b
refactor repo_stats to use os.pipe ()
* 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>
Lauris BH 81cfe243f9
Add top author stats to activity page ()
Lauris BH 1fa9662946
Git statistics in Activity tab ()
* 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