summaryrefslogtreecommitdiffstats
path: root/services/repository/files/upload.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-6/+7
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+3
* Correctly upload LFS files (#18316)zeripath2022-01-181-0/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+7
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+207