[PR #1106] [MERGED] feat: add volcengine vod provider #1142

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1106
Author: @belier-cn
Created: 12/16/2025
Status: Merged
Merged: 12/17/2025
Merged by: @fudiwei

Base: mainHead: volcengine-vod-provider


📝 Commits (4)

📊 Changes

12 files changed (+551 additions, -0 deletions)

View changed files

internal/certmgmt/deployers/sp_volcengine_vod.go (+29 -0)
📝 internal/domain/provider.go (+1 -0)
pkg/core/deployer/providers/volcengine-vod/consts.go (+17 -0)
pkg/core/deployer/providers/volcengine-vod/volcengine_vod.go (+260 -0)
pkg/core/deployer/providers/volcengine-vod/volcengine_vod_test.go (+86 -0)
📝 ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider.tsx (+2 -0)
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderVolcEngineVOD.tsx (+134 -0)
📝 ui/src/domain/provider.ts (+2 -0)
📝 ui/src/i18n/locales/en/nls.provider.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+9 -0)
📝 ui/src/i18n/locales/zh/nls.provider.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+9 -0)

📄 Description

关联问题 #598

添加“火山引擎-视频点播”证书部署,已在本地测试通过

image

🔄 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/1106 **Author:** [@belier-cn](https://github.com/belier-cn) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `volcengine-vod-provider` --- ### 📝 Commits (4) - [`d76c8d2`](https://github.com/certimate-go/certimate/commit/d76c8d2a69fd63a43cd9df6f010e131b94511f5a) feat: add volcengine vod provider - [`a62bab3`](https://github.com/certimate-go/certimate/commit/a62bab3045464d0f307510d06a7e001609e0eb0c) refactor: clean code - [`b9c7bd6`](https://github.com/certimate-go/certimate/commit/b9c7bd6f13b8435c9d03a31fbf72ec2a2f00cc25) refactor: clean code - [`80ee7f2`](https://github.com/certimate-go/certimate/commit/80ee7f23abdcd3defbe1b06858c7b6b294c7df3b) refactor: clean code ### 📊 Changes **12 files changed** (+551 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/certmgmt/deployers/sp_volcengine_vod.go` (+29 -0) 📝 `internal/domain/provider.go` (+1 -0) ➕ `pkg/core/deployer/providers/volcengine-vod/consts.go` (+17 -0) ➕ `pkg/core/deployer/providers/volcengine-vod/volcengine_vod.go` (+260 -0) ➕ `pkg/core/deployer/providers/volcengine-vod/volcengine_vod_test.go` (+86 -0) 📝 `ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider.tsx` (+2 -0) ➕ `ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderVolcEngineVOD.tsx` (+134 -0) 📝 `ui/src/domain/provider.ts` (+2 -0) 📝 `ui/src/i18n/locales/en/nls.provider.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+9 -0) 📝 `ui/src/i18n/locales/zh/nls.provider.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+9 -0) </details> ### 📄 Description 关联问题 #598 添加“火山引擎-视频点播”证书部署,已在本地测试通过 <img width="708" height="552" alt="image" src="https://github.com/user-attachments/assets/67c58563-4750-4324-b68a-876a50c3af76" /> --- <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:53 +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#1142
No description provided.