[PR #999] [MERGED] feat: notify test #1097

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/999
Author: @fudiwei
Created: 10/20/2025
Status: Merged
Merged: 10/20/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (1)

📊 Changes

13 files changed (+117 additions, -78 deletions)

View changed files

📝 internal/domain/dtos/notify.go (+3 -0)
📝 internal/notify/service.go (+32 -6)
internal/notify/service_deps.go (+11 -0)
📝 internal/rest/handlers/notify.go (+4 -3)
📝 internal/rest/routes/routes.go (+2 -1)
📝 ui/src/api/notify.ts (+2 -1)
📝 ui/src/components/access/AccessEditDrawer.tsx (+55 -9)
📝 ui/src/components/access/AccessForm.tsx (+4 -2)
ui/src/components/notification/NotifyTestButton.tsx (+0 -54)
📝 ui/src/i18n/locales/en/nls.access.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.access.json (+1 -0)
📝 ui/src/pages/accesses/AccessList.tsx (+1 -1)
📝 ui/src/pages/settings/SettingsSSLProvider.tsx (+1 -1)

📄 Description

该 PR 包含以下内容变更:

  • feat: 测试通知渠道发送。关闭 #961

🔄 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/999 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`faee345`](https://github.com/certimate-go/certimate/commit/faee3458b3cf2dc6f31835410d710366b2eb53a6) feat: notify test ### 📊 Changes **13 files changed** (+117 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `internal/domain/dtos/notify.go` (+3 -0) 📝 `internal/notify/service.go` (+32 -6) ➕ `internal/notify/service_deps.go` (+11 -0) 📝 `internal/rest/handlers/notify.go` (+4 -3) 📝 `internal/rest/routes/routes.go` (+2 -1) 📝 `ui/src/api/notify.ts` (+2 -1) 📝 `ui/src/components/access/AccessEditDrawer.tsx` (+55 -9) 📝 `ui/src/components/access/AccessForm.tsx` (+4 -2) ➖ `ui/src/components/notification/NotifyTestButton.tsx` (+0 -54) 📝 `ui/src/i18n/locales/en/nls.access.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+1 -0) 📝 `ui/src/pages/accesses/AccessList.tsx` (+1 -1) 📝 `ui/src/pages/settings/SettingsSSLProvider.tsx` (+1 -1) </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 测试通知渠道发送。关闭 #961 --- <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:41 +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#1097
No description provided.