[PR #421] [MERGED] added pushover alerter #737

Closed
opened 2025-10-31 15:20:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 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.2Head: main


📝 Commits (2)

  • bcc52dd added pushover alerter
  • d052291 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/421 **Author:** [@alexshore](https://github.com/alexshore) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/19/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `1.17.2` ← **Head:** `main` --- ### 📝 Commits (2) - [`bcc52dd`](https://github.com/moghtech/komodo/commit/bcc52dda4357af1f29810afbb13c29a67c2feb2d) added pushover alerter - [`d052291`](https://github.com/moghtech/komodo/commit/d052291b2d4da8efde9c8e76e428ab418ee290e4) Merge branch '1.17.2' into main ### 📊 Changes **6 files changed** (+314 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-10-31 15:20:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#737
No description provided.