Files
corrosion-admin-panel/backend-nest
Vantz Stockwell 7bf3e5639e
All checks were successful
Test Asgard Runner / test (push) Successful in 3s
feat: Wire NATS command publishing for server commands and plugin installs
- servers.service: sendCommand() now throws InternalServerErrorException on
  NATS failure instead of silently succeeding; returns { success, message }
  instead of the legacy { output } shape; adds NestJS Logger
- plugins.service: installPlugin() dispatches plugin_install to
  corrosion.{license_id}.cmd.server after DB save; NATS failure is logged
  but non-fatal so the DB record is preserved regardless

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 15:59:59 -05:00
..