[PR #381] [MERGED] Return single history #944

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

📋 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: masterHead: return-single-history


📝 Commits (9)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/381 **Author:** [@jameskirsop](https://github.com/jameskirsop) **Created:** 6/12/2020 **Status:** ✅ Merged **Merged:** 6/15/2020 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `return-single-history` --- ### 📝 Commits (9) - [`010bbc9`](https://github.com/healthchecks/healthchecks/commit/010bbc950730d55cd1298d1c9e1623ea726339f0) Sample work for review - [`74f4744`](https://github.com/healthchecks/healthchecks/commit/74f4744c62ced0c8649613b3932da07084b6abbe) Implementation of history using Flips model statuses for a check - [`aaadf60`](https://github.com/healthchecks/healthchecks/commit/aaadf6031f81ef44d347fc0a6dc7e77d1fe99887) Sample work for review - [`bc6ccd5`](https://github.com/healthchecks/healthchecks/commit/bc6ccd55b33a1856fc07f0b1cf1c51494c56bfec) Implementation of history using Flips model statuses for a check - [`4b1b232`](https://github.com/healthchecks/healthchecks/commit/4b1b2329594ea47a45b6576ac1da0810f5e48332) Chnange 'status' field in response to 'up' - [`90d4246`](https://github.com/healthchecks/healthchecks/commit/90d42468482b94867d3ebefa91468b1ed5bf062d) Second interation of this - [`7d625cb`](https://github.com/healthchecks/healthchecks/commit/7d625cb6a6265e56b7d9f78a699aea44ebc0803a) Merge branch 'return-single-history' of https://github.com/jameskirsop/healthchecks into return-single-history - [`c5c4e0f`](https://github.com/healthchecks/healthchecks/commit/c5c4e0f782ed987f6b5d3e8a5d8640cee1228ae3) Returning all historical flips if no parameters are passed - [`368d7a4`](https://github.com/healthchecks/healthchecks/commit/368d7a4fec374f5cec57e485902191bc231c8a87) Commit with requested changes and tests ### 📊 Changes **5 files changed** (+207 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR contains changes to address #349 in light of discussion there. --- <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:14 +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#944
No description provided.