mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #1102] [CLOSED] New "Zammad integration" #1070
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#1070
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/1102
Author: @christophdb
Created: 12/11/2024
Status: ❌ Closed
Base:
master← Head:zammad-integration📝 Commits (8)
23aa500add zammad to integration page711b3e0update integration settings8612abcupdate validationsf3ab023add transport9fd37a7update descriptions in formb657d20update zammad messagea8c1e82remove editca98823css styles📊 Changes
13 files changed (+260 additions, -0 deletions)
View changed files
📝
docker/.env.example(+1 -0)📝
hc/api/models.py(+12 -0)📝
hc/api/transports.py(+36 -0)📝
hc/front/forms.py(+9 -0)📝
hc/front/urls.py(+1 -0)📝
hc/front/views.py(+20 -0)📝
hc/settings.py(+3 -0)📝
static/css/icomoon.css(+10 -0)➕
static/img/integrations/zammad.png(+0 -0)📝
templates/front/channels.html(+11 -0)➕
templates/integrations/zammad_form.html(+111 -0)➕
templates/integrations/zammad_message.html(+45 -0)➕
templates/integrations/zammad_title.html(+1 -0)📄 Description
New "Zammad" integration to create tickets directly in zammad in case of a healthcheck failure.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.