mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #199] [MERGED] Allow specific channel uuid to be specified in create/update check api #910
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#910
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/199
Author: @muff1nman
Created: 11/7/2018
Status: ✅ Merged
Merged: 11/8/2018
Merged by: @cuu508
Base:
master← Head:add-specific-channel📝 Commits (1)
8247297Allow specific channel uuid to be specified in create/update check api📊 Changes
2 files changed (+58 additions, -2 deletions)
View changed files
📝
hc/api/tests/test_update_check.py(+45 -0)📝
hc/api/views.py(+13 -2)📄 Description
Beyond setting all ("*") or removing all ("") channels, this allows a specific set of channels to be associated to a check using a comma separated list of channel uuids.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.