mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #272] [MERGED] Apprise Integration #923
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#923
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/272
Author: @caronc
Created: 8/7/2019
Status: ✅ Merged
Merged: 8/12/2019
Merged by: @cuu508
Base:
master← Head:master📝 Commits (4)
c2b1d00Apprise Integrationb5a0336Apprise Notifications are now a controlled via settings86ad70fimproved testingd70539bupdated apprise documentation📊 Changes
16 files changed (+225 additions, -3 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
README.md(+11 -0)📝
hc/api/models.py(+3 -0)📝
hc/api/tests/test_notify.py(+40 -1)📝
hc/api/transports.py(+26 -1)📝
hc/front/forms.py(+5 -0)➕
hc/front/tests/test_add_apprise.py(+29 -0)📝
hc/front/urls.py(+1 -0)📝
hc/front/views.py(+29 -0)📝
hc/settings.py(+4 -0)➕
static/img/integrations/apprise.png(+0 -0)📝
templates/front/channels.html(+13 -0)📝
templates/front/welcome.html(+8 -0)➕
templates/integrations/add_apprise.html(+49 -0)➕
templates/integrations/apprise_description.html(+5 -0)➕
templates/integrations/apprise_title.html(+1 -0)📄 Description
Added Apprise Integration into Healthchecks which references #271

Also additionally fixed a minor typo PagerTeam http post (fixed Content-Type header).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.