fetch_ml/cmd
Jeremie Fraeys cb142213fa
chore(build): update build system, Dockerfiles, and dependencies
Build and deployment improvements:

Makefile:
- Native library build targets with ASan support
- Cross-platform compilation helpers
- Performance benchmark targets
- Security scan integration

Docker:
- secure-prod.Dockerfile: Hardened production image (non-root, minimal surface)
- simple.Dockerfile: Lightweight development image

Scripts:
- build/: Go and native library build scripts, cross-platform builds
- ci/: checks.sh, test.sh, verify-paths.sh for validation
- benchmarks/: Local performance testing and regression tracking
- dev/: Monitoring setup

Dependencies: Update to latest stable with security patches

Commands:
- api-server/main.go: Server initialization updates
- data_manager/data_sync.go: Data sync with visibility
- errors/main.go: Error handling improvements
- tui/: TUI improvements for group management
2026-03-08 13:03:48 -04:00
..
api-server chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
audit-verifier feat(audit): Tamper-evident audit chain verification system 2026-02-23 19:43:50 -05:00
configlint ci: align workflows, build scripts, and docs with current architecture 2026-01-05 12:34:23 -05:00
data_manager chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
db-utils refactor(utilities): update supporting modules for scheduler integration 2026-02-26 12:07:15 -05:00
errors chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
gen-keys refactor(go): Update Go commands and TUI controller 2026-02-23 14:13:14 -05:00
performance-regression-detector chore(build): update build system, scripts, and additional tests 2026-02-12 12:05:55 -05:00
profiler chore(build): update build system, scripts, and additional tests 2026-02-12 12:05:55 -05:00
scheduler refactor(scheduler,worker): improve service management and GPU detection 2026-03-08 13:03:15 -04:00
tui chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
user_manager feat: implement Argon2id hashing and Ed25519 manifest signing 2026-02-19 15:34:20 -05:00
worker feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00