禹仔二号
|
49a59d49f4
|
修复了webhook通知,修改了两个小报错 (#1918)
Co-authored-by: zdAnQi <131591012+zaodonganqi@users.noreply.github.com>
|
2025-07-25 00:10:32 +08:00 |
|
DR-lin-eng
|
2bd2f96080
|
压缩提交
Revert "完成大部分内容本地化显示,重构部分页面 (#1913)"
This reverts commit 9e54b9da
Revert "紧急修正bug (#1917)"
This reverts commit 99f024ba96.
Revert "i18n: 千音雅集修正"
This reverts commit 82c7acb253.
i18n: 千音雅集修正
紧急修正bug (#1917)
Co-Authored-By: DR-lin-eng <@DR-lin-eng>
Co-Authored-By: yuzai <3020834774@qq.com>
|
2025-07-25 00:10:32 +08:00 |
|
禹仔二号
|
929f4a30b3
|
添加dingding通知 (#1312)
* 新增图片作为email附件发送功能
* feat(notification): 为 WebhookNotifier 添加 send_to 功能
- 在 WebhookNotifier 类中添加 send_to 属性
- 修改 TransformData 方法,增加 send_to 字段
- 在 NotificationConfig 中添加 webhook_endpoint 和 websocket_endpoint 属性
* refactor(WebhookNotifier): 添加 send_to 属性并调整访问修饰符
* refactor(notification): 重构 WebhookNotifier 并更新 NotificationConfig
- 在 NotificationConfig 中添加 WebhookSendTo 属性
- 重构 WebhookNotifier 构造函数,使用 NotificationConfig 对象进行初始化
- 更新 WebhookNotifier 发送逻辑,使用新的配置属性
* feat: add webhook ui.
* refactor(WebhookNotifier): 重构 TransformData 方法以优化数据结构- 将 notification_data 的内容合并到外层字典,以便于 webhook 接收端获取数据- 新增 event、result、timestamp 等字段,使数据结构
* fix(WebSocketNotifier): 添加消息发送后关闭连接的功能
- 在 SendAsync 方法中添加了 CloseAsync() 调用,确保消息发送后关闭 WebSocket 连接
- 此修改解决了消息发送后未关闭连接的问题,提高了资源利用率和系统稳定性
* fix: implement unified webhook ui
* fix: typos.
* 优化通知前端显示
* feat(notification): 添加钉钉 Webhook 通知支持
- 实现了钉钉 Webhook 通知的发送功能
- 在通知配置中添加了钉钉 Webhook URL 和密钥的设置选项
- 在通知服务中集成了钉钉通知的初始化和注册
- 优化了 WebhookNotifier 类的代码结构
* 新增钉钉通知ui
Signed-off-by: DR-lin-eng <@DR-lin-eng>
* 修正图标
Signed-off-by: DR-lin-eng <@DR-lin-eng>
---------
Signed-off-by: DR-lin-eng <@DR-lin-eng>
Co-authored-by: DR-lin-eng <@DR-lin-eng>
Co-authored-by: 秋云 <physligl@gmail.com>
Co-authored-by: DR-lin-eng <52230594+DR-lin-eng@users.noreply.github.com>
Co-authored-by: 辉鸭蛋 <huiyadanli@gmail.com>
|
2025-03-16 03:18:02 +08:00 |
|
禹仔二号
|
f7903f8e9b
|
webhook添加了sendto发送对象,修复了webhook通知ui显示错误问题,修复了websocket服务端错误关闭链接问题 (#1300)
* 新增图片作为email附件发送功能
* feat(notification): 为 WebhookNotifier 添加 send_to 功能
- 在 WebhookNotifier 类中添加 send_to 属性
- 修改 TransformData 方法,增加 send_to 字段
- 在 NotificationConfig 中添加 webhook_endpoint 和 websocket_endpoint 属性
* refactor(WebhookNotifier): 添加 send_to 属性并调整访问修饰符
* refactor(notification): 重构 WebhookNotifier 并更新 NotificationConfig
- 在 NotificationConfig 中添加 WebhookSendTo 属性
- 重构 WebhookNotifier 构造函数,使用 NotificationConfig 对象进行初始化
- 更新 WebhookNotifier 发送逻辑,使用新的配置属性
* feat: add webhook ui.
* refactor(WebhookNotifier): 重构 TransformData 方法以优化数据结构- 将 notification_data 的内容合并到外层字典,以便于 webhook 接收端获取数据- 新增 event、result、timestamp 等字段,使数据结构
* fix(WebSocketNotifier): 添加消息发送后关闭连接的功能
- 在 SendAsync 方法中添加了 CloseAsync() 调用,确保消息发送后关闭 WebSocket 连接
- 此修改解决了消息发送后未关闭连接的问题,提高了资源利用率和系统稳定性
* fix: implement unified webhook ui
* fix: typos.
---------
Co-authored-by: DR-lin-eng <@DR-lin-eng>
Co-authored-by: 秋云 <physligl@gmail.com>
|
2025-03-15 10:33:33 +08:00 |
|
辉鸭蛋
|
92516c26d2
|
支持配置要通知的事件
|
2025-02-04 17:11:53 +08:00 |
|
辉鸭蛋
|
1efd8d9454
|
重构通知模块
|
2025-02-03 15:02:25 +08:00 |
|
辉鸭蛋
|
3e114ad358
|
添加windows通知
|
2025-01-28 13:12:14 +08:00 |
|
辉鸭蛋
|
4196f05f21
|
replace HttpContent with another data structure
|
2025-01-28 08:49:24 +08:00 |
|
qhy040404
|
c490d29aa1
|
code cleanup
|
2024-08-14 18:01:02 +08:00 |
|
Mr-Quin
|
7e5b7eb1d4
|
Improve error handling
|
2024-03-30 13:57:03 -07:00 |
|
Mr-Quin
|
911ee49083
|
Refactor notification
|
2024-03-30 13:57:02 -07:00 |
|