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.
gitea/web_src/js/components
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.
2 years ago
..
.eslintrc.yaml Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 2 years ago
ActionRunStatus.vue Enable `vue/html-closing-bracket-spacing` eslint rule (#24987) 2 years ago
ActivityHeatmap.vue
ContextPopup.vue Always pass 6-digit hex color to monaco (#25780) 2 years ago
DashboardRepoList.vue Fix commit status color on dashboard repolist (#25993) 2 years ago
DiffFileList.vue Refactor diffFileInfo / DiffTreeStore (#24998) 2 years ago
DiffFileTree.vue Show file tree by default (#25052) 2 years ago
DiffFileTreeItem.vue Highlight viewed files differently in the PR filetree (#24956) 2 years ago
PullRequestMergeForm.vue Remove more unused Fomantic variants (#25292) 2 years ago
RepoActionView.vue Actions Artifacts support uploading multiple files and directories (#24874) 2 years ago
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Use flex to align SVG and text (#25163) 2 years ago
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns (#25109) 2 years ago