0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-22 16:36:04 +01:00
gitea/models/repo
Lunny Xiao fb7b743bd0
Azure blob storage support (#30995)
This PR implemented object storages(LFS/Packages/Attachments and etc.)
for Azure Blob Storage. It depends on azure official golang SDK and can
support both the azure blob storage cloud service and azurite mock
server.

Replace #25458
Fix #22527 

- [x] CI Tests
- [x] integration test, MSSQL integration tests will now based on
azureblob
  - [x] unit test 
- [x] CLI Migrate Storage
- [x] Documentation for configuration added

------

TODO (other PRs):
- [ ] Improve performance of `blob download`.

---------

Co-authored-by: yp05327 <576951401@qq.com>
2024-05-30 07:33:50 +00:00
..
archiver.go
attachment_test.go
attachment.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
avatar.go Refactor AppURL usage (#30885) 2024-05-07 08:26:13 +00:00
collaboration_test.go
collaboration.go
fork_test.go
fork.go
git.go
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror_test.go
pushmirror.go
redirect_test.go
redirect.go
release_test.go
release.go
repo_indexer.go
repo_list_test.go
repo_list.go Fix wrong display of recently pushed notification (#25812) 2024-05-21 17:00:35 +00:00
repo_test.go
repo_unit_test.go
repo_unit.go Allow everyone to read or write a wiki by a repo unit setting (#30495) 2024-04-17 15:58:37 +00:00
repo.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
search.go Get repo list with OrderBy alpha should respect owner too (#30784) 2024-05-06 16:36:02 +02:00
star_test.go
star.go
topic_test.go
topic.go
update.go
upload.go
user_repo_test.go Get repo assignees and reviewers should ignore deactivated users (#30770) 2024-04-30 08:43:08 +00:00
user_repo.go Get repo assignees and reviewers should ignore deactivated users (#30770) 2024-04-30 08:43:08 +00:00
watch_test.go
watch.go
wiki_test.go
wiki.go