summaryrefslogtreecommitdiffstats
path: root/services/task/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* 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