summaryrefslogtreecommitdiffstats
path: root/services/attachment/attachment.go
Commit message (Expand)AuthorAgeFilesLines
* Preserve file size when creating attachments (#23406)Peter2023-03-121-4/+4
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-8/+3
* 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-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-4/+4
* Read expected buffer size (#17409)KN4CK3R2021-10-241-4/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-0/+57