summaryrefslogtreecommitdiffstats
path: root/modules/doctor/mergebase.go
Commit message (Expand)AuthorAgeFilesLines
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-4/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-4/+4
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-4/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+4
* Refactor doctor (#12264)zeripath2020-12-021-0/+110