summaryrefslogtreecommitdiffstats
path: root/cmd/doctor_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve doctor cli behavior (#28422) (#28424)Giteabot2023-12-111-0/+33
Backport #28422 by wxiaoguang 1. Do not sort the "checks" slice again and again when "Register", it just wastes CPU when the Gitea instance runs 2. If a check doesn't exist, tell the end user 3. Add some tests Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>