[PR #515] [MERGED] enhance & bugfix #976

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/515
Author: @fudiwei
Created: 3/12/2025
Status: Merged
Merged: 3/12/2025
Merged by: @usual2970

Base: mainHead: main


📝 Commits (3)

📊 Changes

8 files changed (+126 additions, -45 deletions)

View changed files

📝 internal/deployer/providers.go (+1 -0)
📝 internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go (+6 -4)
📝 internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go (+78 -27)
📝 internal/pkg/core/deployer/providers/volcengine-imagex/volcengine_imagex.go (+12 -9)
📝 ui/src/components/workflow/node/DeployNodeConfigFormAliyunWAFConfig.tsx (+18 -0)
📝 ui/src/components/workflow/node/DeployNodeConfigFormLocalConfig.tsx (+4 -4)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+3 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+4 -1)

📄 Description

该 PR 包含以下内容变更:

  • feat: 部署到阿里云 WAF 支持指定接入域名。关闭 #513
  • fix: 关闭 #512

🔄 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/515 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`eb97f7a`](https://github.com/certimate-go/certimate/commit/eb97f7a6617315a00865dc49d12a4f4d03be8acf) refactor: clean code - [`d1aed36`](https://github.com/certimate-go/certimate/commit/d1aed36154e5131b87eca0338ce6908492a0af11) fix: #512 - [`17af07e`](https://github.com/certimate-go/certimate/commit/17af07e4bb34789395dd669c3553272b90ede44d) feat: support sni on deployment to aliyun waf ### 📊 Changes **8 files changed** (+126 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `internal/deployer/providers.go` (+1 -0) 📝 `internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go` (+6 -4) 📝 `internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go` (+78 -27) 📝 `internal/pkg/core/deployer/providers/volcengine-imagex/volcengine_imagex.go` (+12 -9) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormAliyunWAFConfig.tsx` (+18 -0) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormLocalConfig.tsx` (+4 -4) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+3 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+4 -1) </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 部署到阿里云 WAF 支持指定接入域名。关闭 #513 - **fix**: 关闭 #512 --- <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:06 +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#976
No description provided.