mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #1050] [MERGED] bugfix #1124
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#1124
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/1050
Author: @fudiwei
Created: 11/21/2025
Status: ✅ Merged
Merged: 11/21/2025
Merged by: @fudiwei
Base:
main← Head:bugfix📝 Commits (2)
6b5efbbfeat(provider): allow insecure connections in email notifier5748425fix: #1011📊 Changes
9 files changed (+135 additions, -52 deletions)
View changed files
📝
go.mod(+2 -1)📝
go.sum(+2 -0)📝
internal/domain/access.go(+9 -8)📝
internal/notify/notifiers/sp_email.go(+9 -8)📝
pkg/core/deployer/providers/ssh/ssh_test.go(+6 -4)📝
pkg/core/notifier/providers/email/email.go(+40 -24)➕
pkg/core/notifier/providers/email/error_handlers.go(+26 -0)📝
pkg/utils/ssh/client.go(+13 -3)📝
ui/src/components/access/forms/AccessConfigFieldsProviderEmail.tsx(+28 -4)📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.