mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #344] [MERGED] Api single check #936
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#936
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/344
Author: @jameskirsop
Created: 3/23/2020
Status: ✅ Merged
Merged: 3/23/2020
Merged by: @cuu508
Base:
master← Head:api-single-check📝 Commits (4)
d88f99aChanges to prototype this for testing with real data6373db8Changes to prototype this for testing with real data456a80fAdding tests and docs613ef2dMerge branch 'api-single-check' of https://github.com/jameskirsop/healthchecks into api-single-check📊 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.