1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 14:21:53 +01:00
gitea/modules/storage
ChristopherHX bc5c554072
Feature non-zipped actions artifacts (action v7) (#36786)
- content_encoding contains a slash => v4 artifact
- updated proto files to support mime_type and no longer return errors for upload-artifact v7
- json and txt files are now previewed in browser
- normalized content-disposition header creation
- azure blob storage uploads directly in servedirect mode (no proxying data)
- normalize content-disposition headers based on go mime package
  - getting both filename and filename* encoding is done via custom code

Closes #36829

-----

Signed-off-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-03-26 00:37:48 +08:00
..
testdata feat: add support for a credentials chain for minio access (#31051) 2024-05-27 20:56:04 +08:00
azureblob_test.go Refactor storage content-type handling of ServeDirectURL (#36804) 2026-03-21 21:26:13 -07:00
azureblob.go Refactor storage content-type handling of ServeDirectURL (#36804) 2026-03-21 21:26:13 -07:00
helper_test.go Refactor storage content-type handling of ServeDirectURL (#36804) 2026-03-21 21:26:13 -07:00
helper.go Refactor storage content-type handling of ServeDirectURL (#36804) 2026-03-21 21:26:13 -07:00
local_test.go Fix artifacts v4 backend upload problems (#36805) 2026-03-05 16:49:01 +01:00
local.go Refactor storage content-type handling of ServeDirectURL (#36804) 2026-03-21 21:26:13 -07:00
minio_test.go Refactor storage content-type handling of ServeDirectURL (#36804) 2026-03-21 21:26:13 -07:00
minio.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
storage_test.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
storage.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00