[PR #307] [MERGED] Remove json_group_array from queries #810

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

📋 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: devHead: remove_json_group_array


📝 Commits (1)

  • 581f96d Remove 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.

## 📋 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>
GiteaMirror added the pull-request label 2025-11-13 12:11:24 -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#810