[PR #604] [MERGED] feat(notify): add mattermost #992

Closed
opened 2026-03-03 01:07:11 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (4)

  • ec0cdf8 feat(notify): add mattermost
  • 48f698e style: fix code style
  • 4784bf9 feat: add channelId tooltip
  • 5b4c3bb Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/604 **Author:** [@banto6](https://github.com/banto6) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/13/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`ec0cdf8`](https://github.com/certimate-go/certimate/commit/ec0cdf8b96f52e99152d9ad17d2891e587dbe36b) feat(notify): add mattermost - [`48f698e`](https://github.com/certimate-go/certimate/commit/48f698e84bb12554f579fc863951478c772edba9) style: fix code style - [`4784bf9`](https://github.com/certimate-go/certimate/commit/4784bf9dba3e638d0907dacba9836e8118fd893f) feat: add channelId tooltip - [`5b4c3bb`](https://github.com/certimate-go/certimate/commit/5b4c3bb66857d7b36ef7ac5ecc2381a11f10d977) Merge branch 'main' into main ### 📊 Changes **11 files changed** (+272 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 通知新增支持mattermost --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#992
No description provided.