mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #846] [MERGED] feat: support configuring multiple domains deployment to tencentcloud edgeone #1054
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#1054
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/846
Author: @Trashblazer
Created: 7/4/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @fudiwei
Base:
main← Head:edgeone-domains📝 Commits (4)
cf950bbfeat: support configuring multiple domains deployment to tencentcloud edgeone07e1ad5add testf7158e2feat: migrate #846117c9c4Update 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🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.