mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[PR #86] [MERGED] adds a SITE_NAME setting that's used to label the site #886
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#886
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/86
Author: @foozmeat
Created: 9/22/2016
Status: ✅ Merged
Merged: 9/23/2016
Merged by: @cuu508
Base:
master← Head:issue-79📝 Commits (5)
b1bb154adds a SITE_NAME setting that's used to label the site1ae07b2made changes more concise1520d7fdidn't register the tags properly89736d7removed unused function parameter537b7c7fixed a few instances where the hc_extras wasn't loaded📊 Changes
41 files changed (+131 additions, -93 deletions)
View changed files
📝
hc/accounts/tests/test_login.py(+2 -2)📝
hc/accounts/tests/test_profile.py(+3 -2)📝
hc/api/tests/test_list_checks.py(+2 -1)📝
hc/front/templatetags/hc_extras.py(+17 -0)📝
hc/settings.py(+1 -0)📝
templates/accounts/check_token_submit.html(+5 -4)📝
templates/accounts/profile.html(+4 -4)📝
templates/accounts/set_password.html(+3 -2)📝
templates/base.html(+3 -2)📝
templates/base_bare.html(+3 -2)📝
templates/emails/alert-body-html.html(+2 -1)📝
templates/emails/alert-body-text.html(+3 -2)📝
templates/emails/base.html(+3 -2)📝
templates/emails/login-body-html.html(+5 -4)📝
templates/emails/login-body-text.html(+7 -6)📝
templates/emails/login-subject.html(+3 -2)📝
templates/emails/report-body-html.html(+1 -1)📝
templates/emails/report-body-text.html(+3 -2)📝
templates/emails/set-password-body-html.html(+3 -2)📝
templates/emails/set-password-body-text.html(+3 -2)...and 21 more files
📄 Description
should mostly address #79
I left alone any pages related to the healthckeck.io business like billing, privacy, and about.
One small change that should probably be made is to add a variable for a private site's slack app name so the slack docs will match what a user might see.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.