[PR #1834] [MERGED] Small Bug Fixes #1242

Closed
opened 2025-11-13 12:21:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1834
Author: @oschwartz10612
Created: 11/9/2025
Status: Merged
Merged: 11/9/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • ad425e8 add transaction while deleting targets
  • 1b3eb32 Show targets and status icons in the dashboard
  • f211880 remove status check and add column filtering on all of the tables
  • 8e5dde8 list targes in frontend
  • cdf7708 get niceid
  • 49bc2dc fix duplicate
  • ad6bb3d fix type error
  • 54f7525 add status column in resource table
  • 4159213 Merge pull request #1788 from Pallavikumarimdb/fix/deleting-and-adding-back-a-target
  • 6dd161f Add fosrl

📊 Changes

34 files changed (+918 additions, -438 deletions)

View changed files

📝 .github/workflows/cicd.yml (+1 -1)
📝 install/containers.go (+2 -2)
📝 messages/bg-BG.json (+23 -8)
📝 messages/cs-CZ.json (+22 -7)
📝 messages/de-DE.json (+46 -31)
📝 messages/en-US.json (+21 -7)
📝 messages/es-ES.json (+22 -7)
📝 messages/fr-FR.json (+47 -32)
📝 messages/it-IT.json (+23 -8)
📝 messages/ko-KR.json (+22 -7)
📝 messages/nb-NO.json (+22 -7)
📝 messages/nl-NL.json (+23 -8)
📝 messages/pl-PL.json (+23 -8)
📝 messages/pt-PT.json (+21 -6)
📝 messages/ru-RU.json (+23 -8)
📝 messages/tr-TR.json (+22 -7)
📝 messages/zh-CN.json (+22 -7)
📝 server/lib/blueprints/proxyResources.ts (+13 -4)
📝 server/lib/consts.ts (+1 -1)
📝 server/lib/traefik/getTraefikConfig.ts (+4 -2)

...and 14 more files

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

How to test?


🔄 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/1834 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ad425e8`](https://github.com/fosrl/pangolin/commit/ad425e8d9e87240d5f1ddb05c6db5684c116611d) add transaction while deleting targets - [`1b3eb32`](https://github.com/fosrl/pangolin/commit/1b3eb32bf4eedeb2bd8aceec0d4b34601eb1ce4b) Show targets and status icons in the dashboard - [`f211880`](https://github.com/fosrl/pangolin/commit/f21188000e4164f979adc055078634075dccf8ef) remove status check and add column filtering on all of the tables - [`8e5dde8`](https://github.com/fosrl/pangolin/commit/8e5dde887c6d1c19fcbc27d4d59da5815c4965eb) list targes in frontend - [`cdf7708`](https://github.com/fosrl/pangolin/commit/cdf77087cdd6e035ad743b03d966ff893657d482) get niceid - [`49bc2dc`](https://github.com/fosrl/pangolin/commit/49bc2dc5dae5288c392e6061e94bba946d51fee8) fix duplicate - [`ad6bb3d`](https://github.com/fosrl/pangolin/commit/ad6bb3da9fc8db4e018ebb1b36ff12e422761758) fix type error - [`54f7525`](https://github.com/fosrl/pangolin/commit/54f7525f1bf55ee2f288821301a860225e4fe43f) add status column in resource table - [`4159213`](https://github.com/fosrl/pangolin/commit/41592133a6657cdd78390093d4a50cf071d6ea46) Merge pull request #1788 from Pallavikumarimdb/fix/deleting-and-adding-back-a-target - [`6dd161f`](https://github.com/fosrl/pangolin/commit/6dd161fe177430e95a513321f7bd1e375141004f) Add fosrl ### 📊 Changes **34 files changed** (+918 additions, -438 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/cicd.yml` (+1 -1) 📝 `install/containers.go` (+2 -2) 📝 `messages/bg-BG.json` (+23 -8) 📝 `messages/cs-CZ.json` (+22 -7) 📝 `messages/de-DE.json` (+46 -31) 📝 `messages/en-US.json` (+21 -7) 📝 `messages/es-ES.json` (+22 -7) 📝 `messages/fr-FR.json` (+47 -32) 📝 `messages/it-IT.json` (+23 -8) 📝 `messages/ko-KR.json` (+22 -7) 📝 `messages/nb-NO.json` (+22 -7) 📝 `messages/nl-NL.json` (+23 -8) 📝 `messages/pl-PL.json` (+23 -8) 📝 `messages/pt-PT.json` (+21 -6) 📝 `messages/ru-RU.json` (+23 -8) 📝 `messages/tr-TR.json` (+22 -7) 📝 `messages/zh-CN.json` (+22 -7) 📝 `server/lib/blueprints/proxyResources.ts` (+13 -4) 📝 `server/lib/consts.ts` (+1 -1) 📝 `server/lib/traefik/getTraefikConfig.ts` (+4 -2) _...and 14 more files_ </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description ## How to test? --- <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 2025-11-13 12:21:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1242