[PR #627] [MERGED] bugfix #997

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/627
Author: @fudiwei
Created: 4/17/2025
Status: Merged
Merged: 4/21/2025
Merged by: @usual2970

Base: mainHead: bugfix


📝 Commits (8)

📊 Changes

13 files changed (+87 additions, -26 deletions)

View changed files

📝 internal/deployer/providers.go (+1 -0)
📝 internal/domain/access.go (+1 -0)
📝 internal/pkg/core/deployer/providers/ssh/ssh.go (+0 -1)
📝 internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro.go (+17 -12)
📝 internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro_test.go (+6 -1)
📝 internal/pkg/vendors/cdnfly-sdk/models.go (+16 -4)
📝 internal/pkg/vendors/wangsu-sdk/cdn/api.go (+13 -1)
📝 internal/pkg/vendors/wangsu-sdk/cdn/models.go (+2 -1)
📝 internal/pkg/vendors/wangsu-sdk/openapi/client.go (+6 -3)
📝 ui/src/components/access/AccessFormWangsuConfig.tsx (+15 -0)
📝 ui/src/domain/access.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.access.json (+3 -0)
📝 ui/src/i18n/locales/zh/nls.access.json (+6 -3)

📄 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/627 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `bugfix` --- ### 📝 Commits (8) - [`55d7a05`](https://github.com/certimate-go/certimate/commit/55d7a05af854fe51f9c013f2a96ec2d84c357794) fix: #615 - [`50b48d9`](https://github.com/certimate-go/certimate/commit/50b48d956fde3b6d5c90107fa6ac4d9aa8c464be) fix: #617 - [`7329a22`](https://github.com/certimate-go/certimate/commit/7329a221323c911b06495aed08510e8953ac1813) chore(ui): improve i18n - [`eb45b56`](https://github.com/certimate-go/certimate/commit/eb45b56a8729d997b3dace81238efdd8f2ed404e) fix: ignore wangsu api responses without content - [`c10ceed`](https://github.com/certimate-go/certimate/commit/c10ceed75345543cc6d2c669988e826c3d93f3c2) feat: improve log - [`32ff658`](https://github.com/certimate-go/certimate/commit/32ff658e841dbd18a2aeacadf03b9c9f4ca033b8) fix: #626 - [`54ae378`](https://github.com/certimate-go/certimate/commit/54ae378e30fc682ce71923ee76ce25b16d6c001d) fix: handle deployment task status check on deployment to wangsu cdnpro - [`ff58b9a`](https://github.com/certimate-go/certimate/commit/ff58b9a317411cbde12b7b858ae3b3418e17f178) fix: wangsu api error ### 📊 Changes **13 files changed** (+87 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `internal/deployer/providers.go` (+1 -0) 📝 `internal/domain/access.go` (+1 -0) 📝 `internal/pkg/core/deployer/providers/ssh/ssh.go` (+0 -1) 📝 `internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro.go` (+17 -12) 📝 `internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro_test.go` (+6 -1) 📝 `internal/pkg/vendors/cdnfly-sdk/models.go` (+16 -4) 📝 `internal/pkg/vendors/wangsu-sdk/cdn/api.go` (+13 -1) 📝 `internal/pkg/vendors/wangsu-sdk/cdn/models.go` (+2 -1) 📝 `internal/pkg/vendors/wangsu-sdk/openapi/client.go` (+6 -3) 📝 `ui/src/components/access/AccessFormWangsuConfig.tsx` (+15 -0) 📝 `ui/src/domain/access.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.access.json` (+3 -0) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+6 -3) </details> ### 📄 Description 该 PR 包含以下内容变更: - **fix**: 关闭 #615 - **fix**: 关闭 #617 --- <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:13 +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#997
No description provided.