mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #770] [CLOSED] Idempotence key #1021
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#1021
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/770
Author: @henry40408
Created: 12/27/2022
Status: ❌ Closed
Base:
master← Head:feature/issue-319📝 Commits (2)
207ab27feat: idempotence key5f63e69docs: idempotence key📊 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.