mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #714] [MERGED] bugfix #1020
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#1020
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/714
Author: @fudiwei
Created: 5/20/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @fudiwei
Base:
main← Head:bugfix📝 Commits (5)
3983378fix: #706d81a33ffix: #7049d9ca88fix: tsc build error1c3cb1bfix: #710799ad61fix: #713📊 Changes
15 files changed (+307 additions, -109 deletions)
View changed files
📝
internal/deployer/providers.go(+15 -15)📝
internal/domain/access.go(+8 -8)📝
internal/domain/workflow.go(+1 -6)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/aliyun-esa/aliyun_esa.go(+1 -0)📝
internal/pkg/core/deployer/providers/ssh/ssh.go(+8 -7)📝
internal/pkg/core/deployer/providers/tencentcloud-cdn/tencentcloud_cdn.go(+45 -0)📝
internal/pkg/core/deployer/providers/tencentcloud-clb/tencentcloud_clb.go(+44 -0)📝
internal/pkg/core/deployer/providers/tencentcloud-cos/tencentcloud_cos.go(+44 -0)📝
internal/pkg/core/deployer/providers/tencentcloud-ecdn/tencentcloud_ecdn.go(+46 -1)📝
internal/pkg/core/deployer/providers/tencentcloud-ssl-deploy/tencentcloud_ssl_deploy.go(+11 -6)📝
ui/src/components/access/AccessFormSSHConfig.tsx(+74 -54)📝
ui/src/components/access/AccessFormTelegramBotConfig.tsx(+2 -2)📝
ui/src/components/workflow/node/NotifyNodeConfigFormTelegramBotConfig.tsx(+2 -2)📝
ui/src/i18n/locales/en/nls.access.json(+3 -4)📝
ui/src/i18n/locales/zh/nls.access.json(+3 -4)📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.