mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[PR #421] [MERGED] added pushover alerter #737
Reference in New Issue
Block a user
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/moghtech/komodo/pull/421
Author: @alexshore
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @mbecker20
Base:
1.17.2← Head:main📝 Commits (2)
bcc52ddadded pushover alerterd052291Merge branch '1.17.2' into main📊 Changes
6 files changed (+314 additions, -2 deletions)
View changed files
📝
bin/core/src/alert/mod.rs(+10 -0)➕
bin/core/src/alert/pushover.rs(+253 -0)📝
client/core/rs/src/entities/alerter.rs(+29 -1)📝
client/core/ts/src/types.ts(+9 -1)📝
frontend/public/client/types.d.ts(+10 -0)📝
frontend/src/components/resources/alerter/config/endpoint.tsx(+3 -0)📄 Description
added a pushover alerter https://pushover.net/
I am too stupid to know how to add this but it would be nicer if the user didn't have to manually add the URL params themselves and there was instead a UI section that showed if you selected pushover to input the user key, the application token, and possibly any other params (pushover has a lot of other params)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.