aboutsummaryrefslogtreecommitdiffstats
path: root/services/task/task.go
Commit message (Expand)AuthorAgeFilesLines
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-13/+14
* 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
* Add `Retry` button when creating a mirror-repo fails (#26228)Kerwin Bryant2023-08-041-0/+24
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-6/+3
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-1/+1
* Rewrite queue (#24505)wxiaoguang2023-05-081-5/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-8/+8
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-1/+1
* Pause queues (#15928)zeripath2022-01-221-1/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* 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-2/+3
* Move task from modules to services (#17680)Lunny Xiao2021-11-181-0/+130