[PR #988] [CLOSED] Add support for custom notification truncate settings #1051

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

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/988
Author: @moraj-turing
Created: 4/11/2024
Status: Closed

Base: masterHead: feature/939-Notification-truncate-settings


📝 Commits (2)

  • 90fc6a6 Add support for custom notification truncate settings
  • 5d06a5e Add html template

📊 Changes

6 files changed (+106 additions, -7 deletions)

View changed files

hc/api/migrations/0104_check_body_truncate_end_check_body_truncate_length.py (+23 -0)
📝 hc/api/models.py (+2 -0)
📝 hc/api/transports.py (+10 -7)
📝 hc/front/urls.py (+1 -0)
📝 hc/front/views.py (+13 -0)
📝 templates/front/details.html (+57 -0)

📄 Description

Hello, this PR proposes two basic settings added to a check configuration as a flexible solution to #939

image


🔄 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/988 **Author:** [@moraj-turing](https://github.com/moraj-turing) **Created:** 4/11/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/939-Notification-truncate-settings` --- ### 📝 Commits (2) - [`90fc6a6`](https://github.com/healthchecks/healthchecks/commit/90fc6a6ee8f2168d61dbea780cf9bf06eeeeee82) Add support for custom notification truncate settings - [`5d06a5e`](https://github.com/healthchecks/healthchecks/commit/5d06a5e66ffeedfedede910c00f5a4d59c484981) Add html template ### 📊 Changes **6 files changed** (+106 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `hc/api/migrations/0104_check_body_truncate_end_check_body_truncate_length.py` (+23 -0) 📝 `hc/api/models.py` (+2 -0) 📝 `hc/api/transports.py` (+10 -7) 📝 `hc/front/urls.py` (+1 -0) 📝 `hc/front/views.py` (+13 -0) 📝 `templates/front/details.html` (+57 -0) </details> ### 📄 Description Hello, this PR proposes two basic settings added to a check configuration as a flexible solution to #939 ![image](https://github.com/healthchecks/healthchecks/assets/164460335/6103de29-12cc-40db-b64b-d7a51ef287c1) --- <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:45 +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#1051
No description provided.