1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-05 09:35:48 +00:00
gitea/models/migrations/v1_21
FuXiaoHei f3d293d2bb
Actions Artifacts support uploading multiple files and directories (#24874)
current actions artifacts implementation only support single file
artifact. To support multiple files uploading, it needs:

- save each file to each db record with same run-id, same artifact-name
and proper artifact-path
- need change artifact uploading url without artifact-id, multiple files
creates multiple artifact-ids
- support `path` in download-artifact action. artifact should download
to `{path}/{artifact-path}`.
- in repo action view, it provides zip download link in artifacts list
in summary page, no matter this artifact contains single or multiple
files.
2023-07-21 10:42:01 +08:00
..
main_test.go
v260.go Fix description of drop custom_labels migration (#25243) 2023-06-14 04:46:55 +00:00
v261.go Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
v262.go Support pull_request_target event (#25229) 2023-06-26 14:33:18 +08:00
v263.go Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
v264.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
v265.go Actions Artifacts support uploading multiple files and directories (#24874) 2023-07-21 10:42:01 +08:00