[PR #727] [MERGED] new providers #1025

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

📋 Pull Request Information

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

Base: mainHead: feat/providers


📝 Commits (3)

  • 5339963 feat(ui): improve i18n
  • cfdd3c6 feat: new deployment provider: unicloud webhost
  • 037305d update README

📊 Changes

26 files changed (+887 additions, -25 deletions)

View changed files

📝 README.md (+1 -1)
📝 README_EN.md (+1 -1)
📝 internal/deployer/providers.go (+18 -0)
📝 internal/domain/access.go (+5 -0)
📝 internal/domain/provider.go (+2 -0)
internal/pkg/core/deployer/providers/unicloud-webhost/unicloud_webhost.go (+101 -0)
internal/pkg/core/deployer/providers/unicloud-webhost/unicloud_webhost_test.go (+85 -0)
internal/pkg/sdk3rd/dcloud/unicloud/api.go (+78 -0)
internal/pkg/sdk3rd/dcloud/unicloud/client.go (+257 -0)
internal/pkg/sdk3rd/dcloud/unicloud/models.go (+103 -0)
ui/public/imgs/providers/unicloud.png (+0 -0)
📝 ui/src/components/access/AccessForm.tsx (+5 -2)
ui/src/components/access/AccessFormUniCloudConfig.tsx (+68 -0)
📝 ui/src/components/access/AccessFormUpyunConfig.tsx (+2 -2)
📝 ui/src/components/workflow/node/DeployNodeConfigForm.tsx (+3 -0)
ui/src/components/workflow/node/DeployNodeConfigFormUniCloudWebHostConfig.tsx (+85 -0)
📝 ui/src/components/workflow/node/DeployNodeConfigFormUpyunCDNConfig.tsx (+5 -1)
📝 ui/src/components/workflow/node/DeployNodeConfigFormUpyunFileConfig.tsx (+5 -1)
📝 ui/src/domain/access.ts (+6 -0)
📝 ui/src/domain/provider.ts (+15 -11)

...and 6 more files

📄 Description

该 PR 包含以下内容变更:

  • feat: 新增部署提供商:uniCloud

🔄 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/727 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `feat/providers` --- ### 📝 Commits (3) - [`5339963`](https://github.com/certimate-go/certimate/commit/533996352452ad0559a43da23468c73c54c3b7af) feat(ui): improve i18n - [`cfdd3c6`](https://github.com/certimate-go/certimate/commit/cfdd3c621fe87e35d1358e1b870f95d117c77e35) feat: new deployment provider: unicloud webhost - [`037305d`](https://github.com/certimate-go/certimate/commit/037305d8cd1186d4007eaa1996f8c9102acef080) update README ### 📊 Changes **26 files changed** (+887 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `README_EN.md` (+1 -1) 📝 `internal/deployer/providers.go` (+18 -0) 📝 `internal/domain/access.go` (+5 -0) 📝 `internal/domain/provider.go` (+2 -0) ➕ `internal/pkg/core/deployer/providers/unicloud-webhost/unicloud_webhost.go` (+101 -0) ➕ `internal/pkg/core/deployer/providers/unicloud-webhost/unicloud_webhost_test.go` (+85 -0) ➕ `internal/pkg/sdk3rd/dcloud/unicloud/api.go` (+78 -0) ➕ `internal/pkg/sdk3rd/dcloud/unicloud/client.go` (+257 -0) ➕ `internal/pkg/sdk3rd/dcloud/unicloud/models.go` (+103 -0) ➕ `ui/public/imgs/providers/unicloud.png` (+0 -0) 📝 `ui/src/components/access/AccessForm.tsx` (+5 -2) ➕ `ui/src/components/access/AccessFormUniCloudConfig.tsx` (+68 -0) 📝 `ui/src/components/access/AccessFormUpyunConfig.tsx` (+2 -2) 📝 `ui/src/components/workflow/node/DeployNodeConfigForm.tsx` (+3 -0) ➕ `ui/src/components/workflow/node/DeployNodeConfigFormUniCloudWebHostConfig.tsx` (+85 -0) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormUpyunCDNConfig.tsx` (+5 -1) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormUpyunFileConfig.tsx` (+5 -1) 📝 `ui/src/domain/access.ts` (+6 -0) 📝 `ui/src/domain/provider.ts` (+15 -11) _...and 6 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 新增部署提供商:uniCloud --- <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:20 +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#1025
No description provided.