You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/migrations
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.
1 year ago
..
base Replace `interface{}` with `any` (#25686) 1 year ago
fixtures Remove wrongly added column on migration test fixtures (#23456) 1 year ago
v1_6 Replace `interface{}` with `any` (#25686) 1 year ago
v1_7 Update go dev dependencies (#22064) 2 years ago
v1_8 Replace `interface{}` with `any` (#25686) 1 year ago
v1_9 Update go dev dependencies (#22064) 2 years ago
v1_10 Replace `interface{}` with `any` (#25686) 1 year ago
v1_11 Less naked returns (#25713) 1 year ago
v1_12 Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
v1_13 Less naked returns (#25713) 1 year ago
v1_14 Update tool dependencies, lock govulncheck and actionlint (#25655) 1 year ago
v1_15 Less naked returns (#25713) 1 year ago
v1_16 Replace `interface{}` with `any` (#25686) 1 year ago
v1_17 Drop migration for ForeignReference (#23605) 1 year ago
v1_18 Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
v1_19 Replace `interface{}` with `any` (#25686) 1 year ago
v1_20 Redesign Scoped Access Tokens (#24767) 1 year ago
v1_21 Actions Artifacts support uploading multiple files and directories (#24874) 1 year ago
migrations.go Actions Artifacts support uploading multiple files and directories (#24874) 1 year ago