[PR #86] [MERGED] adds a SITE_NAME setting that's used to label the site #886

Closed
opened 2026-02-25 23:44:02 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: issue-79


📝 Commits (5)

  • b1bb154 adds a SITE_NAME setting that's used to label the site
  • 1ae07b2 made changes more concise
  • 1520d7f didn't register the tags properly
  • 89736d7 removed unused function parameter
  • 537b7c7 fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/86 **Author:** [@foozmeat](https://github.com/foozmeat) **Created:** 9/22/2016 **Status:** ✅ Merged **Merged:** 9/23/2016 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `issue-79` --- ### 📝 Commits (5) - [`b1bb154`](https://github.com/healthchecks/healthchecks/commit/b1bb1540b807aa1be6b79cebaab7e82a324ae794) adds a SITE_NAME setting that's used to label the site - [`1ae07b2`](https://github.com/healthchecks/healthchecks/commit/1ae07b2028ffd18746218ae1f25d0b0076c76d08) made changes more concise - [`1520d7f`](https://github.com/healthchecks/healthchecks/commit/1520d7fc9a4cecf935b953e943c144a2f1b6b6e2) didn't register the tags properly - [`89736d7`](https://github.com/healthchecks/healthchecks/commit/89736d7ce7214c387cf6534932368f0de85b7404) removed unused function parameter - [`537b7c7`](https://github.com/healthchecks/healthchecks/commit/537b7c75412f61294051aa186645fa6920abb81e) fixed a few instances where the hc_extras wasn't loaded ### 📊 Changes **41 files changed** (+131 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:02 +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#886
No description provided.