summaryrefslogtreecommitdiffstats
path: root/models/repo/update.go
Commit message (Expand)AuthorAgeFilesLines
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+12
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-9/+4
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+179