[PR #2888] [MERGED] Fix imports #8011

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2888
Author: @oschwartz10612
Created: 4/22/2026
Status: Merged
Merged: 4/22/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (2)

  • e281451 Fix stub wrong function name
  • bcd3bee Properly resolve import issues

📊 Changes

6 files changed (+31 additions, -6 deletions)

View changed files

📝 server/lib/alerts/events/healthCheckEvents.ts (+1 -1)
server/lib/alerts/events/resourceEvents.ts (+20 -0)
📝 server/lib/alerts/index.ts (+1 -0)
📝 server/private/lib/alerts/events/healthCheckEvents.ts (+1 -1)
📝 server/private/lib/alerts/index.ts (+2 -1)
📝 server/routers/target/handleHealthcheckStatusMessage.ts (+6 -3)

📄 Description

  • Fix stub wrong function name
  • Properly resolve import issues

🔄 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/2888 **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) - [`e281451`](https://github.com/fosrl/pangolin/commit/e2814517d6e4d5e1c0c44980119871dccc262774) Fix stub wrong function name - [`bcd3bee`](https://github.com/fosrl/pangolin/commit/bcd3bee148cca7013db97ccb5e10df5a71128660) Properly resolve import issues ### 📊 Changes **6 files changed** (+31 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `server/lib/alerts/events/healthCheckEvents.ts` (+1 -1) ➕ `server/lib/alerts/events/resourceEvents.ts` (+20 -0) 📝 `server/lib/alerts/index.ts` (+1 -0) 📝 `server/private/lib/alerts/events/healthCheckEvents.ts` (+1 -1) 📝 `server/private/lib/alerts/index.ts` (+2 -1) 📝 `server/routers/target/handleHealthcheckStatusMessage.ts` (+6 -3) </details> ### 📄 Description - **Fix stub wrong function name** - **Properly resolve import issues** --- <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:54 -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#8011