mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #1021] [MERGED] Show warning if apprise is enabled but apprise package is not installed #1063
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#1063
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/healthchecks/healthchecks/pull/1021
Author: @aslirajesh
Created: 6/29/2024
Status: ✅ Merged
Merged: 7/4/2024
Merged by: @cuu508
Base:
master← Head:fix/no-warning-on-apprise-install📝 Commits (3)
001c794fix: show warning if apprise is enabled and not installed in environment45ce73crenamed appraise check register4fe4cc4revert back changes in transport for apprise📊 Changes
1 file changed (+23 additions, -0 deletions)
View changed files
📝
hc/api/apps.py(+23 -0)📄 Description
Description
Added warning message if APPRISE_ENABLED is set to 'True' in settings, and python package 'apprise' is not installed.
Before changes APPRISE_ENABLED was being set to false without warning when apprise was not installed, even if it is enabled in settings.py
Issue
Fixes: #1020
Checklist
Screenshot
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.