aboutsummaryrefslogtreecommitdiffstats
path: root/models/project
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-123-6/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Add option to purge users (#18064)zeripath2022-07-141-0/+37
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Use correct count for `NumOpenIssues` (#19980)Gusted2022-06-161-1/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-67/+40
* Add missing `sorting` column in `project_issue` table (#19635)wxiaoguang2022-05-061-0/+3
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-6/+9
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-295-0/+842