mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #1155] [CLOSED] Issue # 1009 email slug group issue3 #1083
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#1083
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/1155
Author: @mkyi-bsu
Created: 5/5/2025
Status: ❌ Closed
Base:
master← Head:issue-#-1009-email-slug-group-issue3📝 Commits (10+)
6cd1994Merge pull request #1 from healthchecks/master646d5fcInitial commita4c9c4crestored deleted files and refactored to avoid changing data types around -- now passes original testsf3b8fecchanged ping response back to 'OK' and added types to new function parameter9eb7828added error handling for bad byte when decoding ping bodyb299eb0writing the keywords parameters from only listdd6519dadded ui for specifying request body keywords, seperate from the email ones7d46ed8added missing comma which caused tests to fail9d1617etesting for the fixed issue!3eb81fdupdated view.py to read the test i have uploaded📊 Changes
45 files changed (+1789 additions, -372 deletions)
View changed files
➕
.DS_Store(+0 -0)📝
.github/workflows/coverage.yml(+1 -1)📝
.github/workflows/mypy.yml(+2 -2)📝
.github/workflows/tests.yml(+1 -1)📝
.gitignore(+2 -0)📝
hc/accounts/models.py(+6 -0)📝
hc/api/admin.py(+1 -1)➕
hc/api/migrations/0119_alter_channel_kind.py(+18 -0)➕
hc/api/migrations/0119_check_failure_keywords_check_success_keywords_and_more.py(+28 -0)➕
hc/api/migrations/0120_check_req_failure_kw_check_req_start_kw_and_more.py(+28 -0)➕
hc/api/migrations/0121_merge_20250425_1306.py(+14 -0)➕
hc/api/migrations/0122_check_max_duration_check_min_duration_ping_duration_and_more.py(+34 -0)➕
hc/api/migrations/0123_alter_check_slug.py(+18 -0)📝
hc/api/models.py(+81 -22)📝
hc/api/tests/test_check_model.py(+81 -0)📝
hc/api/tests/test_get_check.py(+157 -157)➕
hc/api/tests/test_ping_checks.py(+104 -0)📝
hc/api/tests/test_ping_model.py(+65 -9)📝
hc/api/tests/test_sendreports.py(+26 -1)📝
hc/api/tests/test_system_checks.py(+1 -1)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.