mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #494] [MERGED] enhance & new providers #971
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#971
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/494
Author: @fudiwei
Created: 3/7/2025
Status: ✅ Merged
Merged: 3/8/2025
Merged by: @usual2970
Base:
main← Head:main📝 Commits (6)
6ccbdebfeat(ui): update default standard workflow template29dda4efeat: add 1panel deployer1e2e88efeat: allow insecure connections on deployment to some self-hosted services1d4b883feat: add aliyun fc deployer563a32efix: #495c7ad61efeat: add tencentcloud scf deployer📊 Changes
75 files changed (+2069 additions, -102 deletions)
View changed files
📝
go.mod(+5 -0)📝
go.sum(+12 -0)📝
internal/deployer/providers.go(+74 -16)📝
internal/domain/access.go(+14 -5)📝
internal/domain/provider.go(+5 -1)📝
internal/notify/providers.go(+2 -1)➕
internal/pkg/core/deployer/providers/1panel-console/1panel_console.go(+95 -0)➕
internal/pkg/core/deployer/providers/1panel-console/1panel_console_test.go(+72 -0)➕
internal/pkg/core/deployer/providers/1panel-site/1panel_site.go(+127 -0)➕
internal/pkg/core/deployer/providers/1panel-site/1panel_site_test.go(+76 -0)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+2 -2)📝
internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-esa/aliyun_esa.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-esa/aliyun_esa_test.go(+1 -1)➕
internal/pkg/core/deployer/providers/aliyun-fc/aliyun_fc.go(+186 -0)➕
internal/pkg/core/deployer/providers/aliyun-fc/aliyun_fc_test.go(+80 -0)📝
internal/pkg/core/deployer/providers/aliyun-live/aliyun_live.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-nlb/aliyun_nlb.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-oss/aliyun_oss.go(+1 -1)...and 55 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.