aboutsummaryrefslogtreecommitdiffstats
path: root/modules/doctor
Commit message (Expand)AuthorAgeFilesLines
* Move doctor package from modules to services (#28856)Lunny Xiao2024-01-2017-2386/+0
* Add orphaned topic consistency check (#28507)Earl Warren2023-12-181-0/+6
* Initalize stroage for orphaned repository doctor (#28487)Earl Warren2023-12-161-0/+5
* Improve doctor cli behavior (#28422)wxiaoguang2023-12-111-6/+10
* Fix delete-orphaned-repos (#28200)pitpalme2023-11-241-2/+2
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+7
* refactor: make db iterate context aware (#27710)65432023-10-211-15/+20
* Add doctor dbconsistency fix to delete repos with no owner (#27290)65432023-10-191-0/+70
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-2/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* doctor: delete action entries without existing user (#27292)65432023-09-281-0/+3
* fix orphan check for deleted branch (#27310)Earl Warren2023-09-281-3/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+2
* Quote table `release` in sql queries (#27205)KN4CK3R2023-09-231-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-142-3/+3
* Add fix incorrect can_create_org_repo for org owner team (#26683)yp053272023-08-291-0/+61
* Upgrade go dependencies (#25819)harryzcy2023-07-141-2/+2
* Less naked returns (#25713)65432023-07-071-29/+30
* Simplify the LFS GC logger usage (#25717)wxiaoguang2023-07-061-2/+2
* Refactor path & config system (#25330)wxiaoguang2023-06-212-2/+2
* Rewrite logger system (#24726)wxiaoguang2023-05-211-30/+44
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-042-4/+2
* Enable forbidigo linter (#24278)silverwind2023-04-241-1/+1
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-2/+1
* Check LFS/Packages settings in dump and doctor command (#23631)Zettat1232023-03-231-0/+9
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-1/+1
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-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