summaryrefslogtreecommitdiffstats
path: root/models/repo/collaboration.go
Commit message (Expand)AuthorAgeFilesLines
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-0/+21
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-5/+6
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-0/+150