]> source.dussan.org Git - gitea.git/commit
Provide self-registering storage system (#12978)
authorzeripath <art27@cantab.net>
Tue, 13 Oct 2020 03:58:34 +0000 (04:58 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 03:58:34 +0000 (23:58 -0400)
commit6b1266b6b32c3a1c4a02c7e913a2c5fdfe0d2b4a
tree235c72cf621bb5f3dd0d6f822440b3f7429b8ddb
parentade9c8dc3cc75da09642cbb259d3dd4efeb41a6b
Provide self-registering storage system (#12978)

* Provide self-registering storage system

Signed-off-by: Andrew Thornton <art27@cantab.net>
* More simplification

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Remove old strings from setting

Signed-off-by: Andrew Thornton <art27@cantab.net>
* oops attachments not attachment

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
cmd/migrate_storage.go
models/unit_tests.go
modules/setting/attachment.go
modules/setting/lfs.go
modules/setting/setting.go
modules/setting/storage.go
modules/storage/helper.go [new file with mode: 0644]
modules/storage/local.go
modules/storage/minio.go
modules/storage/storage.go