aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/doctor_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move doctor package from modules to services (#28856)Lunny Xiao2024-01-201-1/+1
|
* Improve doctor cli behavior (#28422)wxiaoguang2023-12-111-0/+33
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