Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/server
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg 7791e51582 fix: cross-invalidation, nonce-failure events, query key typos
- AgentUpdatesEnhanced: ['active-commands'] → ['activeCommands'] (hyphenated key
  never matched the camelCase query key, so invalidation was silently dead)
- useUpdates (install + approve): invalidate ['dashboard-stats'] and
  ['activeCommands'] on success so Dashboard and Live Operations react without
  waiting for their independent poll cycles
- Updates.tsx handleConfirmDependencies: replace window.location.reload() with
  targeted queryClient.invalidateQueries calls (BUG-017 pattern)
- LiveOperations: updateId = cmd.params?.update_id || cmd.id so "View Update
  Details" navigates to the correct update package, not the command record
- useUpdates query: add refetchInterval: 30000 / staleTime: 15000 so agent-side
  completions surface without window-focus or manual refresh
- updates.go ReportLog: emit system_event (agent_update/failed) when an
  update_agent or verify_command command returns result=failed, using
  RenderUpdateLog for operator-facing narrative
2026-05-25 15:07:24 -04:00
..
cmd/server feat: auto-heartbeat at dispatch, event narratives, policy table (migration 038) 2026-05-25 14:12:23 -04:00
internal fix: cross-invalidation, nonce-failure events, query key typos 2026-05-25 15:07:24 -04:00
.env.example refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
docker-entrypoint.sh refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
Dockerfile fix: bump agent-builder stage to golang:1.25-alpine 2026-05-24 20:11:41 -04:00
go.mod fix(VULN-001): bump x/crypto to v0.52.0, x/net; npm audit fix; golang 1.25 2026-05-24 20:07:53 -04:00
go.sum fix(VULN-001): bump x/crypto to v0.52.0, x/net; npm audit fix; golang 1.25 2026-05-24 20:07:53 -04:00