[PR #217] [MERGED] Notify push test #871

Closed
opened 2026-03-03 01:06:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/217
Author: @usual2970
Created: 10/19/2024
Status: Merged
Merged: 10/19/2024
Merged by: @usual2970

Base: mainHead: feat/push_test_msg


📝 Commits (1)

📊 Changes

19 files changed (+928 additions, -253 deletions)

View changed files

internal/domain/err.go (+23 -0)
internal/domain/notify.go (+12 -0)
internal/domain/setting.go (+31 -0)
📝 internal/notify/notify.go (+50 -22)
internal/notify/service.go (+46 -0)
internal/repository/setting.go (+31 -0)
internal/rest/notify.go (+41 -0)
internal/routes/routes.go (+19 -0)
internal/utils/resp/resp.go (+39 -0)
📝 main.go (+3 -1)
📝 ui/dist/assets/index-BYO3zdEX.js (+65 -65)
📝 ui/dist/index.html (+1 -1)
ui/src/api/notify.ts (+22 -0)
📝 ui/src/components/notify/DingTalk.tsx (+135 -40)
📝 ui/src/components/notify/Lark.tsx (+137 -48)
📝 ui/src/components/notify/Telegram.tsx (+137 -40)
📝 ui/src/components/notify/Webhook.tsx (+128 -36)
📝 ui/src/i18n/locales/en/nls.settings.json (+4 -0)
📝 ui/src/i18n/locales/zh/nls.settings.json (+4 -0)

📄 Description

No description provided


🔄 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/217 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/push_test_msg` --- ### 📝 Commits (1) - [`7fa6ea1`](https://github.com/certimate-go/certimate/commit/7fa6ea1797d98fdaeb415dea09c6870b46184c18) Notify push test ### 📊 Changes **19 files changed** (+928 additions, -253 deletions) <details> <summary>View changed files</summary> ➕ `internal/domain/err.go` (+23 -0) ➕ `internal/domain/notify.go` (+12 -0) ➕ `internal/domain/setting.go` (+31 -0) 📝 `internal/notify/notify.go` (+50 -22) ➕ `internal/notify/service.go` (+46 -0) ➕ `internal/repository/setting.go` (+31 -0) ➕ `internal/rest/notify.go` (+41 -0) ➕ `internal/routes/routes.go` (+19 -0) ➕ `internal/utils/resp/resp.go` (+39 -0) 📝 `main.go` (+3 -1) 📝 `ui/dist/assets/index-BYO3zdEX.js` (+65 -65) 📝 `ui/dist/index.html` (+1 -1) ➕ `ui/src/api/notify.ts` (+22 -0) 📝 `ui/src/components/notify/DingTalk.tsx` (+135 -40) 📝 `ui/src/components/notify/Lark.tsx` (+137 -48) 📝 `ui/src/components/notify/Telegram.tsx` (+137 -40) 📝 `ui/src/components/notify/Webhook.tsx` (+128 -36) 📝 `ui/src/i18n/locales/en/nls.settings.json` (+4 -0) 📝 `ui/src/i18n/locales/zh/nls.settings.json` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:36 +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#871
No description provided.