mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
[PR #2889] [MERGED] Fix type imports #6047
Reference in New Issue
Block a user
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/fosrl/pangolin/pull/2889
Author: @oschwartz10612
Created: 4/22/2026
Status: ✅ Merged
Merged: 4/22/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (2)
0c6acfeFix types9474792Fix type imports📊 Changes
13 files changed (+93 additions, -105 deletions)
View changed files
📝
server/private/lib/alerts/index.ts(+0 -1)📝
server/private/lib/alerts/processAlerts.ts(+1 -1)📝
server/private/lib/alerts/sendAlertEmail.ts(+1 -1)📝
server/private/lib/alerts/sendAlertWebhook.ts(+2 -2)📝
server/private/routers/alertRule/createAlertRule.ts(+1 -4)📝
server/private/routers/alertRule/getAlertRule.ts(+1 -38)📝
server/private/routers/alertRule/listAlertRules.ts(+1 -22)📝
server/routers/alertRule/types.ts(+81 -31)📝
src/app/[orgId]/settings/alerting/(list)/rules/page.tsx(+1 -1)📝
src/app/[orgId]/settings/alerting/[ruleId]/page.tsx(+1 -1)📝
src/components/LayoutSidebar.tsx(+1 -1)📝
src/components/alert-rule-editor/AlertRuleGraphEditor.tsx(+1 -1)📝
src/lib/queries.ts(+1 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.