summaryrefslogtreecommitdiffstats
path: root/models/repo/attachment.go
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-22/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-49/+17
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-0/+294