mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-08 23:03:48 -05:00
[PR #319] [MERGED] 1.0.1 #811
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/319
Author: @miloschwartz
Created: 3/10/2025
Status: ✅ Merged
Merged: 3/10/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
654ed46Return 401 instead of 400 on bad login07eb422Add back metrics port for scripting5871beaReset port when entering targets535b4e1Add clean up our few tests and add tests for #22833ff2fbAllow matching parts of words in path581f96dRemove json_group_array from queriesb9d83a2add es.md9253dd1Merge pull request #307 from fosrl/remove_json_group_arrayc93b36cremove environment variable support and config file autogenerationd22dcfbOptimize container size📊 Changes
33 files changed (+15663 additions, -513 deletions)
View changed files
📝
.dockerignore(+0 -1)📝
.gitignore(+0 -1)📝
Dockerfile(+8 -11)➖
config/traefik/dynamic_config.example.yml(+0 -53)➖
config/traefik/traefik_config.example.yml(+0 -44)📝
install/config/crowdsec/docker-compose.yml(+4 -0)➕
internationalization/es.md(+291 -0)📝
next.config.mjs(+2 -1)➕
package-lock.json(+14861 -0)📝
server/lib/config.ts(+10 -161)📝
server/lib/ip.test.ts(+1 -57)➕
server/lib/validators.test.ts(+71 -0)📝
server/lib/validators.ts(+0 -5)📝
server/routers/accessToken/listAccessTokens.ts(+12 -2)📝
server/routers/auth/login.ts(+3 -3)➕
server/routers/badger/verifySession.test.ts(+67 -0)📝
server/routers/badger/verifySession.ts(+29 -3)📝
server/routers/newt/handleRegisterMessage.ts(+75 -59)📝
server/routers/resource/getResource.ts(+14 -5)📝
server/routers/resource/updateResource.ts(+6 -1)...and 13 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.