[PR #712] [MERGED] workflow conditional branch & monitoring node #1019

Closed
opened 2026-03-03 01:07:19 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/condition


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/712 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `feat/condition` --- ### 📝 Commits (10+) - [`b8ab077`](https://github.com/certimate-go/certimate/commit/b8ab077b57ce234fbd68363479dc5f24f17bc88b) improve ui - [`05d43f3`](https://github.com/certimate-go/certimate/commit/05d43f38cead084f61ed6a6468716579bc6550f2) improve previous variables - [`6f054ee`](https://github.com/certimate-go/certimate/commit/6f054ee5946604324fdabd232fbd0bfc58cd0994) update readme - [`1e67e93`](https://github.com/certimate-go/certimate/commit/1e67e9333ec9a7d997e8dbe1f28af42121fc13fd) condition render - [`6353f01`](https://github.com/certimate-go/certimate/commit/6353f0139be8f1aeb6501f9597ffa40af055b1d8) improve variable types - [`b546cf3`](https://github.com/certimate-go/certimate/commit/b546cf3ad0e6bbb7a2f1d80a52fe3156506f7053) multi language support - [`97d6929`](https://github.com/certimate-go/certimate/commit/97d692910baa5077488072909201ac613f41d3d4) expression evaluate - [`faad7cb`](https://github.com/certimate-go/certimate/commit/faad7cb6d791ff59a2def22bdefb9c2422d62f49) improve condition evaluate - [`993ca36`](https://github.com/certimate-go/certimate/commit/993ca36755ad8af5a4a6181d252beb9071882314) add certificate mornitoring node - [`7d8dd52`](https://github.com/certimate-go/certimate/commit/7d8dd523a2112422583fa83447099ce79470b954) Merge branch 'main' into feat/condition ### 📊 Changes **78 files changed** (+2687 additions, -297 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description - [x] 完善条件节点,可根据配置的条件决定是否执行下一个节点 - [x] 新增网站证书监控节点 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:19 +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#1019
No description provided.