mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-21 01:14:31 +08:00
d26885e2bf
* Add `gitea doctor --list` flag to list the checks that will be run, including those by default * Add `gitea doctor --run` to run specific checks * Add `gitea doctor --all` to run all checks * Add db version checker * Add non-default recalculate merge bases check/fixer to doctor * Add hook checker (Fix #9878) and ensure hooks are executable (Fix #6319) * Fix authorized_keys checker - slight change of functionality here because parsing the command is fragile and we should just check if the authorized_keys file is essentially the same as what gitea would produce. (This is still not perfect as order matters - we should probably just md5sum the two files.) * Add SCRIPT_TYPE check (Fix #10977) * Add `gitea doctor --fix` to attempt to fix what is possible to easily fix * Add `gitea doctor --log-file` to set the log-file, be it a file, stdout or to switch off completely. (Fixes previously undetected bug with certain xorm logging configurations - see @6543 comment.) Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
---|---|---|
.. | ||
migrations.go | ||
v70.go | ||
v71.go | ||
v72.go | ||
v73.go | ||
v74.go | ||
v75.go | ||
v76.go | ||
v77.go | ||
v78.go | ||
v79.go | ||
v80.go | ||
v81.go | ||
v82.go | ||
v83.go | ||
v84.go | ||
v85.go | ||
v86.go | ||
v87.go | ||
v88.go | ||
v89.go | ||
v90.go | ||
v91.go | ||
v92.go | ||
v93.go | ||
v94.go | ||
v95.go | ||
v96.go | ||
v97.go | ||
v98.go | ||
v99.go | ||
v100.go | ||
v101.go | ||
v102.go | ||
v103.go | ||
v104.go | ||
v105.go | ||
v106.go | ||
v107.go | ||
v108.go | ||
v109.go | ||
v110.go | ||
v111.go | ||
v112.go | ||
v113.go | ||
v114.go | ||
v115.go | ||
v116.go | ||
v117.go | ||
v118.go | ||
v119.go | ||
v120.go | ||
v121.go | ||
v122.go | ||
v123.go | ||
v124.go | ||
v125.go | ||
v126.go | ||
v127.go | ||
v128.go | ||
v129.go | ||
v130.go | ||
v131.go | ||
v132.go | ||
v133.go | ||
v134.go | ||
v135.go |