[PR #143] [MERGED] Creates a native PagerTree integration #903

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

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/143
Author: @armiiller
Created: 12/14/2017
Status: Merged
Merged: 12/17/2017
Merged by: @cuu508

Base: masterHead: master


📝 Commits (10+)

📊 Changes

16 files changed (+200 additions, -0 deletions)

View changed files

📝 hc/api/models.py (+3 -0)
📝 hc/api/tests/test_notify.py (+12 -0)
📝 hc/api/transports.py (+18 -0)
hc/front/tests/test_add_pagertree.py (+29 -0)
📝 hc/front/urls.py (+1 -0)
📝 hc/front/views.py (+17 -0)
static/img/integrations/pagertree.png (+0 -0)
static/img/integrations/setup_pagertree_1.png (+0 -0)
static/img/integrations/setup_pagertree_2.png (+0 -0)
static/img/integrations/setup_pagertree_3.png (+0 -0)
📝 templates/front/channels.html (+12 -0)
📝 templates/front/log.html (+2 -0)
📝 templates/front/welcome.html (+7 -0)
templates/integrations/add_pagertree.html (+93 -0)
templates/integrations/pagertree_description.html (+5 -0)
templates/integrations/pagertree_title.html (+1 -0)

📄 Description

No description provided


🔄 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/143 **Author:** [@armiiller](https://github.com/armiiller) **Created:** 12/14/2017 **Status:** ✅ Merged **Merged:** 12/17/2017 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`cb1eac5`](https://github.com/healthchecks/healthchecks/commit/cb1eac50d98aa161c4ad7f888bd3be44cec030d1) Adds PagerTree Integration - [`17831bb`](https://github.com/healthchecks/healthchecks/commit/17831bb974c764b94ca24987a5968acba9f90065) Adds missing comma - [`abe7076`](https://github.com/healthchecks/healthchecks/commit/abe7076a7384184ce4ab2fc7e7eae3ca11cda117) Add the PagerTree form handler - [`7808f3a`](https://github.com/healthchecks/healthchecks/commit/7808f3a5d49948aa1104e5eb0863fc25f1762aa1) Modifys our template - [`07069d7`](https://github.com/healthchecks/healthchecks/commit/07069d74555b3ea184be5201fb7fe77b214199fc) Tweak PagerTree description - [`7eed616`](https://github.com/healthchecks/healthchecks/commit/7eed6160c1aad28d40c322032bb7d7a809f6c5ab) Adds test for pagertree - [`201d1a0`](https://github.com/healthchecks/healthchecks/commit/201d1a0815470ae4105c4c3e1af3f2dfb3215e34) Rename the test function - [`6a17c87`](https://github.com/healthchecks/healthchecks/commit/6a17c8768bc5c5cda7f1ed26da550fb2da9d21f7) Adds a test for out integration form - [`ef90e6e`](https://github.com/healthchecks/healthchecks/commit/ef90e6e3b898bc64ddf02c7f05616fec7995a0ac) Rename the class - [`231421f`](https://github.com/healthchecks/healthchecks/commit/231421fada4a296cf8c0d16a633a809b09fb41da) Fixes the pagertree url ### 📊 Changes **16 files changed** (+200 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hc/api/models.py` (+3 -0) 📝 `hc/api/tests/test_notify.py` (+12 -0) 📝 `hc/api/transports.py` (+18 -0) ➕ `hc/front/tests/test_add_pagertree.py` (+29 -0) 📝 `hc/front/urls.py` (+1 -0) 📝 `hc/front/views.py` (+17 -0) ➕ `static/img/integrations/pagertree.png` (+0 -0) ➕ `static/img/integrations/setup_pagertree_1.png` (+0 -0) ➕ `static/img/integrations/setup_pagertree_2.png` (+0 -0) ➕ `static/img/integrations/setup_pagertree_3.png` (+0 -0) 📝 `templates/front/channels.html` (+12 -0) 📝 `templates/front/log.html` (+2 -0) 📝 `templates/front/welcome.html` (+7 -0) ➕ `templates/integrations/add_pagertree.html` (+93 -0) ➕ `templates/integrations/pagertree_description.html` (+5 -0) ➕ `templates/integrations/pagertree_title.html` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:05 +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#903
No description provided.