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

Fix storage config implementation #14091

Merged
merged 3 commits into from
Dec 21, 2020
Merged

Fix storage config implementation #14091

merged 3 commits into from
Dec 21, 2020

Commits on Dec 21, 2020

  1. Fix storage config implementation

    The design is very flexible, but not implemented correctly.
    This commit fixes several issues:
    * Costom storage type stated in https://docs.gitea.io/en-us/config-cheat-sheet/#storage-storage
      not working
    * [storage.attachments], [storage.minio] section not respected
    
    Signed-off-by: 胡玮文 <huww98@outlook.com>
    huww98 committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    7a5b201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9219de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6718c24 View commit details
    Browse the repository at this point in the history