aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/archiver
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days1-3/+2
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-252-26/+33
* Remove transaction for archive download (#32186)Lunny Xiao2024-11-152-26/+19
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* 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-112-12/+13
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-4/+4
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-1/+1
* 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-272-4/+2
* 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
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* 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-202-2/+2
* 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-062-0/+467