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

Avoid warning for system setting when start up (#23054) #23116

Merged

Commits on Feb 24, 2023

  1. Avoid warning for system setting when start up (go-gitea#23054)

    Partially fix go-gitea#23050
    
    After go-gitea#22294 merged, it always has a warning log like `cannot get
    context cache` when starting up. This should not affect any real life
    but it's annoying. This PR will fix the problem. That means when
    starting up, getting the system settings will not try from the cache but
    will read from the database directly.
    
    ---------
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    2 people authored and yardenshoham committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    21d53ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e95cbff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e28ef5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4643a60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64737e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e035c9 View commit details
    Browse the repository at this point in the history