fetch_ml/internal/tracking
Jeremie Fraeys 7efefa1933
feat(native): implement Rust native layer as a test
- queue_index: mmap-based priority queue with safe storage wrapper
- dataset_hash: BLAKE3 parallel hashing with rayon
- common: FFI utilities with panic recovery
- Minimal deps: ~20 total (rayon, blake3, memmap2, walkdir, chrono)
- Drop crossbeam, prometheus - use stdlib + manual metrics
- Makefile: cargo build targets, help text updated
- Forgejo CI: clippy, tests, miri, cargo-deny
- C FFI compatible with existing Go bindings
2026-03-14 17:45:58 -04:00
..
factory test(tracking): add factory plugin loader tests 2026-03-13 23:26:52 -04:00
plugins feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00
config_hash_test.go refactor: co-locate security, storage, telemetry, tracking, worker tests 2026-03-12 16:37:03 -04:00
environment_capture_test.go refactor: co-locate security, storage, telemetry, tracking, worker tests 2026-03-12 16:37:03 -04:00
plugin.go refactor(utilities): update supporting modules for scheduler integration 2026-02-26 12:07:15 -05:00
plugin_test.go test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00