0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 20:15:38 +01:00
gitea/routers
Allen Wild 15c6bb500b Add repository setting to enable/disable health checks (#3607)
New Feature:
  * Repository struct field for IsFsckEnabled (default true of course)
  * Admin Settings section on repo options page, accessible only by
    admin users

Possible Enhancements:
  * There's no way to force running health checks on all repos
    regardless of their IsFsckEnabled setting. This would be useful if
    there were an admin API or dashboard button to run fsck immediately.

Issue: https://github.com/go-gitea/gitea/issues/1712
Signed-off-by: Allen Wild <allenwild93@gmail.com>
2018-03-27 22:13:20 +08:00
..
admin Add admin dashboard option to run health checks (#3606) 2018-03-02 11:09:43 +02:00
api/v1 Added issue search via api (#3612) 2018-03-07 12:00:56 +02:00
dev
org Address issues pointed out by @lunny in #3339 (#3352) 2018-01-12 08:37:30 -06:00
private
repo Add repository setting to enable/disable health checks (#3607) 2018-03-27 22:13:20 +08:00
routes Global code search support (#3664) 2018-03-16 22:04:33 +08:00
user Refactor and simplify redirect to url (#3674) 2018-03-15 22:13:34 +01:00
utils
home.go Global code search support (#3664) 2018-03-16 22:04:33 +08:00
init.go
install.go Implements generator cli for secrets (#3531) 2018-02-18 20:14:37 +02:00