summaryrefslogtreecommitdiffstats
path: root/models/repo_activity.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-366/+0
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-10/+11
* Fix some slice problems (incorrect slice length) (#19592)Lunny Xiao2022-05-031-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-3/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* 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
* 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
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-191-2/+6
* Integration test for activity page (#2704)Lauris BH2017-10-161-25/+50
* Add Activity page to repository (#2674)Lauris BH2017-10-151-0/+242