mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #143] [MERGED] Creates a native PagerTree integration #903
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#903
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/143
Author: @armiiller
Created: 12/14/2017
Status: ✅ Merged
Merged: 12/17/2017
Merged by: @cuu508
Base:
master← Head:master📝 Commits (10+)
cb1eac5Adds PagerTree Integration17831bbAdds missing commaabe7076Add the PagerTree form handler7808f3aModifys our template07069d7Tweak PagerTree description7eed616Adds test for pagertree201d1a0Rename the test function6a17c87Adds a test for out integration formef90e6eRename the class231421fFixes the pagertree url📊 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.