[PR #846] [MERGED] feat: support configuring multiple domains deployment to tencentcloud edgeone #1054

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/846
Author: @Trashblazer
Created: 7/4/2025
Status: Merged
Merged: 7/8/2025
Merged by: @fudiwei

Base: mainHead: edgeone-domains


📝 Commits (4)

  • cf950bb feat: support configuring multiple domains deployment to tencentcloud edgeone
  • 07e1ad5 add test
  • f7158e2 feat: migrate #846
  • 117c9c4 Update tencentcloud_eo_test.go

📊 Changes

8 files changed (+159 additions, -30 deletions)

View changed files

📝 internal/deployer/providers.go (+1 -1)
📝 migrations/1742209200_upgrade.go (+5 -5)
migrations/1751961600_upgrade.go (+112 -0)
📝 pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go (+5 -5)
📝 pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo_test.go (+5 -5)
📝 ui/src/components/workflow/node/DeployNodeConfigFormTencentCloudEOConfig.tsx (+21 -8)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+5 -3)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+5 -3)

📄 Description

该 PR 包含以下内容变更:

  • 使用新配置 Domains []string 代替 Domain string,并进行校验
  • 兼容旧的配置 Domain
  • 添加了测试
  • 关闭 #845

🔄 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/846 **Author:** [@Trashblazer](https://github.com/Trashblazer) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `edgeone-domains` --- ### 📝 Commits (4) - [`cf950bb`](https://github.com/certimate-go/certimate/commit/cf950bb41a8b166b5102b70fa57ed5c84af9a688) feat: support configuring multiple domains deployment to tencentcloud edgeone - [`07e1ad5`](https://github.com/certimate-go/certimate/commit/07e1ad53127beb8a00cff0c263365465f2989c9e) add test - [`f7158e2`](https://github.com/certimate-go/certimate/commit/f7158e2ba15c3b13a35722d0919f020dc62fb912) feat: migrate #846 - [`117c9c4`](https://github.com/certimate-go/certimate/commit/117c9c4c244ccc655d66e5ea33cf86fca68e858a) Update tencentcloud_eo_test.go ### 📊 Changes **8 files changed** (+159 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `internal/deployer/providers.go` (+1 -1) 📝 `migrations/1742209200_upgrade.go` (+5 -5) ➕ `migrations/1751961600_upgrade.go` (+112 -0) 📝 `pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go` (+5 -5) 📝 `pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo_test.go` (+5 -5) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormTencentCloudEOConfig.tsx` (+21 -8) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+5 -3) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+5 -3) </details> ### 📄 Description 该 PR 包含以下内容变更: - 使用新配置 `Domains []string` 代替 `Domain string`,并进行校验 - 兼容旧的配置 `Domain` - 添加了测试 - 关闭 #845 --- <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:28 +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#1054
No description provided.