[PR #344] [MERGED] Api single check #936

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

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/344
Author: @jameskirsop
Created: 3/23/2020
Status: Merged
Merged: 3/23/2020
Merged by: @cuu508

Base: masterHead: api-single-check


📝 Commits (4)

📊 Changes

7 files changed (+152 additions, -11 deletions)

View changed files

📝 hc/api/models.py (+1 -1)
hc/api/tests/test_get_check.py (+55 -0)
📝 hc/api/tests/test_update_check.py (+0 -5)
📝 hc/api/urls.py (+1 -1)
📝 hc/api/views.py (+17 -4)
📝 templates/docs/api.html (+38 -0)
📝 templates/docs/api.md (+40 -0)

📄 Description

This PR address #337, and allows for the API to return information on a single check based on its UUID.


🔄 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/344 **Author:** [@jameskirsop](https://github.com/jameskirsop) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/23/2020 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `api-single-check` --- ### 📝 Commits (4) - [`d88f99a`](https://github.com/healthchecks/healthchecks/commit/d88f99a712454adbef7798b2415fc957263fa648) Changes to prototype this for testing with real data - [`6373db8`](https://github.com/healthchecks/healthchecks/commit/6373db8aa1d57f94f6aa02b6c9c43db622bb062e) Changes to prototype this for testing with real data - [`456a80f`](https://github.com/healthchecks/healthchecks/commit/456a80f1fa7a91871fe770bd549a112b92bb6c73) Adding tests and docs - [`613ef2d`](https://github.com/healthchecks/healthchecks/commit/613ef2d0cfcb48e81505c606604a9581165d8583) Merge branch 'api-single-check' of https://github.com/jameskirsop/healthchecks into api-single-check ### 📊 Changes **7 files changed** (+152 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `hc/api/models.py` (+1 -1) ➕ `hc/api/tests/test_get_check.py` (+55 -0) 📝 `hc/api/tests/test_update_check.py` (+0 -5) 📝 `hc/api/urls.py` (+1 -1) 📝 `hc/api/views.py` (+17 -4) 📝 `templates/docs/api.html` (+38 -0) 📝 `templates/docs/api.md` (+40 -0) </details> ### 📄 Description This PR address #337, and allows for the API to return information on a single check based on its UUID. --- <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:12 +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#936
No description provided.