mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #229] [MERGED] Add Pager Team integration #918
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#918
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/229
Author: @Furchin
Created: 3/14/2019
Status: ✅ Merged
Merged: 3/21/2019
Merged by: @cuu508
Base:
master← Head:master📝 Commits (10+)
0adc649Add PagerTeam integrationaf68520Update view6f1ade9Add more views954d80badd pagerteam integration view5d368ebClean migration738aa8fPager Team integration doesn't need a second image3a21f4eAdd pager team templates97ba6adRemove duplicate pagerteam url073bcb1Add migration (autogenerated viamanage.py makemigrations)53467bdAdd pagerteam tests file which had been missed despite its existence📊 Changes
16 files changed (+199 additions, -1 deletions)
View changed files
➕
hc/api/migrations/0059_auto_20190314_1744.py(+18 -0)📝
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_pagerteam.py(+30 -0)📝
hc/front/urls.py(+1 -0)📝
hc/front/views.py(+17 -0)➕
static/img/integrations/pagerteam.png(+0 -0)➕
static/img/integrations/setup_pagerteam_1.png(+0 -0)📝
templates/front/channels.html(+11 -0)📝
templates/front/details_events.html(+3 -1)📝
templates/front/log.html(+2 -0)📝
templates/front/welcome.html(+7 -0)➕
templates/integrations/add_pagerteam.html(+71 -0)➕
templates/integrations/pagerteam_description.html(+5 -0)➕
templates/integrations/pagerteam_title.html(+1 -0)📄 Description
This PR adds integration support for Pager Team.
I'm not convinced I got the database migration part right though!Database migrations now updated. Here are screenshots from it running locally:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.