mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #959] [MERGED] v0.4 notification Mustache syntax #1091
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#1091
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/959
Author: @fudiwei
Created: 9/10/2025
Status: ✅ Merged
Merged: 9/10/2025
Merged by: @fudiwei
Base:
next← Head:dev📝 Commits (8)
a9b1070refactor(ui): clean code7eab807chore(ui): improve i18nf27ad12fix: could not duplicate workflows8ac96dechore(deps): upgrade go mod dependencies2c5dea5chore: improve logginga1ed763feat: render template string with workflow variablesce5a8b2feat: support mustache syntax on notificationc64f356chore(deps): upgrade npm dependencies📊 Changes
50 files changed (+1038 additions, -701 deletions)
View changed files
📝
go.mod(+24 -24)📝
go.sum(+51 -50)📝
internal/certificate/service.go(+1 -1)📝
internal/workflow/dispatcher/dispatcher.go(+23 -10)📝
internal/workflow/engine/engine.go(+36 -8)📝
internal/workflow/engine/executor_bizapply.go(+71 -17)📝
internal/workflow/engine/executor_bizdeploy.go(+11 -7)📝
internal/workflow/engine/executor_bizmonitor.go(+51 -10)📝
internal/workflow/engine/executor_biznotify.go(+40 -10)📝
internal/workflow/engine/executor_bizupload.go(+64 -14)📝
internal/workflow/engine/state.go(+25 -4)📝
internal/workflow/event.go(+23 -13)📝
internal/workflow/service.go(+6 -1)📝
pkg/core/ssl-deployer/providers/aliyun-alb/aliyun_alb.go(+1 -1)📝
pkg/core/ssl-deployer/providers/aliyun-apigw/aliyun_apigw.go(+1 -1)📝
pkg/core/ssl-deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+1 -1)📝
pkg/core/ssl-deployer/providers/aliyun-cdn/aliyun_cdn.go(+1 -1)📝
pkg/core/ssl-deployer/providers/aliyun-live/aliyun_live.go(+1 -1)📝
pkg/core/ssl-deployer/providers/aliyun-nlb/aliyun_nlb.go(+1 -1)📝
pkg/core/ssl-deployer/providers/aliyun-waf/aliyun_waf.go(+1 -1)...and 30 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.