[PR #412] [CLOSED] LineNotify Integration with Healthcheck #957

Closed
opened 2026-02-25 23:44:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/412
Author: @carson0321
Created: 8/14/2020
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 408f85a Test LineNotify integration with healthcheck
  • 15f53c7 Add tests & Doesn't get LineNotify token using setting
  • 43b8da9 Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/412 **Author:** [@carson0321](https://github.com/carson0321) **Created:** 8/14/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`408f85a`](https://github.com/healthchecks/healthchecks/commit/408f85a36cdb59d323a5cda5f41202e75eefe844) Test LineNotify integration with healthcheck - [`15f53c7`](https://github.com/healthchecks/healthchecks/commit/15f53c74bccfb6d8ea28a772161c725b3d8d1f48) Add tests & Doesn't get LineNotify token using setting - [`43b8da9`](https://github.com/healthchecks/healthchecks/commit/43b8da981047b0c2a2aa50fd109d21ec78bf9a64) Remove HTML markup ### 📊 Changes **14 files changed** (+217 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Hi, I have integrated [LineNotify](https://notify-bot.line.me/en/) with it. [LineNotify](https://notify-bot.line.me/en/) is a notification service in [LINE](https://en.wikipedia.org/wiki/Line_(software)). The most common text messaging service used in Japan and Taiwan is by far [LINE](https://en.wikipedia.org/wiki/Line_(software)). Let's discuss this. Btw, there's a lack of iconfont. I would be appreciate if anyone could help to generate it. Thanks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#957
No description provided.