mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[PR #2543] [MERGED] 1.16.0-rc.0 #11821
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/2543
Author: @oschwartz10612
Created: 2/25/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
ffbea7afix(install): add error handling and minor code cleanups952d0c7refactor(install): use any for YAML map types instead of interface{}9460e28ehance(installer): use ldflags to inject versionse8398cbenhance(installer): use huh package to handle input848d4d9fix sidebarc71f46emove copy button and fix translation8ea6d9fadd get user by username search endpoint to integration apic64dd14fix: correct session DELETE tautology and HTTP cookie domain interpolationc600da7fix: sync resource toggle states with context on initial load0ea38eaMerge pull request #2535 from Abhinav-kodes/fix-resource-session-delete-cookie📊 Changes
45 files changed (+1114 additions, -317 deletions)
View changed files
📝
.github/workflows/cicd.yml(+5 -13)📝
install/Makefile(+17 -34)📝
install/config.go(+19 -20)📝
install/config/docker-compose.yml(+1 -3)📝
install/containers.go(+7 -6)📝
install/crowdsec.go(+19 -10)📝
install/go.mod(+29 -1)📝
install/go.sum(+79 -0)📝
install/input.go(+204 -61)📝
install/main.go(+76 -58)➕
install/theme.go(+51 -0)📝
messages/bg-BG.json(+1 -1)📝
messages/cs-CZ.json(+1 -1)📝
messages/de-DE.json(+1 -1)📝
messages/en-US.json(+3 -2)📝
messages/es-ES.json(+1 -1)📝
messages/fr-FR.json(+1 -1)📝
messages/it-IT.json(+1 -1)📝
messages/ko-KR.json(+1 -1)📝
messages/nb-NO.json(+1 -1)...and 25 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.