[PR #1143] [MERGED] Display workflow run artifacts in list #1154

Closed
opened 2026-03-03 01:07:56 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (3)

  • 653b93e refactor: clean code
  • 0ff6ab0 feat(ui): add CopyableText component
  • f75acf6 feat(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 包含以下内容变更:

  • feat: 在工作流运行记录列表显示是否有输出产物(即证书)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/1143 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`653b93e`](https://github.com/certimate-go/certimate/commit/653b93ecec7ab756dcc514f76d25f507006e6c83) refactor: clean code - [`0ff6ab0`](https://github.com/certimate-go/certimate/commit/0ff6ab0db17c62c16ece888685612bba1743d5cc) feat(ui): add CopyableText component - [`f75acf6`](https://github.com/certimate-go/certimate/commit/f75acf61271406aebbd3210046fa8cad7feb9ae9) feat(ui): display workflow run artifacts in list ### 📊 Changes **17 files changed** (+258 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 在工作流运行记录列表显示是否有输出产物(即证书) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1154
No description provided.