mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #935] [MERGED] v0.4 workflow enhance #1078
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#1078
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/935
Author: @fudiwei
Created: 8/22/2025
Status: ✅ Merged
Merged: 8/26/2025
Merged by: @fudiwei
Base:
next← Head:dev📝 Commits (8)
752fc72chore(deps): upgrade gomod dependencies625e13efeat: delay node628aff9feat: disable node6f28b40feat(ui): modify workflow creation template9d1dc85feat: optimize workflow engine error handling5f04277feat: import/export workflow graph7b71593feat: optimize data list fetching without unnecessary fields0c7ba05feat(ui): enhance WorkflowRunDetail📊 Changes
83 files changed (+2313 additions, -779 deletions)
View changed files
📝
go.mod(+48 -46)📝
go.sum(+108 -0)📝
internal/certificate/service_deps.go(+1 -1)📝
internal/domain/statistics.go(+3 -3)📝
internal/domain/workflow.go(+32 -20)📝
internal/repository/certificate.go(+1 -1)📝
internal/repository/statistics.go(+3 -3)📝
internal/rest/handlers/workflow.go(+5 -0)📝
internal/workflow/dispatcher/dispatcher.go(+4 -0)📝
internal/workflow/engine/engine.go(+14 -4)📝
internal/workflow/engine/errors.go(+6 -1)📝
internal/workflow/engine/executor.go(+1 -1)📝
internal/workflow/engine/executor_condition.go(+3 -3)➕
internal/workflow/engine/executor_delay.go(+28 -0)📝
internal/workflow/engine/executor_end.go(+4 -2)📝
internal/workflow/engine/executor_start.go(+3 -1)📝
internal/workflow/engine/executor_trycatch.go(+8 -9)📝
internal/workflow/engine/models.go(+1 -0)📝
internal/workflow/engine/state.go(+0 -1)📝
internal/workflow/service.go(+1 -1)...and 63 more files
📄 Description
该 PR 包含以下内容变更:
graph等)。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.