mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #988] [CLOSED] Add support for custom notification truncate settings #1051
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#1051
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/988
Author: @moraj-turing
Created: 4/11/2024
Status: ❌ Closed
Base:
master← Head:feature/939-Notification-truncate-settings📝 Commits (2)
90fc6a6Add support for custom notification truncate settings5d06a5eAdd 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.