mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #597] [MERGED] new providers #991
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#991
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/597
Author: @fudiwei
Created: 4/8/2025
Status: ✅ Merged
Merged: 4/13/2025
Merged by: @usual2970
Base:
main← Head:feat/providers📝 Commits (10+)
ed6d74ffeat(ui): builtin providers tag2127bb7Merge branch 'feat/providers' of https://github.com/fudiwei/certimate into feat/providers25bd17dfeat: add rainyun ssl center uploader3cebe51feat: add rainyun rcdn deployerb97de6cMerge branch 'usual2970:main' into feat/providersc5409c7refactor: edgio api sdkacc1365Merge branch 'feat/providers' of https://github.com/fudiwei/certimate into feat/providers2a6cc01feat(ui): adjust table scroll width in Dashboardb0973b5refactor: clean codef970ae7feat: add wangsu cdnpro deployer📊 Changes
58 files changed (+1909 additions, -57 deletions)
View changed files
📝
go.mod(+3 -0)📝
internal/deployer/providers.go(+47 -0)📝
internal/domain/access.go(+5 -0)📝
internal/domain/provider.go(+3 -0)📝
internal/pkg/core/deployer/providers/edgio-applications/edgio_applications.go(+6 -6)➕
internal/pkg/core/deployer/providers/rainyun-rcdn/rainyun_rcdn.go(+102 -0)➕
internal/pkg/core/deployer/providers/rainyun-rcdn/rainyun_rcdn_test.go(+75 -0)➕
internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro.go(+276 -0)➕
internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro_test.go(+90 -0)📝
internal/pkg/core/uploader/providers/1panel-ssl/1panel_ssl.go(+3 -3)➕
internal/pkg/core/uploader/providers/rainyun-sslcenter/rainyun_sslcenter.go(+169 -0)➕
internal/pkg/core/uploader/providers/rainyun-sslcenter/rainyun_sslcenter_test.go(+67 -0)📝
internal/pkg/core/uploader/providers/ucloud-ussl/ucloud_ussl.go(+3 -3)📝
internal/pkg/utils/maputil/getter.go(+18 -0)📝
internal/pkg/vendors/1panel-sdk/client.go(+1 -1)📝
internal/pkg/vendors/baishan-sdk/client.go(+1 -1)📝
internal/pkg/vendors/btpanel-sdk/client.go(+1 -1)📝
internal/pkg/vendors/cachefly-sdk/client.go(+1 -1)📝
internal/pkg/vendors/cdnfly-sdk/api.go(+4 -3)📝
internal/pkg/vendors/cdnfly-sdk/client.go(+1 -1)...and 38 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.