summaryrefslogtreecommitdiffstats
path: root/services/repository/archiver/archiver.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-6/+6
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-10/+61
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-261-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Pause queues (#15928)zeripath2022-01-221-1/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+7
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+1
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-061-0/+334