summaryrefslogtreecommitdiffstats
path: root/modules/doctor
Commit message (Expand)AuthorAgeFilesLines
* Refactor `setting.Database.UseXXX` to methods (#23354) (#23356)Giteabot2023-03-071-1/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-202-7/+8
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-161-1/+15
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-0/+37
* Support disabling database auto migration (#22053)Jason Song2022-12-071-0/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2714-28/+14
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-11/+11
* Prevent dangling user redirects (#21856)Gusted2022-11-181-0/+3
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-24/+208
* Prevent panic in doctor command when running default checks (#21791)zeripath2022-11-131-6/+4
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-314-13/+7
* Use right syntax for symbolic-ref command (#21577)Clar Fon2022-10-281-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-245-15/+15
* 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