| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -4/+4 |
* | Fix unexpected context canceled when migrating repository (#27368) | CaiCandong | 2023-10-01 | 1 | -5/+5 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 2 | -23/+25 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -1/+2 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 1 | -2/+2 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 1 | -2/+2 |
* | Add `Retry` button when creating a mirror-repo fails (#26228) | Kerwin Bryant | 2023-08-04 | 1 | -0/+24 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 1 | -8/+7 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 1 | -6/+3 |
* | Make repo migration cancelable and fix various bugs (#24605) | wxiaoguang | 2023-05-11 | 2 | -19/+32 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -5/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 2 | -4/+2 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -11/+12 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Use a more general (and faster) method to sanitize URLs with credentials (#19... | wxiaoguang | 2022-03-31 | 2 | -2/+2 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -1/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -3/+3 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 2 | -2/+4 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -5/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 2 | -7/+10 |
* | Move task from modules to services (#17680) | Lunny Xiao | 2021-11-18 | 2 | -0/+273 |