aboutsummaryrefslogtreecommitdiff
path: root/services/attachment
AgeCommit message (Expand)Author
2023-03-12Preserve file size when creating attachments (#23406)Peter
2022-12-09Add API management for issue/pull and comment attachments (#21783)KN4CK3R
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2021-12-20Simplify parameter types (#18006)Gusted
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-19Move attachment into models/repo/ (#17650)Lunny Xiao
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-10-24Read expected buffer size (#17409)KN4CK3R
2021-09-23DBContext is just a Context (#17100)zeripath
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-08Add repo_id for attachment (#16958)Lunny Xiao