mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #604] [MERGED] feat(notify): add mattermost #992
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#992
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/certimate-go/certimate/pull/604
Author: @banto6
Created: 4/11/2025
Status: ✅ Merged
Merged: 4/13/2025
Merged by: @usual2970
Base:
main← Head:main📝 Commits (4)
ec0cdf8feat(notify): add mattermost48f698estyle: fix code style4784bf9feat: add channelId tooltip5b4c3bbMerge branch 'main' into main📊 Changes
11 files changed (+272 additions, -0 deletions)
View changed files
📝
internal/domain/notify.go(+1 -0)📝
internal/notify/providers.go(+8 -0)➕
internal/pkg/core/notifier/providers/mattermost/mattermost.go(+89 -0)➕
internal/pkg/core/notifier/providers/mattermost/mattermost_test.go(+74 -0)📝
ui/src/components/notification/NotifyChannelEditForm.tsx(+3 -0)➕
ui/src/components/notification/NotifyChannelEditFormMattermostFields.tsx(+64 -0)📝
ui/src/domain/settings.ts(+11 -0)📝
ui/src/i18n/locales/en/nls.common.json(+1 -0)📝
ui/src/i18n/locales/en/nls.settings.json(+10 -0)📝
ui/src/i18n/locales/zh/nls.common.json(+1 -0)📝
ui/src/i18n/locales/zh/nls.settings.json(+10 -0)📄 Description
通知新增支持mattermost
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.