gitea/modules/doctor
wxiaoguang 042cac5fed
Improve install code to avoid low-level mistakes. (#17779)
* Improve install code to avoid low-level mistakes.

If a user tries to do a re-install in a Gitea database, they gets a warning and double check.
When Gitea runs, it never create empty app.ini automatically.

Also some small (related) refactoring:

* Refactor db.InitEngine related logic make it more clean (especially for the install code)
* Move some i18n strings out from setting.go to make the setting.go can be easily maintained.
* Show errors in CLI code if an incorrect app.ini is used.
* APP_DATA_PATH is created when installing, and checked when starting (no empty directory is created any more).
2021-12-01 15:50:01 +08:00
..
authorizedkeys.go Refactor doctor (#12264) 2020-12-02 06:56:04 +02:00
checkOldArchives.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
dbconsistency.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
dbversion.go Rename db Engines related functions (#17481) 2021-10-30 22:32:11 +08:00
doctor.go Improve install code to avoid low-level mistakes. (#17779) 2021-12-01 15:50:01 +08:00
fix16961.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
fix16961_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
mergebase.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
misc.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
paths.go Improve install code to avoid low-level mistakes. (#17779) 2021-12-01 15:50:01 +08:00
storage.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
usertype.go Add Doctor FixWrongUserType (#14522) 2021-01-29 19:30:43 +01:00