Also improve handling tcp/udp resources in newt function so it does not loop twice
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
json_group_array was a bad way of aggregating things together in the bulk queries. Remove this.
🔄 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/307
**Author:** [@oschwartz10612](https://github.com/oschwartz10612)
**Created:** 3/8/2025
**Status:** ✅ Merged
**Merged:** 3/8/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `dev` ← **Head:** `remove_json_group_array`
---
### 📝 Commits (1)
- [`581f96d`](https://github.com/fosrl/pangolin/commit/581f96daa872bd8f0551344a82ab12bcf75de665) Remove json_group_array from queries
### 📊 Changes
**2 files changed** (+150 additions, -107 deletions)
<details>
<summary>View changed files</summary>
📝 `server/routers/newt/handleRegisterMessage.ts` (+75 -59)
📝 `server/routers/traefik/getTraefikConfig.ts` (+75 -48)
</details>
### 📄 Description
Also improve handling tcp/udp resources in newt function so it does not loop twice
## 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
json_group_array was a bad way of aggregating things together in the bulk queries. Remove this.
Resolves #204
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/307
Author: @oschwartz10612
Created: 3/8/2025
Status: ✅ Merged
Merged: 3/8/2025
Merged by: @oschwartz10612
Base:
dev← Head:remove_json_group_array📝 Commits (1)
581f96dRemove json_group_array from queries📊 Changes
2 files changed (+150 additions, -107 deletions)
View changed files
📝
server/routers/newt/handleRegisterMessage.ts(+75 -59)📝
server/routers/traefik/getTraefikConfig.ts(+75 -48)📄 Description
Also improve handling tcp/udp resources in newt function so it does not loop twice
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
json_group_array was a bad way of aggregating things together in the bulk queries. Remove this.
Resolves #204
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.