mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 17:20:36 -05:00
[PR #1592] [MERGED] Add ordered priority for path-based routing rules #2615
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/1592
Author: @Pallavikumarimdb
Created: 9/30/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @oschwartz10612
Base:
dev← Head:ordered-priority-in-path-routing-rules📝 Commits (7)
b47fc9ffrontend for ordered priorityff2bcfbbackend setup1e4ca69priority add for traefik config setup0438342fix priority inside blueprintsb6c76a2add priority type22477b7add removed rewrite schemae4c0a15Add to oss traefik config and fix create/update📊 Changes
11 files changed (+199 additions, -38 deletions)
View changed files
📝
server/db/pg/schema.ts(+2 -1)📝
server/db/sqlite/schema.ts(+2 -1)📝
server/lib/blueprints/proxyResources.ts(+4 -2)📝
server/lib/blueprints/types.ts(+2 -1)📝
server/lib/traefik/getTraefikConfig.ts(+31 -5)📝
server/lib/traefik/privateGetTraefikConfig.ts(+41 -15)📝
server/routers/target/createTarget.ts(+6 -2)📝
server/routers/target/listTargets.ts(+2 -1)📝
server/routers/target/updateTarget.ts(+6 -2)📝
src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx(+54 -5)📝
src/app/[orgId]/settings/resources/create/page.tsx(+49 -3)📄 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
Implements priority handling for path-based routing.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.