mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #712] [MERGED] workflow conditional branch & monitoring node #1019
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#1019
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/712
Author: @usual2970
Created: 5/20/2025
Status: ✅ Merged
Merged: 6/1/2025
Merged by: @fudiwei
Base:
main← Head:feat/condition📝 Commits (10+)
b8ab077improve ui05d43f3improve previous variables6f054eeupdate readme1e67e93condition render6353f01improve variable typesb546cf3multi language support97d6929expression evaluatefaad7cbimprove condition evaluate993ca36add certificate mornitoring node7d8dd52Merge branch 'main' into feat/condition📊 Changes
78 files changed (+2687 additions, -297 deletions)
View changed files
📝
README.md(+1 -1)📝
internal/applicant/applicant.go(+19 -19)📝
internal/deployer/deployer.go(+6 -6)➕
internal/domain/expr/expr.go(+630 -0)➕
internal/domain/expr/expr_test.go(+127 -0)📝
internal/domain/workflow.go(+45 -7)📝
internal/notify/notifier.go(+6 -6)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/powerdns/powerdns.go(+1 -0)📝
internal/pkg/core/deployer/providers/proxmoxve/proxmoxve.go(+7 -5)📝
internal/pkg/core/uploader/providers/wangsu-certificate/wangsu_certificate.go(+1 -1)➕
internal/pkg/utils/http/transport.go(+33 -0)📝
internal/workflow/dispatcher/invoker.go(+13 -3)📝
internal/workflow/node-processor/apply_node.go(+17 -5)📝
internal/workflow/node-processor/condition_node.go(+29 -1)➕
internal/workflow/node-processor/const.go(+6 -0)➕
internal/workflow/node-processor/context.go(+128 -0)📝
internal/workflow/node-processor/deploy_node.go(+8 -6)📝
internal/workflow/node-processor/execute_failure_node.go(+2 -0)📝
internal/workflow/node-processor/execute_success_node.go(+2 -0)➕
internal/workflow/node-processor/monitor_node.go(+147 -0)...and 58 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.