aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/archiver/archiver.go
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-1/+1
* Refactor deletion (#28610)delvh2023-12-251-2/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-131-25/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-6/+6
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-5/+4
* Rewrite queue (#24505)wxiaoguang2023-05-081-10/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* 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