mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #727] [MERGED] new providers #1025
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#1025
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/727
Author: @fudiwei
Created: 5/26/2025
Status: ✅ Merged
Merged: 5/26/2025
Merged by: @fudiwei
Base:
main← Head:feat/providers📝 Commits (3)
5339963feat(ui): improve i18ncfdd3c6feat: new deployment provider: unicloud webhost037305dupdate 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 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.