mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[PR #381] [MERGED] Return single history #944
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#944
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/381
Author: @jameskirsop
Created: 6/12/2020
Status: ✅ Merged
Merged: 6/15/2020
Merged by: @cuu508
Base:
master← Head:return-single-history📝 Commits (9)
010bbc9Sample work for review74f4744Implementation of history using Flips model statuses for a checkaaadf60Sample work for reviewbc6ccd5Implementation of history using Flips model statuses for a check4b1b232Chnange 'status' field in response to 'up'90d4246Second interation of this7d625cbMerge branch 'return-single-history' of https://github.com/jameskirsop/healthchecks into return-single-historyc5c4e0fReturning all historical flips if no parameters are passed368d7a4Commit with requested changes and tests📊 Changes
5 files changed (+207 additions, -2 deletions)
View changed files
📝
hc/api/models.py(+23 -1)➕
hc/api/tests/test_get_flips.py(+56 -0)📝
hc/api/urls.py(+2 -0)📝
hc/api/views.py(+49 -1)📝
templates/docs/api.md(+77 -0)📄 Description
This PR contains changes to address #349 in light of discussion there.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.