mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #346] [MERGED] feat: add deployer BytePlus CDN #928
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#928
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/346
Author: @jarod
Created: 11/16/2024
Status: ✅ Merged
Merged: 11/18/2024
Merged by: @usual2970
Base:
main← Head:main📝 Commits (3)
2b0f7aafeat: add deployer BytePlus CDNd1df088fix: 补充Provider Access 的 UI 实现6a80455fix: byteplus access provider📊 Changes
16 files changed (+950 additions, -308 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+4 -0)➕
internal/deployer/byteplus_cdn.go(+116 -0)📝
internal/deployer/deployer.go(+3 -0)📝
internal/domain/access.go(+5 -0)➕
internal/pkg/core/uploader/providers/byteplus-cdn/byteplus_cdn.go(+111 -0)➕
migrations/1731872250_add_byteplus.go(+107 -0)➕
ui/public/imgs/providers/byteplus.svg(+4 -0)➕
ui/src/components/certimate/AccessByteplusForm.tsx(+194 -0)📝
ui/src/components/certimate/AccessEditDialog.tsx(+12 -0)📝
ui/src/components/certimate/DeployEditDialog.tsx(+309 -305)➕
ui/src/components/certimate/DeployToByteplusCDN.tsx(+68 -0)📝
ui/src/domain/access.ts(+9 -1)📝
ui/src/domain/domain.ts(+1 -0)📝
ui/src/i18n/locales/en/nls.common.json(+3 -1)📝
ui/src/i18n/locales/zh/nls.common.json(+3 -1)📄 Description
BytePlus是火山云的海外版,因为我们自己有用到,基于 @belier-cn 贡献的火山云CDN的代码(#342)改的
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.