mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 15:25:33 -05:00
[PR #307] [MERGED] Remove json_group_array from queries #810
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.