mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #1116] [CLOSED] Fix allow rid variable to be upper and lowercase #1073
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#1073
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/1116
Author: @wie-niet
Created: 1/21/2025
Status: ❌ Closed
Base:
master← Head:rid_ignorecase📝 Commits (1)
b8debaaFix allow RID variable to be upper and lowercase📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
hc/lib/string.py(+1 -1)📄 Description
Shell scripts with healthchecks to measure execution time using 'rid' were failing on my MacOS (they were created in uppercase instead of lowercase).
With this patch healthcheck now supports 'rid' created with /usr/bin/uuidgen on MacOS.
The uuid.UUID module in python interpret lower and upper case uuids , only the validation in 'hc/lib/string.py' was restricted to only lowercase.
Now it supports both ;-)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.