mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #412] [CLOSED] LineNotify Integration with Healthcheck #957
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#957
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/412
Author: @carson0321
Created: 8/14/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
408f85aTest LineNotify integration with healthcheck15f53c7Add tests & Doesn't get LineNotify token using setting43b8da9Remove HTML markup📊 Changes
14 files changed (+217 additions, -0 deletions)
View changed files
📝
hc/api/models.py(+11 -0)📝
hc/api/transports.py(+14 -0)📝
hc/front/forms.py(+5 -0)➕
hc/front/tests/test_add_linenotify.py(+39 -0)📝
hc/front/urls.py(+1 -0)📝
hc/front/views.py(+20 -0)➕
static/img/integrations/linenotify.png(+0 -0)➕
static/img/integrations/setup_linenotify_1.png(+0 -0)➕
static/img/integrations/setup_linenotify_2.png(+0 -0)➕
static/img/integrations/setup_linenotify_3.png(+0 -0)📝
templates/front/channels.html(+9 -0)📝
templates/front/welcome.html(+7 -0)➕
templates/integrations/add_linenotify.html(+105 -0)➕
templates/integrations/linenotify_message.html(+6 -0)📄 Description
Hi, I have integrated LineNotify with it. LineNotify is a notification service in LINE. The most common text messaging service used in Japan and Taiwan is by far LINE. Let's discuss this. Btw, there's a lack of iconfont. I would be appreciate if anyone could help to generate it.
Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.