Pulse/internal/resources
rcourtman 71bcc570ad fix: Add nil checks in findDuplicate() to prevent crash. Related to #1119
When a resource exists in the hostname or IP index but has been removed from
the main resources map, looking up and accessing .Type would cause a nil
pointer dereference panic.

The MachineID lookup already had this check, but hostname and IP lookups
were missing it. This adds consistent nil checking across all three lookup
paths.
2026-01-18 13:41:00 +00:00
..
converters.go feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
converters_coverage_test.go Improve internal package test coverage 2025-12-29 17:25:21 +00:00
converters_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
coverage_test.go Improve internal package test coverage 2025-12-29 17:25:21 +00:00
ip_filtering_test.go feat: AI integration, Docker metrics, RAID display, and infrastructure improvements 2025-12-09 09:29:27 +00:00
platform_data.go feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
populate_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00
resource.go feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
store.go fix: Add nil checks in findDuplicate() to prevent crash. Related to #1119 2026-01-18 13:41:00 +00:00
store_test.go fix: Add nil checks in findDuplicate() to prevent crash. Related to #1119 2026-01-18 13:41:00 +00:00