0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-16 11:24:43 +01:00
gitea/routers/web/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
..
actions Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
setting
activity.go
attachment.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
blame.go
branch.go
cherry_pick.go
code_frequency.go
commit.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
compare.go
contributors.go
download.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
editor_test.go
editor.go Add missed return after ctx.ServerError (#31130) 2024-05-28 12:31:59 +03:00
find.go
fork.go
githttp_test.go
githttp.go
helper_test.go
helper.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
main_test.go
middlewares.go
migrate.go
milestone.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
packages.go
patch.go
projects_test.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
projects.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
pull_review_test.go
pull_review.go
pull.go
recent_commits.go
release_test.go
release.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
render.go
repo.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
search_test.go
search.go
topic.go
treelist.go
view_test.go
view.go Ignore FindRecentlyPushedNewBranches err (#31164) 2024-05-30 02:24:22 +00:00
wiki_test.go
wiki.go