summaryrefslogtreecommitdiffstats
path: root/models/statistic.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-115/+0
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+2
* Estimate Action Count in Statistics (#19775)zeripath2022-05-211-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-1/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+2
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-2/+3
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-1/+2
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-2/+3
* Add metrics to get issues by repository (#17225)Romain2021-10-051-1/+19
* Add metrics to get issues by label (#17201)Romain2021-10-031-0/+19
* Add projects and project boards in exposed metrics (#17202)Romain2021-10-021-17/+21
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+5
* DBContext is just a Context (#17100)zeripath2021-09-231-16/+16
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-0/+63