aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/files/update.go
Commit message (Expand)AuthorAgeFilesLines
* Use context parameter in models/git (#22367)Jason Song2023-01-091-4/+5
* 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-3/+3
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-7/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-94/+106
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-9/+15
* Correctly upload LFS files (#18316)zeripath2022-01-181-0/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+479