aboutsummaryrefslogtreecommitdiffstats
path: root/services/task
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect ctx usage in defer function (#27740)wxiaoguang2023-10-221-4/+2
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-4/+4
* Fix unexpected context canceled when migrating repository (#27368)CaiCandong2023-10-011-5/+5
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-23/+25
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-2/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-2/+2
* Add `Retry` button when creating a mirror-repo fails (#26228)Kerwin Bryant2023-08-041-0/+24
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-8/+7
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-6/+3
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-112-19/+32
* Rewrite queue (#24505)wxiaoguang2023-05-081-5/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-11/+12
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-312-2/+2
* Pause queues (#15928)zeripath2022-01-221-1/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-2/+4
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-5/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-7/+10
* Move task from modules to services (#17680)Lunny Xiao2021-11-182-0/+273