mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1143] [MERGED] Display workflow run artifacts in list #1154
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/1143
Author: @fudiwei
Created: 1/6/2026
Status: ✅ Merged
Merged: 1/6/2026
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (3)
653b93erefactor: clean code0ff6ab0feat(ui): add CopyableText componentf75acf6feat(ui): display workflow run artifacts in list📊 Changes
17 files changed (+258 additions, -119 deletions)
View changed files
📝
internal/repository/statistics.go(+6 -6)📝
internal/workflow/dispatcher/dispatcher.go(+4 -2)📝
internal/workflow/engine/engine.go(+13 -13)📝
internal/workflow/engine/executor_bizapply.go(+22 -22)📝
internal/workflow/engine/executor_bizdeploy.go(+3 -3)📝
internal/workflow/engine/executor_bizmonitor.go(+20 -20)📝
internal/workflow/engine/executor_bizupload.go(+21 -21)📝
internal/workflow/engine/state.go(+14 -7)➕
ui/src/components/CopyableText.tsx(+31 -0)📝
ui/src/components/workflow/WorkflowRunDetail.tsx(+11 -6)📝
ui/src/domain/workflowRun.ts(+6 -0)📝
ui/src/i18n/locales/en/nls.workflow.runs.json(+1 -0)📝
ui/src/i18n/locales/zh/nls.workflow.runs.json(+1 -0)📝
ui/src/pages/accesses/AccessList.tsx(+5 -15)📝
ui/src/pages/dashboard/Dashboard.tsx(+33 -0)📝
ui/src/pages/workflows/WorkflowDetailRuns.tsx(+32 -1)📝
ui/src/repository/workflowRun.ts(+35 -3)📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.