mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1081] [MERGED] feat: preset templates & script command variables #1133
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#1133
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/1081
Author: @fudiwei
Created: 12/4/2025
Status: ✅ Merged
Merged: 12/4/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (7)
564e690chore(deps): upgrade legoaf02307refactor(ui): make settings be storablee8905e4feat(ui): improve provider pickers98bad3dfeat: preset templates managementc242769feat: preset notify templates in workflow notification nodesc8ff00dfeat: preset script templates in workflow deployment nodes11bf844feat: support command variables in deployment to local or ssh📊 Changes
68 files changed (+1939 additions, -1039 deletions)
View changed files
📝
go.mod(+8 -7)📝
go.sum(+17 -15)📝
internal/domain/settings.go(+5 -2)📝
pkg/core/certifier/challengers/dns01/aliyun-esa/aliyun_esa.go(+5 -4)➖
pkg/core/certifier/challengers/dns01/aliyun-esa/internal/client.go(+0 -225)➖
pkg/core/certifier/challengers/dns01/aliyun-esa/internal/lego.go(+0 -196)📝
pkg/core/certifier/challengers/dns01/baiducloud/baiducloud.go(+4 -3)➖
pkg/core/certifier/challengers/dns01/baiducloud/internal/lego.go(+0 -175)📝
pkg/core/deployer/providers/local/local.go(+23 -2)📝
pkg/core/deployer/providers/ssh/ssh.go(+23 -2)📝
pkg/core/deployer/providers/webhook/webhook.go(+18 -9)📝
pkg/core/notifier/providers/webhook/webhook.go(+8 -3)📝
ui/eslint.config.mjs(+1 -1)📝
ui/src/components/DrawerForm.tsx(+0 -1)📝
ui/src/components/ModalForm.tsx(+0 -1)📝
ui/src/components/MultipleSplitValueInput.tsx(+3 -3)📝
ui/src/components/access/AccessEditDrawer.tsx(+22 -17)📝
ui/src/components/access/AccessSelect.tsx(+3 -1)📝
ui/src/components/access/forms/AccessConfigFieldsProviderWebhook.tsx(+23 -23)➕
ui/src/components/preset/PresetNotifyTemplatesPopselect.tsx(+83 -0)...and 48 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.