[PR #2971] [MERGED] 1.18.2 #18280

Closed
opened 2026-05-18 18:28:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2971
Author: @oschwartz10612
Created: 5/3/2026
Status: Merged
Merged: 5/3/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • 726e000 Show remote nodes update in table
  • d8c3484 Have to import from private
  • de92a28 update mac models
  • 2f2105a New translations en-us.json (French)
  • 960fe76 New translations en-us.json (Bulgarian)
  • 9bb936a New translations en-us.json (Czech)
  • 5379b32 New translations en-us.json (German)
  • 6efaf9f New translations en-us.json (Italian)
  • d28d3ba New translations en-us.json (Korean)
  • 6b28f0c New translations en-us.json (Dutch)

📊 Changes

55 files changed (+1347 additions, -1014 deletions)

View changed files

📝 messages/bg-BG.json (+2 -1)
📝 messages/cs-CZ.json (+2 -1)
📝 messages/de-DE.json (+2 -1)
📝 messages/en-US.json (+2 -1)
📝 messages/es-ES.json (+2 -1)
📝 messages/fr-FR.json (+2 -1)
📝 messages/it-IT.json (+2 -1)
📝 messages/ko-KR.json (+2 -1)
📝 messages/nb-NO.json (+2 -1)
📝 messages/nl-NL.json (+2 -1)
📝 messages/pl-PL.json (+2 -1)
📝 messages/pt-PT.json (+2 -1)
📝 messages/ru-RU.json (+2 -1)
📝 messages/tr-TR.json (+2 -1)
📝 messages/zh-CN.json (+2 -1)
📝 public/screenshots/private-resources.png (+0 -0)
📝 server/db/mac_models.json (+162 -128)
📝 server/lib/alerts/events/healthCheckEvents.ts (+265 -9)
📝 server/lib/alerts/events/resourceEvents.ts (+224 -7)
📝 server/lib/alerts/events/siteEvents.ts (+141 -6)

...and 35 more files

📄 Description

  • Show remote nodes update in table
  • Have to import from private
  • update mac models
  • fix credenza scroll extra spacing above footer
  • log in page improvements
  • update private resources screenshot
  • Allow configuring the webhook body
  • Fix CE not processing alert status
  • Bump version
  • dont early return on multi org
  • Fix 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/2971 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 5/3/2026 **Status:** ✅ Merged **Merged:** 5/3/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`726e000`](https://github.com/fosrl/pangolin/commit/726e0001543c7d793d69cd0b109c279e051ebf5e) Show remote nodes update in table - [`d8c3484`](https://github.com/fosrl/pangolin/commit/d8c3484ed55cc94df8cb7d636ee9637ddff29f46) Have to import from private - [`de92a28`](https://github.com/fosrl/pangolin/commit/de92a28435ab59dcc36444706753c8669cbca187) update mac models - [`2f2105a`](https://github.com/fosrl/pangolin/commit/2f2105a085aa379d975caf35ecbb11968cc1b75e) New translations en-us.json (French) - [`960fe76`](https://github.com/fosrl/pangolin/commit/960fe760f117386d4d17868df900c6f2c1d6a7c1) New translations en-us.json (Bulgarian) - [`9bb936a`](https://github.com/fosrl/pangolin/commit/9bb936a40d816dc6b31a8c987f0fd2add0e42dc5) New translations en-us.json (Czech) - [`5379b32`](https://github.com/fosrl/pangolin/commit/5379b32959def192b801bcb87960a858c9c5570e) New translations en-us.json (German) - [`6efaf9f`](https://github.com/fosrl/pangolin/commit/6efaf9f40dd7e9c2c5d0406014153f6a6e68f714) New translations en-us.json (Italian) - [`d28d3ba`](https://github.com/fosrl/pangolin/commit/d28d3ba6eaf470f42e042798fd70927942172f71) New translations en-us.json (Korean) - [`6b28f0c`](https://github.com/fosrl/pangolin/commit/6b28f0c81e5c87d6be58faf84dd19685cea80681) New translations en-us.json (Dutch) ### 📊 Changes **55 files changed** (+1347 additions, -1014 deletions) <details> <summary>View changed files</summary> 📝 `messages/bg-BG.json` (+2 -1) 📝 `messages/cs-CZ.json` (+2 -1) 📝 `messages/de-DE.json` (+2 -1) 📝 `messages/en-US.json` (+2 -1) 📝 `messages/es-ES.json` (+2 -1) 📝 `messages/fr-FR.json` (+2 -1) 📝 `messages/it-IT.json` (+2 -1) 📝 `messages/ko-KR.json` (+2 -1) 📝 `messages/nb-NO.json` (+2 -1) 📝 `messages/nl-NL.json` (+2 -1) 📝 `messages/pl-PL.json` (+2 -1) 📝 `messages/pt-PT.json` (+2 -1) 📝 `messages/ru-RU.json` (+2 -1) 📝 `messages/tr-TR.json` (+2 -1) 📝 `messages/zh-CN.json` (+2 -1) 📝 `public/screenshots/private-resources.png` (+0 -0) 📝 `server/db/mac_models.json` (+162 -128) 📝 `server/lib/alerts/events/healthCheckEvents.ts` (+265 -9) 📝 `server/lib/alerts/events/resourceEvents.ts` (+224 -7) 📝 `server/lib/alerts/events/siteEvents.ts` (+141 -6) _...and 35 more files_ </details> ### 📄 Description - **Show remote nodes update in table** - **Have to import from private** - **update mac models** - **fix credenza scroll extra spacing above footer** - **log in page improvements** - **update private resources screenshot** - **Allow configuring the webhook body** - **Fix CE not processing alert status** - **Bump version** - **dont early return on multi org** - **Fix 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-05-18 18:28:27 -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#18280