AI-powered hardware inventory management for homelab environments
Find a file
Mikkel Georgsen 17a2eb6f9f feat(01-02): custom field read/write wrappers (NB-02)
- Add ParseCustomFields: safe type-assertion mapping from map[string]interface{}
- Add BuildCustomFieldsPatch: selective flat patch map (avoids clearing unset fields)
- Add BuildFullCustomFieldsPatch: full custom fields patch for initial record creation
- Add PatchCustomFields method on Client using PatchedWritableDeviceWithConfigContextRequest
- Add custom_fields_test.go with 5 unit tests and 1 skippable integration round-trip test
2026-04-10 05:17:11 +00:00
.planning docs(01): fix plan checker blockers (research resolution, catalog updater) 2026-04-10 01:11:41 +00:00
cmd/hwlab feat(01-foundation-01): Go module init, chi server, go:embed SPA scaffold 2026-04-10 01:17:03 +00:00
internal feat(01-02): custom field read/write wrappers (NB-02) 2026-04-10 05:17:11 +00:00
web/dist feat(01-foundation-01): Go module init, chi server, go:embed SPA scaffold 2026-04-10 01:17:03 +00:00
.env.example chore: add environment config 2026-04-10 00:48:19 +00:00
.gitignore chore: add environment config 2026-04-10 00:48:19 +00:00
assets.go feat(01-foundation-01): Go module init, chi server, go:embed SPA scaffold 2026-04-10 01:17:03 +00:00
CLAUDE.md docs: create roadmap (7 phases) 2026-04-10 00:04:27 +00:00
config.json feat(01-foundation-01): viper config loader and SPA fallback fix 2026-04-10 01:27:54 +00:00
go.mod feat(01-02): NetBox client wrapper with device CRUD (NB-01) 2026-04-10 05:16:17 +00:00
go.sum feat(01-02): NetBox client wrapper with device CRUD (NB-01) 2026-04-10 05:16:17 +00:00
Makefile feat(01-foundation-01): viper config loader and SPA fallback fix 2026-04-10 01:27:54 +00:00