summaryrefslogtreecommitdiffstats
path: root/services/repository/files/delete.go
Commit message (Expand)AuthorAgeFilesLines
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-204/+0
* 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
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+13
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+197