homelabby/internal/api/handlers
Mikkel Georgsen 9db7707a64 feat(07-02): SearchHandler — NL query to NetBox filter with Tier 1 LLM
- internal/api/handlers/search.go: SearchHandler, NewSearchHandler, SearchDevices
- Sanitizes query (non-printable stripped, 200 char max) per T-07-05
- LLM extracts catalog_status/name_contains/tag; falls back to substring on parse failure
- internal/api/handlers/search_test.go: 4 tests covering 400, fallback, status filter, combined
- internal/api/router.go: wires GET /api/search with nil guard (503)
- cmd/hwlab/main.go: constructs searchHandler and passes to NewRouter
2026-04-10 07:55:07 +00:00
..
health.go feat(01-foundation-01): Go module init, chi server, go:embed SPA scaffold 2026-04-10 01:17:03 +00:00
health_test.go feat(01-foundation-01): Go module init, chi server, go:embed SPA scaffold 2026-04-10 01:17:03 +00:00
intake.go feat(04-04): integrate auto-print into intake handler 2026-04-10 06:57:27 +00:00
intake_test.go feat(04-04): integrate auto-print into intake handler 2026-04-10 06:57:27 +00:00
inventory.go feat(03-02): InventoryHandler with list+detail endpoints and 7 unit tests 2026-04-10 06:14:43 +00:00
inventory_test.go feat(03-02): InventoryHandler with list+detail endpoints and 7 unit tests 2026-04-10 06:14:43 +00:00
label.go feat(04-03): LabelHandler, USBEventsHandler, router wiring, main.go USB+printer init 2026-04-10 06:52:52 +00:00
label_test.go test(04-03): add failing handler tests for label print and USB SSE (TDD RED) 2026-04-10 06:50:51 +00:00
research.go feat(07-01): ResearchAgent worker, trigger endpoint, main.go wiring 2026-04-10 07:51:13 +00:00
search.go feat(07-02): SearchHandler — NL query to NetBox filter with Tier 1 LLM 2026-04-10 07:55:07 +00:00
search_test.go feat(07-02): SearchHandler — NL query to NetBox filter with Tier 1 LLM 2026-04-10 07:55:07 +00:00
test.go feat(05-02): add TestHandler with 3 cable-test endpoints + router wiring 2026-04-10 07:15:30 +00:00
test_test.go feat(05-02): add TestHandler with 3 cable-test endpoints + router wiring 2026-04-10 07:15:30 +00:00
usb_events.go feat(04-03): LabelHandler, USBEventsHandler, router wiring, main.go USB+printer init 2026-04-10 06:52:52 +00:00