Jason Staack
b3dbd1e6b9
feat(16-03): add credential type parsers for RouterOS and SNMP
...
- SNMPCredential struct with v1/v2c/v3 field support
- ParseRouterOSCredentials handles typed and legacy no-type-field JSON
- ParseSNMPCredentials handles snmp_v1, snmp_v2c, snmp_v3 types
- credentialEnvelope for type-agnostic type field peeking
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-21 18:27:09 -05:00
Jason Staack
70c3d8ac7a
test(16-03): add failing tests for credential type parsers
...
- ParseRouterOSCredentials: typed, legacy no-type-field, SNMP rejection, edge cases
- ParseSNMPCredentials: v1, v2c, v3 auth_priv, RouterOS rejection, legacy rejection
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-21 18:25:59 -05:00
Jason Staack
e19745c1ba
fix(ci): resolve Go lint and test failures in poller
...
- Add .golangci.yml to configure golangci-lint (disables errcheck which
fires excessively on idiomatic defer Close() patterns; suppresses SA1019
and ST1000 staticcheck rules)
- Fix testutil devicesSchema missing columns: certificate_authorities table,
encrypted_credentials_transit, tls_mode, ssh_port, ssh_host_key_fingerprint
— all required by FetchDevices/GetDevice LEFT JOIN queries
- Remove dead collectHealthError function from device/health.go (unused)
- Fix S1009 staticcheck: remove redundant nil check before len() in vault/cache.go
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 22:22:53 -05:00
Jason Staack
970501e453
feat: implement Remote WinBox worker, API, frontend integration, OpenBao persistence, and supporting docs
2026-03-14 09:05:14 -05:00
Jason Staack
b840047e19
feat: The Other Dude v9.0.1 — full-featured email system
...
ci: add GitHub Pages deployment workflow for docs site
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 19:30:44 -05:00