aboutsummaryrefslogtreecommitdiffstats
path: root/modules/doctor
Commit message (Expand)AuthorAgeFilesLines
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-9/+9
* Add HEAD fix to gitea doctor (#21352)Clar Fon2022-10-121-0/+91
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-8/+8
* Fix git.Init for doctor sub-command (#20782)wxiaoguang2022-08-141-1/+6
* Refactor legacy git init (#20376)wxiaoguang2022-08-092-7/+0
* Fix various typos (#20338)luzpaz2022-07-121-2/+2
* Add username check to doctor (#20140)Gusted2022-06-271-0/+30
* Add doctor command to write commit-graphs (#20007)zeripath2022-06-252-0/+79
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Backtick table name in generic orphan check (#20019)Gusted2022-06-191-2/+2
* Add dbconsistency checks for Stopwatches (#20010)zeripath2022-06-181-0/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-19/+20
* Add breaking email restrictions checker in doctor (#19903)Gusted2022-06-071-0/+69
* Fix inconsistency in doctor output (#19836)Gusted2022-05-312-4/+10
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* [doctor] pq: syntax error at or near "." quote user table name (#19765)silentcodeg2022-05-201-2/+2
* [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
* Add doctor orphan check for orphaned pull requests without an existing base r...silentcodeg2022-05-181-0/+3
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-111-0/+9
* [doctor] Add check/fix for bogus action rows (#19656)singuliere2022-05-101-0/+9
* [doctor] authorized-keys: fix displayed check name (#19464)Pilou2022-04-241-2/+2
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-6/+6
* 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-224-12/+12
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-062-6/+6
* format with gofumpt (#18184)65432022-01-203-3/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1911-28/+38
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Quote references to the user table in consistency checks (#18072)zeripath2021-12-221-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-4/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-105-48/+51
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-012-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-192-4/+5
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-7/+8
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-4/+5
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-303-4/+4
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-253/+138
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#...zeripath2021-09-272-0/+589
* DBContext is just a Context (#17100)zeripath2021-09-232-2/+2
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-195-12/+17
* Add doctor dbconsistency check for release and attachment (#16978)Lunny Xiao2021-09-141-0/+36
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-061-0/+76
* Restore creation of git-daemon-export-ok files (#16508)zeripath2021-07-221-0/+73
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+59
* Add err to log (#15813)John Olheiser2021-05-101-1/+1