aboutsummaryrefslogtreecommitdiffstats
path: root/modules/doctor/misc.go
Commit message (Expand)AuthorAgeFilesLines
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Upgrade go dependencies (#25819)harryzcy2023-07-141-2/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-3/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-4/+0
* Add doctor command to write commit-graphs (#20007)zeripath2022-06-251-0/+76
* [doctor] do not update User Stars numbers unless --fix (#19750)silentcodeg2022-05-191-3/+8
* [doctor] explain what enable-push-options does (#19740)silentcodeg2022-05-181-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-6/+6
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-8/+9
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* 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
* Restore creation of git-daemon-export-ok files (#16508)zeripath2021-07-221-0/+73
* Refactor doctor (#12264)zeripath2020-12-021-0/+146