mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[PR #2491] [MERGED] fix(install): add error handling, code cleanups, and YAML type refactor #4933
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/2491
Author: @rodneyosodo
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @oschwartz10612
Base:
dev← Head:fix/install📝 Commits (2)
ffbea7afix(install): add error handling and minor code cleanups952d0c7refactor(install): use any for YAML map types instead of interface{}📊 Changes
5 files changed (+91 additions, -65 deletions)
View changed files
📝
install/config.go(+19 -20)📝
install/containers.go(+7 -6)📝
install/crowdsec.go(+19 -10)📝
install/input.go(+8 -6)📝
install/main.go(+38 -23)📄 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
Improves the install package with better error handling and code quality cleanups across multiple files. Replaces
interface{}withanyfor YAML map types to use modern Go idioms.How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.