[PR #1050] [MERGED] bugfix #1124

Closed
opened 2026-03-03 01:07:48 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: bugfix


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/1050 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `bugfix` --- ### 📝 Commits (2) - [`6b5efbb`](https://github.com/certimate-go/certimate/commit/6b5efbb811311946a66ae9cfa3baf95ce59f0a6b) feat(provider): allow insecure connections in email notifier - [`5748425`](https://github.com/certimate-go/certimate/commit/5748425c5d2c7061f2883fc4e0d45e657a269473) fix: #1011 ### 📊 Changes **9 files changed** (+135 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 该 PR 包含以下内容变更: - **fix**: 关闭 #1011 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1124
No description provided.