summaryrefslogtreecommitdiffstats
path: root/models/repo_activity.go
Commit message (Collapse)AuthorAgeFilesLines
* Add top author stats to activity page (#9615)Lauris BH2020-01-201-6/+16
|
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+4
| | | | | | | | | 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
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
|
* 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