[PR #2017] [MERGED] 1.13.0-rc.0 #9603

Closed
opened 2026-04-30 05:47:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2017
Author: @miloschwartz
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @miloschwartz

Base: mainHead: dev


📝 Commits (10+)

  • 4ed4515 🚧 starting request analytics page
  • dc237b8 💬 update text message from the API
  • 4879855 add react compiler
  • 2bc82f4 add enpoint for getting all resource names
  • d6e8eb5 🧑‍💻add tailwind indicator component
  • 5d1f81a world map
  • 266fbb1 💄nicer colors
  • 3801354 🚧 add country code flag emoji function
  • 3750c36 Working on orchestration
  • 9420b41 Update the remote subnets

📊 Changes

492 files changed (+33268 additions, -10300 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 .nvmrc (+1 -1)
📝 Dockerfile (+10 -6)
📝 bruno/Auth/login.bru (+2 -2)
bruno/Olm/createOlm.bru (+15 -0)
bruno/Olm/folder.bru (+8 -0)
📝 bruno/bruno.json (+1 -1)
📝 config/config.example.yml (+0 -1)
📝 messages/bg-BG.json (+299 -124)
📝 messages/cs-CZ.json (+293 -118)
📝 messages/de-DE.json (+304 -129)
📝 messages/en-US.json (+295 -123)
📝 messages/es-ES.json (+296 -121)
📝 messages/fr-FR.json (+403 -228)
📝 messages/it-IT.json (+293 -118)
📝 messages/ko-KR.json (+248 -73)
📝 messages/nb-NO.json (+298 -123)
📝 messages/nl-NL.json (+299 -124)
📝 messages/pl-PL.json (+292 -117)
📝 messages/pt-PT.json (+300 -125)

...and 80 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/2017 **Author:** [@miloschwartz](https://github.com/miloschwartz) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4ed4515`](https://github.com/fosrl/pangolin/commit/4ed45152624efc3a1b4e6d0439fa8159728f1887) 🚧 starting request analytics page - [`dc237b8`](https://github.com/fosrl/pangolin/commit/dc237b8052e3c46f9e0a60140dfb0d3e9b2029ff) 💬 update text message from the API - [`4879855`](https://github.com/fosrl/pangolin/commit/487985558d3fa5ad0ff856bcd8235313ff08440c) ➕add react compiler - [`2bc82f4`](https://github.com/fosrl/pangolin/commit/2bc82f49ed5dd5dade3522fd7bea86d29c6b030c) ✨add enpoint for getting all resource names - [`d6e8eb5`](https://github.com/fosrl/pangolin/commit/d6e8eb5307486c6c7bebf135a2f74945454c7d9c) 🧑‍💻add tailwind indicator component - [`5d1f81a`](https://github.com/fosrl/pangolin/commit/5d1f81a92c556011b9776643a5788375e3b9562b) ✨ world map - [`266fbb1`](https://github.com/fosrl/pangolin/commit/266fbb176249460b65f554cf21f65eb94404b151) 💄nicer colors - [`3801354`](https://github.com/fosrl/pangolin/commit/3801354ae63a9dc69794700422c0c22385f5d853) 🚧 add country code flag emoji function - [`3750c36`](https://github.com/fosrl/pangolin/commit/3750c36aa76bfa1b2c5163c84c99e662e7e002f9) Working on orchestration - [`9420b41`](https://github.com/fosrl/pangolin/commit/9420b41e392122ec360115d1b82e3a8c6195b8da) Update the remote subnets ### 📊 Changes **492 files changed** (+33268 additions, -10300 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `.nvmrc` (+1 -1) 📝 `Dockerfile` (+10 -6) 📝 `bruno/Auth/login.bru` (+2 -2) ➕ `bruno/Olm/createOlm.bru` (+15 -0) ➕ `bruno/Olm/folder.bru` (+8 -0) 📝 `bruno/bruno.json` (+1 -1) 📝 `config/config.example.yml` (+0 -1) 📝 `messages/bg-BG.json` (+299 -124) 📝 `messages/cs-CZ.json` (+293 -118) 📝 `messages/de-DE.json` (+304 -129) 📝 `messages/en-US.json` (+295 -123) 📝 `messages/es-ES.json` (+296 -121) 📝 `messages/fr-FR.json` (+403 -228) 📝 `messages/it-IT.json` (+293 -118) 📝 `messages/ko-KR.json` (+248 -73) 📝 `messages/nb-NO.json` (+298 -123) 📝 `messages/nl-NL.json` (+299 -124) 📝 `messages/pl-PL.json` (+292 -117) 📝 `messages/pt-PT.json` (+300 -125) _...and 80 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 2026-04-30 05:47:15 -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#9603