mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[PR #1172] [MERGED] Add Google Chat integration (WIP) #1088
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#1088
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/1172
Author: @cuu508
Created: 6/4/2025
Status: ✅ Merged
Merged: 6/4/2025
Merged by: @cuu508
Base:
master← Head:googlechat📝 Commits (4)
5599a9dAdd Google Chat integration (WIP)49a2a39Add testsebbec0eUpdate icomoon project440ce71Add setup instructions📊 Changes
18 files changed (+632 additions, -113 deletions)
View changed files
📝
hc/api/models.py(+3 -3)➕
hc/api/tests/test_notify_googlechat.py(+202 -0)📝
hc/api/transports.py(+75 -2)➕
hc/front/tests/test_add_googlechat.py(+38 -0)📝
hc/front/urls.py(+1 -1)📝
hc/front/views.py(+24 -3)📝
static/css/icomoon.css(+7 -3)📝
static/fonts/icomoon.svg(+1 -0)📝
static/fonts/icomoon.ttf(+0 -0)📝
static/fonts/icomoon.woff(+0 -0)➕
static/img/integrations/googlechat.png(+0 -0)➕
static/img/integrations/setup_googlechat_1.png(+0 -0)➕
static/img/integrations/setup_googlechat_2.png(+0 -0)➕
static/img/integrations/setup_googlechat_3.png(+0 -0)➕
static/img/integrations/setup_googlechat_4.png(+0 -0)📝
stuff/icons_icomoon_project.json(+142 -101)📝
templates/front/channels.html(+7 -0)➕
templates/integrations/add_googlechat.html(+132 -0)📄 Description
Fixes: #423
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.