[PR #1172] [MERGED] Add Google Chat integration (WIP) #1088

Closed
opened 2026-02-26 00:30:51 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: googlechat


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/1172 **Author:** [@cuu508](https://github.com/cuu508) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `googlechat` --- ### 📝 Commits (4) - [`5599a9d`](https://github.com/healthchecks/healthchecks/commit/5599a9df572bf6a9a855f111ae003b76cc0406b5) Add Google Chat integration (WIP) - [`49a2a39`](https://github.com/healthchecks/healthchecks/commit/49a2a399072a9620d6cafd08044a87d0eea7c4e9) Add tests - [`ebbec0e`](https://github.com/healthchecks/healthchecks/commit/ebbec0eb92aa6fc353bd05c5abf64285b329d045) Update icomoon project - [`440ce71`](https://github.com/healthchecks/healthchecks/commit/440ce718fb648d11e8c130dcdfbb5b39c1250129) Add setup instructions ### 📊 Changes **18 files changed** (+632 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes: #423 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:51 +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#1088
No description provided.