Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/agent
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg b7eba59dd8 0.2.3.0: fix dnf dry-run success detection, clear stale auth on logout
dnf DryRun: --assumeno cancels the transaction, so DNF exits non-zero
even on a dry run that resolved cleanly — the old check failed those
(curl-style single-package upgrades with no extra deps showed FAILED).
But non-empty stdout is not success either: 'No match for argument',
'Nothing to do', and 'Error:' all print output and exit non-zero, and
treating them as success would mint a capability token for a transaction
that never installs (fail-open). Gate on an actually-resolved
transaction (a 'Transaction Summary' block, which never coexists with
'Nothing to do') instead.

web logout: clear the zustand persist key (auth-storage) alongside
auth_token and user, so a JWT from a prior server reinstall (JWT_SECRET
rotation) does not survive a logout + re-login cycle. Drop the redundant
localStorage removal in Layout — the store owns logout cleanup.
2026-05-31 21:19:32 -04:00
..
cmd auth: instancelock, GetRefreshTokenForRenew, FOR UPDATE 2026-05-29 13:08:12 -04:00
internal 0.2.3.0: fix dnf dry-run success detection, clear stale auth on logout 2026-05-31 21:19:32 -04:00
pkg/windowsupdate chore: add windowsupdate COM interface stubs and update third-party licenses 2026-05-21 13:48:42 -04:00
test-config refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
go.mod feat: package-centric updates, version timeline, and registry-gap closure (v0.2.0.7) 2026-05-28 20:25:59 -04:00
go.sum feat: package-centric updates, version timeline, and registry-gap closure (v0.2.0.7) 2026-05-28 20:25:59 -04:00
install.sh feat: install/sync/RL hardening + upstream version sync subsystem 2026-05-23 15:12:20 -04:00
NOTICE refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
uninstall.sh refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00