fetch_ml/internal
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
..
api refactor: update API plugins version retrieval 2026-03-12 16:40:39 -04:00
audit feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00
auth refactor: co-locate api, audit, auth tests with source code 2026-03-12 16:34:54 -04:00
config refactor: co-locate config, container, envpool, errors, experiment, jupyter tests 2026-03-12 16:35:15 -04:00
container feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00
crypto test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
domain test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
envpool refactor: co-locate config, container, envpool, errors, experiment, jupyter tests 2026-03-12 16:35:15 -04:00
errtypes refactor: co-locate config, container, envpool, errors, experiment, jupyter tests 2026-03-12 16:35:15 -04:00
experiment refactor: co-locate config, container, envpool, errors, experiment, jupyter tests 2026-03-12 16:35:15 -04:00
fileutil test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
jupyter refactor: co-locate config, container, envpool, errors, experiment, jupyter tests 2026-03-12 16:35:15 -04:00
logging refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
manifest refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
metrics refactor: Phase 6 - Complete migration, remove legacy files 2026-02-17 14:39:48 -05:00
middleware feat(crypto,auth): harden KMS and improve permission handling 2026-03-12 12:04:32 -04:00
network refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
privacy refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
prommetrics refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
queue test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
resources refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
scheduler refactor: scheduler hub bug fix, test helpers, and orphan recovery tests 2026-03-12 16:38:33 -04:00
security test(security): fix race conditions in monitor tests 2026-03-13 23:31:22 -04:00
storage fix(storage): handle NULL values and state tracking in database operations 2026-03-13 23:27:35 -04:00
store test(store): extend store coverage with edge cases and concurrency 2026-03-13 23:26:41 -04:00
telemetry refactor: co-locate security, storage, telemetry, tracking, worker tests 2026-03-12 16:37:03 -04:00
tracking feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00
validation feat: add security monitoring and validation framework 2026-02-19 15:34:25 -05:00
worker refactor: co-locate security, storage, telemetry, tracking, worker tests 2026-03-12 16:37:03 -04:00