gitea/web_src/js/components
FuXiaoHei f3d293d2bb
Actions Artifacts support uploading multiple files and directories ()
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
..
.eslintrc.yaml Enable vue/html-closing-bracket-spacing eslint rule () 2023-05-29 16:58:53 +00:00
ActionRunStatus.vue Enable vue/html-closing-bracket-spacing eslint rule () 2023-05-29 16:58:53 +00:00
ActivityHeatmap.vue Make the color of zero-contribution-squares in the activity heatmap more subtle () 2023-05-17 10:55:34 +00:00
ContextPopup.vue Always pass 6-digit hex color to monaco () 2023-07-09 12:17:22 +02:00
DashboardRepoList.vue Fix commit status color on dashboard repolist () 2023-07-20 01:04:41 +02:00
DiffFileList.vue Refactor diffFileInfo / DiffTreeStore () 2023-05-30 18:53:15 +08:00
DiffFileTree.vue Show file tree by default () 2023-06-02 23:39:01 +08:00
DiffFileTreeItem.vue Highlight viewed files differently in the PR filetree () 2023-06-25 08:46:30 +08:00
PullRequestMergeForm.vue Remove more unused Fomantic variants () 2023-06-17 08:15:33 +00:00
RepoActionView.vue Actions Artifacts support uploading multiple files and directories () 2023-07-21 10:42:01 +08:00
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC () 2023-03-14 12:09:06 +08:00
RepoBranchTagSelector.vue Use flex to align SVG and text () 2023-06-14 16:40:15 +00:00
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns () 2023-06-13 15:55:48 +08:00