mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-14 19:05:26 -05:00
[PR #1199] [CLOSED] Update versions #988
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/1199
Author: @Lokowitz
Created: 8/1/2025
Status: ❌ Closed
Base:
main← Head:update-versions📝 Commits (10+)
d38656eadd clients to int apib351520add clients enabled middleware69802e7Org is not optionalf0138faImprove gerbil logging36d0b83Fix errors again9b1cd5fIgnore the config dir39c5101Merge branch 'main' into dev0151f8aFix bad sourcePortea6f803Add createdAt to org6d359b6Add createdAt to org insert📊 Changes
24 files changed (+279 additions, -62 deletions)
View changed files
📝
.dockerignore(+1 -0)📝
.github/dependabot.yml(+22 -0)📝
.github/workflows/cicd.yml(+1 -1)📝
docker-compose.example.yml(+1 -1)📝
docker-compose.yml(+2 -1)📝
install/config/crowdsec/traefik_config.yml(+1 -1)📝
install/config/docker-compose.yml(+1 -1)📝
install/go.mod(+3 -3)📝
install/go.sum(+4 -4)📝
messages/en-US.json(+5 -0)📝
server/db/pg/schema.ts(+2 -1)📝
server/db/sqlite/schema.ts(+2 -1)📝
server/middlewares/integration/index.ts(+1 -0)➕
server/middlewares/integration/verifyApiKeyClientAccess.ts(+86 -0)📝
server/routers/client/getClient.ts(+9 -9)📝
server/routers/client/pickClientDefaults.ts(+1 -1)📝
server/routers/client/updateClient.ts(+6 -3)📝
server/routers/gerbil/peers.ts(+54 -23)📝
server/routers/gerbil/updateHolePunch.ts(+8 -5)📝
server/routers/integration.ts(+52 -2)...and 4 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.