mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #94] [MERGED] Feat/notify #841
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#841
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/94
Author: @usual2970
Created: 9/24/2024
Status: ✅ Merged
Merged: 9/24/2024
Merged by: @usual2970
Base:
main← Head:feat/notify📝 Commits (5)
48c1c1etemp save2a1af1eMerge branch 'main' into feat/notify5422f17update ui4c90954message push configac4904fEnhance the message notification feature📊 Changes
33 files changed (+2457 additions, -415 deletions)
View changed files
📝
go.mod(+5 -2)📝
go.sum(+24 -27)📝
internal/domains/init.go(+6 -0)➕
internal/notify/expire.go(+98 -0)➕
internal/notify/notify.go(+129 -0)📝
internal/utils/xtime/time.go(+7 -0)➕
migrations/1727188693_collections_snapshot.go(+704 -0)➕
ui/dist/assets/index-B-WSkv0U.js(+308 -0)➕
ui/dist/assets/index-BLt37AhW.css(+1 -0)➖
ui/dist/assets/index-BmYeXvQX.css(+0 -1)➖
ui/dist/assets/index-Cum7econ.js(+0 -303)📝
ui/dist/index.html(+2 -2)📝
ui/package-lock.json(+96 -0)📝
ui/package.json(+2 -0)📝
ui/src/components/certimate/EmailsEdit.tsx(+3 -2)➕
ui/src/components/notify/DingTalk.tsx(+146 -0)➕
ui/src/components/notify/NotifyTemplate.tsx(+104 -0)➕
ui/src/components/notify/Telegram.tsx(+147 -0)➕
ui/src/components/notify/Webhook.tsx(+142 -0)➕
ui/src/components/ui/accordion.tsx(+56 -0)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.