[PR #87] [CLOSED] Develop #888

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/87
Author: @Stephen-Njoroge
Created: 9/28/2016
Status: Closed

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

26 files changed (+96 additions, -229 deletions)

View changed files

📝 .gitignore (+4 -1)
Procfile (+1 -0)
📝 README.md (+0 -4)
📝 hc/accounts/tests/test_check_token.py (+3 -12)
📝 hc/accounts/tests/test_login.py (+6 -5)
📝 hc/accounts/tests/test_profile.py (+8 -37)
📝 hc/accounts/tests/test_switch_team.py (+4 -3)
📝 hc/accounts/tests/test_team_access_middleware.py (+1 -1)
📝 hc/api/tests/test_admin.py (+2 -5)
📝 hc/api/tests/test_badge.py (+2 -2)
📝 hc/api/tests/test_check_model.py (+6 -7)
📝 hc/api/tests/test_create_check.py (+17 -31)
📝 hc/api/tests/test_ensuretriggers.py (+3 -1)
📝 hc/api/tests/test_list_checks.py (+5 -26)
📝 hc/api/tests/test_notify.py (+2 -18)
📝 hc/api/tests/test_pause.py (+3 -10)
📝 hc/api/tests/test_ping.py (+6 -25)
📝 hc/api/tests/test_sendalerts.py (+3 -0)
📝 hc/front/tests/test_add_channel.py (+3 -20)
📝 hc/front/tests/test_add_check.py (+1 -8)

...and 6 more files

📄 Description

No description provided


🔄 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/87 **Author:** [@Stephen-Njoroge](https://github.com/Stephen-Njoroge) **Created:** 9/28/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`7ccb4b9`](https://github.com/healthchecks/healthchecks/commit/7ccb4b9d7070b49c0a98aedf897e265e1451c018) Removed old build and coverage links - [`52e503b`](https://github.com/healthchecks/healthchecks/commit/52e503ba56e1ab34befe9cf745d77befaab2010f) Merge branch 'master' of https://github.com/andela/healthchecks_a - [`59979c0`](https://github.com/healthchecks/healthchecks/commit/59979c0127e4c4ba64766e05e8af3841ede22b14) De-tested - [`fca80f3`](https://github.com/healthchecks/healthchecks/commit/fca80f3e086d9a1d95515905b2e1497efe7be806) De-tested - [`f8dd31d`](https://github.com/healthchecks/healthchecks/commit/f8dd31dec8e2c82ec47776c7848505c1a5d0ca0d) add procfile and runtime heroku requirements - [`f6cd039`](https://github.com/healthchecks/healthchecks/commit/f6cd039808dbfd7d60f51ef83e9c3c26ebb9e2aa) Merge pull request #7 from andela/ft-heroku-integration - [`bf2b317`](https://github.com/healthchecks/healthchecks/commit/bf2b317a2705823db3092d3e6fd8ec65a847a1ad) Add whitenoise to enable static files in Django production - [`f80176b`](https://github.com/healthchecks/healthchecks/commit/f80176b538371dfc8540045f2bdb3308d3851170) Config static files - [`e8e3082`](https://github.com/healthchecks/healthchecks/commit/e8e308224a8b03e45f146d2ae3e6594b8e34a342) Configured static files for deployment - [`1016a4d`](https://github.com/healthchecks/healthchecks/commit/1016a4d0d68efe4f8d873f84a2c0cdef0217111e) (chore): Fix regex statement ### 📊 Changes **26 files changed** (+96 additions, -229 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) ➕ `Procfile` (+1 -0) 📝 `README.md` (+0 -4) 📝 `hc/accounts/tests/test_check_token.py` (+3 -12) 📝 `hc/accounts/tests/test_login.py` (+6 -5) 📝 `hc/accounts/tests/test_profile.py` (+8 -37) 📝 `hc/accounts/tests/test_switch_team.py` (+4 -3) 📝 `hc/accounts/tests/test_team_access_middleware.py` (+1 -1) 📝 `hc/api/tests/test_admin.py` (+2 -5) 📝 `hc/api/tests/test_badge.py` (+2 -2) 📝 `hc/api/tests/test_check_model.py` (+6 -7) 📝 `hc/api/tests/test_create_check.py` (+17 -31) 📝 `hc/api/tests/test_ensuretriggers.py` (+3 -1) 📝 `hc/api/tests/test_list_checks.py` (+5 -26) 📝 `hc/api/tests/test_notify.py` (+2 -18) 📝 `hc/api/tests/test_pause.py` (+3 -10) 📝 `hc/api/tests/test_ping.py` (+6 -25) 📝 `hc/api/tests/test_sendalerts.py` (+3 -0) 📝 `hc/front/tests/test_add_channel.py` (+3 -20) 📝 `hc/front/tests/test_add_check.py` (+1 -8) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <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#888
No description provided.