aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_activity.go
Commit message (Collapse)AuthorAgeFilesLines
* Add golangci (#6418)kolaente2019-06-121-1/+1
|
* Git statistics in Activity tab (#4724)Lauris BH2019-05-041-6/+82
| | | | | | | | | | | | | | | | | | * 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
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-191-2/+6
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Integration test for activity page (#2704)Lauris BH2017-10-161-25/+50
| | | | | | | | * Integration test for activity page * Small code refactoring for acitvity page * Move activity stats calculation logic to model
* Add Activity page to repository (#2674)Lauris BH2017-10-151-0/+242
* Add Activity page to repository * Add request data for activity * Add issue data for activity * Add user unit right checks * Add releases to activity * Log repository unit loading error