summaryrefslogtreecommitdiffstats
path: root/models/repo/collaboration.go
Commit message (Expand)AuthorAgeFilesLines
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-291-5/+5
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-41/+28
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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