1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 07:21:51 +01:00
gitea/modules/actions
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
..
jobparser Move jobparser from act repository to Gitea (#36699) 2026-02-22 19:33:01 +00:00
artifacts.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
github_test.go Improve the issue_comment workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
github.go Improve the issue_comment workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
log.go Fix dbfs error handling (#36844) 2026-03-07 00:28:46 +08:00
task_state_test.go Fix wrong status of Set up Job when first step is skipped (#32120) 2024-09-24 18:34:08 +00:00
task_state.go Fix wrong status of Set up Job when first step is skipped (#32120) 2024-09-24 18:34:08 +00:00
workflows_test.go Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
workflows.go Move jobparser from act repository to Gitea (#36699) 2026-02-22 19:33:01 +00:00