[PR #714] [MERGED] bugfix #1020

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/714
Author: @fudiwei
Created: 5/20/2025
Status: Merged
Merged: 5/20/2025
Merged by: @fudiwei

Base: mainHead: bugfix


📝 Commits (5)

📊 Changes

15 files changed (+307 additions, -109 deletions)

View changed files

📝 internal/deployer/providers.go (+15 -15)
📝 internal/domain/access.go (+8 -8)
📝 internal/domain/workflow.go (+1 -6)
📝 internal/pkg/core/applicant/acme-dns-01/lego-providers/aliyun-esa/aliyun_esa.go (+1 -0)
📝 internal/pkg/core/deployer/providers/ssh/ssh.go (+8 -7)
📝 internal/pkg/core/deployer/providers/tencentcloud-cdn/tencentcloud_cdn.go (+45 -0)
📝 internal/pkg/core/deployer/providers/tencentcloud-clb/tencentcloud_clb.go (+44 -0)
📝 internal/pkg/core/deployer/providers/tencentcloud-cos/tencentcloud_cos.go (+44 -0)
📝 internal/pkg/core/deployer/providers/tencentcloud-ecdn/tencentcloud_ecdn.go (+46 -1)
📝 internal/pkg/core/deployer/providers/tencentcloud-ssl-deploy/tencentcloud_ssl_deploy.go (+11 -6)
📝 ui/src/components/access/AccessFormSSHConfig.tsx (+74 -54)
📝 ui/src/components/access/AccessFormTelegramBotConfig.tsx (+2 -2)
📝 ui/src/components/workflow/node/NotifyNodeConfigFormTelegramBotConfig.tsx (+2 -2)
📝 ui/src/i18n/locales/en/nls.access.json (+3 -4)
📝 ui/src/i18n/locales/zh/nls.access.json (+3 -4)

📄 Description

该 PR 包含以下内容变更:


🔄 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/714 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `bugfix` --- ### 📝 Commits (5) - [`3983378`](https://github.com/certimate-go/certimate/commit/398337826eb98965bbc229bff78f92e37fdf8ec3) fix: #706 - [`d81a33f`](https://github.com/certimate-go/certimate/commit/d81a33f24a1f9089a8f423436917eeef20276bd5) fix: #704 - [`9d9ca88`](https://github.com/certimate-go/certimate/commit/9d9ca88ebee9717405b1dd9bcb1844ce083b224c) fix: tsc build error - [`1c3cb1b`](https://github.com/certimate-go/certimate/commit/1c3cb1b21bdf5b6d6d4164447e2e892b303b6213) fix: #710 - [`799ad61`](https://github.com/certimate-go/certimate/commit/799ad61dccac3c06d9917efefb023869a62dda4a) fix: #713 ### 📊 Changes **15 files changed** (+307 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `internal/deployer/providers.go` (+15 -15) 📝 `internal/domain/access.go` (+8 -8) 📝 `internal/domain/workflow.go` (+1 -6) 📝 `internal/pkg/core/applicant/acme-dns-01/lego-providers/aliyun-esa/aliyun_esa.go` (+1 -0) 📝 `internal/pkg/core/deployer/providers/ssh/ssh.go` (+8 -7) 📝 `internal/pkg/core/deployer/providers/tencentcloud-cdn/tencentcloud_cdn.go` (+45 -0) 📝 `internal/pkg/core/deployer/providers/tencentcloud-clb/tencentcloud_clb.go` (+44 -0) 📝 `internal/pkg/core/deployer/providers/tencentcloud-cos/tencentcloud_cos.go` (+44 -0) 📝 `internal/pkg/core/deployer/providers/tencentcloud-ecdn/tencentcloud_ecdn.go` (+46 -1) 📝 `internal/pkg/core/deployer/providers/tencentcloud-ssl-deploy/tencentcloud_ssl_deploy.go` (+11 -6) 📝 `ui/src/components/access/AccessFormSSHConfig.tsx` (+74 -54) 📝 `ui/src/components/access/AccessFormTelegramBotConfig.tsx` (+2 -2) 📝 `ui/src/components/workflow/node/NotifyNodeConfigFormTelegramBotConfig.tsx` (+2 -2) 📝 `ui/src/i18n/locales/en/nls.access.json` (+3 -4) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+3 -4) </details> ### 📄 Description 该 PR 包含以下内容变更: - **fix**: 关闭 #704 - **fix**: 关闭 #706 - **fix**: 关闭 #710 - **fix**: 关闭 #713 --- <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:19 +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#1020
No description provided.