Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/server/internal/database
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg c0a717ab26 fix: README, .env.example, ErrorBoundary, client-logger, HEALTHCHECK, Docker hygiene
- README: version v0.2.6.8, corrected stale gate claim, updated changelog
- .env.example: merged two competing files into one, deleted bootstrap duplicate
- ErrorBoundary: new component wrapping app, prevents white-screen crashes
- Layout sidebar: version display from /api/health, Docs link to GitHub
- client-logger: debug/trace logger gated behind localStorage.redflag_debug=1,
  routes through existing /logs/client-error server endpoint (ETHOS #1)
- All web console.log calls rerouted through client-logger instead of deleted
- Server health endpoint returns version field
- Server accepts client_debug/client_trace in error_type validation
- Dockerfiles: pinned alpine:latest->3.21, nginx:alpine->1.27-alpine,
  added HEALTHCHECK directives
- docker-compose: healthcheck blocks for server and web services
- .dockerignore: created to slim Docker build context
2026-06-08 18:23:39 -04:00
..
migrations give the system a window you can scrape, and patch a migration that couldn't run twice 2026-06-07 20:59:29 -04:00
queries fix: README, .env.example, ErrorBoundary, client-logger, HEALTHCHECK, Docker hygiene 2026-06-08 18:23:39 -04:00
db.go taught the rocks to stop tripping over each other under load 2026-06-07 19:17:08 -04:00
db_test.go taught the rocks to stop tripping over each other under load 2026-06-07 19:17:08 -04:00
migration_runner_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
refresh_token_cleanup_test.go refactor: rename aggregator-agent to agent for public release 2026-05-21 13:19:18 -04:00
stuck_command_retry_test.go feat: agent resilience knobs, shared polling loop, settings restructure 2026-05-28 21:45:04 -04:00