[PR #836] [MERGED] bugfix #1052

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/836
Author: @fudiwei
Created: 6/29/2025
Status: Merged
Merged: 7/4/2025
Merged by: @fudiwei

Base: mainHead: bugfix


📝 Commits (8)

📊 Changes

27 files changed (+377 additions, -110 deletions)

View changed files

📝 internal/app/app.go (+10 -4)
📝 internal/deployer/providers.go (+1 -1)
📝 internal/domain/access.go (+1 -1)
📝 internal/workflow/node-processor/apply_node.go (+2 -2)
📝 main.go (+0 -1)
📝 pkg/core/ssl-deployer/providers/aliyun-clb/aliyun_clb.go (+1 -6)
📝 pkg/core/ssl-deployer/providers/aliyun-ddos/aliyun_ddos.go (+1 -1)
📝 pkg/core/ssl-deployer/providers/apisix/apisix_test.go (+1 -1)
📝 pkg/core/ssl-deployer/providers/ctcccloud-ao/ctcccloud_ao.go (+15 -2)
📝 pkg/core/ssl-deployer/providers/flexcdn/flexcdn_test.go (+1 -1)
📝 pkg/core/ssl-deployer/providers/goedge/goedge_test.go (+1 -1)
📝 pkg/core/ssl-deployer/providers/kong/kong.go (+29 -35)
📝 pkg/core/ssl-deployer/providers/kong/kong_test.go (+1 -1)
📝 pkg/core/ssl-deployer/providers/lecdn/lecdn_test.go (+1 -1)
📝 pkg/core/ssl-deployer/providers/safeline/safeline_test.go (+1 -1)
📝 pkg/core/ssl-deployer/providers/tencentcloud-ssl-update/tencentcloud_ssl_update.go (+4 -4)
📝 pkg/core/ssl-manager/providers/azure-keyvault/azure_keyvault.go (+1 -1)
📝 pkg/sdk3rd/ctyun/ao/api_get_domain_config.go (+9 -9)
📝 pkg/sdk3rd/ctyun/ao/types.go (+6 -0)
📝 pkg/utils/ifelse/ifelse.go (+63 -13)

...and 7 more files

📄 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/836 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 6/29/2025 **Status:** ✅ Merged **Merged:** 7/4/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `bugfix` --- ### 📝 Commits (8) - [`f3fbf9e`](https://github.com/certimate-go/certimate/commit/f3fbf9e12bab1e91d3a2b9b60dc0487960c475b9) fix: #835 - [`5927cc6`](https://github.com/certimate-go/certimate/commit/5927cc6f9c3596cdea2113044ce9c5f1fb434ab0) fix: #834 - [`4320d9c`](https://github.com/certimate-go/certimate/commit/4320d9c24d4b0c889d3e3fd2822aea3d4191ad5a) feat(ui): improve i18n - [`2438d0f`](https://github.com/certimate-go/certimate/commit/2438d0f9ceb729a8c6727836eb59ca54e644cac7) fix: #838 - [`2c6cd79`](https://github.com/certimate-go/certimate/commit/2c6cd7937828e52b3bde0572ca57c848a242b2b7) test: add test cases - [`827c720`](https://github.com/certimate-go/certimate/commit/827c720fb661c65f8b79d7c04caef4b0e1608817) fix: #841 - [`2f2ba4c`](https://github.com/certimate-go/certimate/commit/2f2ba4c08cf551092facc95388f54bde98882e44) fix: typo - [`c85bf0c`](https://github.com/certimate-go/certimate/commit/c85bf0c16de6860b9251dff9b7959c197b3b3fe2) chore: hide unused exec flags ### 📊 Changes **27 files changed** (+377 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `internal/app/app.go` (+10 -4) 📝 `internal/deployer/providers.go` (+1 -1) 📝 `internal/domain/access.go` (+1 -1) 📝 `internal/workflow/node-processor/apply_node.go` (+2 -2) 📝 `main.go` (+0 -1) 📝 `pkg/core/ssl-deployer/providers/aliyun-clb/aliyun_clb.go` (+1 -6) 📝 `pkg/core/ssl-deployer/providers/aliyun-ddos/aliyun_ddos.go` (+1 -1) 📝 `pkg/core/ssl-deployer/providers/apisix/apisix_test.go` (+1 -1) 📝 `pkg/core/ssl-deployer/providers/ctcccloud-ao/ctcccloud_ao.go` (+15 -2) 📝 `pkg/core/ssl-deployer/providers/flexcdn/flexcdn_test.go` (+1 -1) 📝 `pkg/core/ssl-deployer/providers/goedge/goedge_test.go` (+1 -1) 📝 `pkg/core/ssl-deployer/providers/kong/kong.go` (+29 -35) 📝 `pkg/core/ssl-deployer/providers/kong/kong_test.go` (+1 -1) 📝 `pkg/core/ssl-deployer/providers/lecdn/lecdn_test.go` (+1 -1) 📝 `pkg/core/ssl-deployer/providers/safeline/safeline_test.go` (+1 -1) 📝 `pkg/core/ssl-deployer/providers/tencentcloud-ssl-update/tencentcloud_ssl_update.go` (+4 -4) 📝 `pkg/core/ssl-manager/providers/azure-keyvault/azure_keyvault.go` (+1 -1) 📝 `pkg/sdk3rd/ctyun/ao/api_get_domain_config.go` (+9 -9) 📝 `pkg/sdk3rd/ctyun/ao/types.go` (+6 -0) 📝 `pkg/utils/ifelse/ifelse.go` (+63 -13) _...and 7 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - 关闭 #835 - 关闭 #838 - 关闭 #841 --- <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#1052
No description provided.