[PR #410] [MERGED] 异步执行workflow #941

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/410
Author: @usual2970
Created: 1/9/2025
Status: Merged
Merged: 1/9/2025
Merged by: @usual2970

Base: nextHead: feat/async


📝 Commits (2)

📊 Changes

9 files changed (+189 additions, -24 deletions)

View changed files

📝 go.sum (+0 -3)
📝 internal/domain/workflow.go (+4 -0)
📝 internal/repository/workflow.go (+40 -10)
📝 internal/rest/workflow.go (+1 -0)
📝 internal/routes/routes.go (+20 -2)
📝 internal/workflow/service.go (+71 -2)
📝 main.go (+6 -1)
📝 ui/src/api/workflow.ts (+13 -0)
📝 ui/src/pages/workflows/WorkflowDetail.tsx (+34 -6)

📄 Description

No description provided


🔄 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/410 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `next` ← **Head:** `feat/async` --- ### 📝 Commits (2) - [`ebffac7`](https://github.com/certimate-go/certimate/commit/ebffac7ba4f8a915058b4b9491f49270d368ee8a) execute workflows asynchronously - [`db10ed8`](https://github.com/certimate-go/certimate/commit/db10ed8378792ff3d258bf725fb7aed0bce2849e) handle exit logic ### 📊 Changes **9 files changed** (+189 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `go.sum` (+0 -3) 📝 `internal/domain/workflow.go` (+4 -0) 📝 `internal/repository/workflow.go` (+40 -10) 📝 `internal/rest/workflow.go` (+1 -0) 📝 `internal/routes/routes.go` (+20 -2) 📝 `internal/workflow/service.go` (+71 -2) 📝 `main.go` (+6 -1) 📝 `ui/src/api/workflow.ts` (+13 -0) 📝 `ui/src/pages/workflows/WorkflowDetail.tsx` (+34 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06: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#941
No description provided.