summaryrefslogtreecommitdiffstats
path: root/services/task/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* 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-161-10/+11
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-2/+2
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-8/+7
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-18/+31
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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-251-3/+4
* 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-311-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* 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-241-5/+7
* Move task from modules to services (#17680)Lunny Xiao2021-11-181-0/+143