mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #410] [MERGED] 异步执行workflow #941
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#941
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/410
Author: @usual2970
Created: 1/9/2025
Status: ✅ Merged
Merged: 1/9/2025
Merged by: @usual2970
Base:
next← Head:feat/async📝 Commits (2)
ebffac7execute workflows asynchronouslydb10ed8handle exit logic📊 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.