[PR #2543] [MERGED] 1.16.0-rc.0 #11821

Closed
opened 2026-05-06 16:26:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

  • ffbea7a fix(install): add error handling and minor code cleanups
  • 952d0c7 refactor(install): use any for YAML map types instead of interface{}
  • 9460e28 ehance(installer): use ldflags to inject versions
  • e8398cb enhance(installer): use huh package to handle input
  • 848d4d9 fix sidebar
  • c71f46e move copy button and fix translation
  • 8ea6d9f add get user by username search endpoint to integration api
  • c64dd14 fix: correct session DELETE tautology and HTTP cookie domain interpolation
  • c600da7 fix: sync resource toggle states with context on initial load
  • 0ea38ea Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2543 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ffbea7a`](https://github.com/fosrl/pangolin/commit/ffbea7af59eb549daa5cb3be8f031916e5f52861) fix(install): add error handling and minor code cleanups - [`952d0c7`](https://github.com/fosrl/pangolin/commit/952d0c74d0b88d8a65a44c5b18aa03c9921a2ca0) refactor(install): use any for YAML map types instead of interface{} - [`9460e28`](https://github.com/fosrl/pangolin/commit/9460e28c7bc190465c7697dac2cecee0da3b2a35) ehance(installer): use ldflags to inject versions - [`e8398cb`](https://github.com/fosrl/pangolin/commit/e8398cb221da44f84555d66d6fcae6fdfc3dddf6) enhance(installer): use huh package to handle input - [`848d4d9`](https://github.com/fosrl/pangolin/commit/848d4d91e6f71e2f92fb0a29adecd2a5fb195a66) fix sidebar - [`c71f46e`](https://github.com/fosrl/pangolin/commit/c71f46ede569907356e1b441fe96a2dd35868019) move copy button and fix translation - [`8ea6d9f`](https://github.com/fosrl/pangolin/commit/8ea6d9fa67af558fbd626e06e0c59a77d40cff76) add get user by username search endpoint to integration api - [`c64dd14`](https://github.com/fosrl/pangolin/commit/c64dd14b1a1fcc410c1adb6b02e063ce9d97c9b6) fix: correct session DELETE tautology and HTTP cookie domain interpolation - [`c600da7`](https://github.com/fosrl/pangolin/commit/c600da71e3ffb873ba0ad27fe49363a44bccd9ae) fix: sync resource toggle states with context on initial load - [`0ea38ea`](https://github.com/fosrl/pangolin/commit/0ea38ea56824dd51eb9cf605907c2c03359ceb2d) Merge pull request #2535 from Abhinav-kodes/fix-resource-session-delete-cookie ### 📊 Changes **45 files changed** (+1114 additions, -317 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 16:26:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#11821