Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/agent/internal/migration
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg 99d97a07ee v0.2.9.0 — Windows desktop tray ships; unified Agents & Enrollment page
Desktop:
- Windows tray cross-compiled (cargo-xwin), installed with per-user
  autostart Run key; tray actions trigger_scan/approve_update wired to
  the local API
- Linux tray off the service child-spawn path — XDG autostart only, kills
  the double-launch
- signalDesktopRestart no longer no-ops on Windows (taskkill /F /IM)
- server serves /desktop/:platform/:arch

Web:
- TokenManagement + AgentManagement folded into one Agents & Enrollment
  settings page (useRegistrationTokens hook)

Agent/server:
- platform-aware self-update staging (constants/paths.go), no more
  hardcoded /var/lib/redflag
- consumer helper gated: sudo systemd-run on Linux, child proc elsewhere
- migration 060 drops the never-used token_seats table
- droppage of dead constructors and orphaned windows.go service methods
2026-06-15 20:51:44 -04:00
..
pathutils refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
validation feat: wire TeeLogger through agent loop for structured dual-output logging 2026-06-11 02:01:43 -04:00
detection.go fix: migration loop caused by phantom config_v5_migration 2026-06-08 16:00:56 -04:00
docker.go fix(CRITICAL-003): convert all timestamps to UTC/TIMESTAMPTZ (migration 036) 2026-05-24 20:08:10 -04:00
docker_executor.go feat: wire TeeLogger through agent loop for structured dual-output logging 2026-06-11 02:01:43 -04:00
ethos_emoji_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
executor.go v0.2.9.0 — Windows desktop tray ships; unified Agents & Enrollment page 2026-06-15 20:51:44 -04:00
executor_config_v5_test.go fix: migration loop caused by phantom config_v5_migration 2026-06-08 16:00:56 -04:00
state.go fix: migration loop caused by phantom config_v5_migration 2026-06-08 16:00:56 -04:00