[PR #2889] [MERGED] Fix type imports #8012

Closed
opened 2026-04-25 16:32:56 -05:00 by GiteaMirror · 0 comments
Owner

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


📝 Commits (2)

📊 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

  • Fix types
  • Fix type imports

🔄 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/fosrl/pangolin/pull/2889 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`0c6acfe`](https://github.com/fosrl/pangolin/commit/0c6acfe282731942fb1234da0b6c1d1e090a19c9) Fix types - [`9474792`](https://github.com/fosrl/pangolin/commit/9474792e1489f884e6ab7df3afd11cadc7a1013f) Fix type imports ### 📊 Changes **13 files changed** (+93 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - **Fix types** - **Fix type imports** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 16:32:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#8012