mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #768] [MERGED] enhance & bugfix #1034
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#1034
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/768
Author: @fudiwei
Created: 6/5/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (8)
252da5drefactor(ui): clean code59935dffix: #766d58109ffeat: support wildcard domains on deployment to wangsu cdnbd26dfefeat: improve workflow log84a3f33fix: #76924fe824feat: allow skip notify nodes when all previous nodes were skipped5e6d729fix: #769a750592feat: duplicate workflow📊 Changes
30 files changed (+401 additions, -150 deletions)
View changed files
📝
internal/domain/workflow.go(+15 -13)📝
internal/pkg/core/deployer/providers/baiducloud-appblb/baiducloud_appblb.go(+1 -0)📝
internal/pkg/core/deployer/providers/baiducloud-blb/baiducloud_blb.go(+1 -0)📝
internal/pkg/core/deployer/providers/wangsu-cdn/wangsu_cdn.go(+7 -2)📝
internal/repository/certificate.go(+0 -19)📝
internal/workflow/dispatcher/invoker.go(+1 -0)📝
internal/workflow/node-processor/apply_node.go(+22 -17)📝
internal/workflow/node-processor/condition_node.go(+1 -1)📝
internal/workflow/node-processor/const.go(+1 -0)📝
internal/workflow/node-processor/context.go(+12 -37)📝
internal/workflow/node-processor/deploy_node.go(+13 -6)📝
internal/workflow/node-processor/monitor_node.go(+5 -4)📝
internal/workflow/node-processor/notify_node.go(+27 -2)📝
internal/workflow/node-processor/processor.go(+0 -1)📝
internal/workflow/node-processor/upload_node.go(+10 -7)➕
ui/src/components/workflow/WorkflowEditModal.tsx(+122 -0)📝
ui/src/components/workflow/node/ApplyNodeConfigForm.tsx(+2 -6)📝
ui/src/components/workflow/node/ConditionNodeConfigForm.tsx(+2 -2)📝
ui/src/components/workflow/node/DeployNodeConfigForm.tsx(+2 -4)📝
ui/src/components/workflow/node/DeployNodeConfigFormWangsuCDNConfig.tsx(+1 -1)...and 10 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.