Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repository setting to enable/disable health checks #3607

Merged
merged 5 commits into from
Mar 27, 2018

Commits on Mar 2, 2018

  1. Add repository setting to enable/disable health checks

    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: go-gitea#1712
    Signed-off-by: Allen Wild <allenwild93@gmail.com>
    aswild committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    4f2f470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6589de6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Configuration menu
    Copy the full SHA
    e9b4328 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    54c086d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    5f24707 View commit details
    Browse the repository at this point in the history