mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #217] [MERGED] Notify push test #871
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#871
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/217
Author: @usual2970
Created: 10/19/2024
Status: ✅ Merged
Merged: 10/19/2024
Merged by: @usual2970
Base:
main← Head:feat/push_test_msg📝 Commits (1)
7fa6ea1Notify push test📊 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.