[PR #770] [CLOSED] Idempotence key #1021

Closed
opened 2026-02-26 00:30:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/770
Author: @henry40408
Created: 12/27/2022
Status: Closed

Base: masterHead: feature/issue-319


📝 Commits (2)

📊 Changes

5 files changed (+61 additions, -0 deletions)

View changed files

📝 hc/api/tests/test_ping.py (+20 -0)
📝 hc/api/views.py (+8 -0)
📝 hc/settings.py (+7 -0)
📝 templates/docs/http_api.html (+12 -0)
📝 templates/docs/http_api.md (+14 -0)

📄 Description

closes #319

Since idempotent key is temporary, I enable Django built-in cache mechanism to store it.


🔄 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/770 **Author:** [@henry40408](https://github.com/henry40408) **Created:** 12/27/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/issue-319` --- ### 📝 Commits (2) - [`207ab27`](https://github.com/healthchecks/healthchecks/commit/207ab275159ad478c70edc059631732dc9acce9c) feat: idempotence key - [`5f63e69`](https://github.com/healthchecks/healthchecks/commit/5f63e697920b26cfdd02e3f76fd9bb47c9ec8f15) docs: idempotence key ### 📊 Changes **5 files changed** (+61 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hc/api/tests/test_ping.py` (+20 -0) 📝 `hc/api/views.py` (+8 -0) 📝 `hc/settings.py` (+7 -0) 📝 `templates/docs/http_api.html` (+12 -0) 📝 `templates/docs/http_api.md` (+14 -0) </details> ### 📄 Description closes #319 Since idempotent key is temporary, I enable Django built-in cache mechanism to store it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:39 +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#1021
No description provided.