jfraeysd
  • Joined on 2026-01-18
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:58:12 -05:00
2d66a85abc ci: add SHA256 verification for SQLite and fix CLI build
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:54:21 -05:00
aaef56e13e ci: merge ci-native.yml into ci.yml and remove duplicates
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:48:16 -05:00
f6c3e650b5 fix(build): disable openssl in rsync build to fix missing headers
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:46:19 -05:00
2e2bba47a2 fix(build): disable pipefail around tar head pipe to prevent SIGPIPE
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:44:31 -05:00
7bc1c8a982 fix(build): avoid SIGPIPE in rsync SHA256 verification
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:42:38 -05:00
97c066af4f fix(build): add rsync SHA256 hash to skip GPG verification
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:39:53 -05:00
5f2fc66200 fix(ci): correct Zig download URLs to ziglang.org format
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 20:37:58 -05:00
f9e80f8bdf ci: remove all caching from CI workflow
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 18:19:03 -05:00
169dd98642 fix(ci): use GitHub releases for Zig download with better error handling
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-21 18:00:44 -05:00
ed7b5032a9 build: update Makefile and TUI controller integration
be39b37aec feat: native GPU detection and NVML bridge for macOS and Linux
1a1844e9e9 fix(cli): remaining ArrayList API fixes in dataset and queue commands
b1c9bc97fc fix(cli): CLI structure, manifest, and asset fixes
382c67edfc fix(cli): WebSocket protocol and sync command fixes
Compare 72 commits »
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-18 16:05:22 -05:00
a64233d4f6 fix: CLI now properly rejects unknown commands
d78a5e5d7f fix: improve skip logic for integration and e2e tests
1436e0ccc2 fix: update test setup with docker-compose for Redis
0687ffa21f refactor: move queue spec tests to tests/unit/ and fix test failures
8271277dc3 feat: implement research-grade maintainability phases 2, 5, 8, 10
Compare 22 commits »
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-18 12:46:33 -05:00
8ecdd36155 test(integration): add websocket queue and hash benchmarks
96a8e139d5 refactor(internal): update native bridge and queue integration
f9bba8a0fc refactor(cli): reorganize queue commands and add logs test
6c83bda608 test(benchmarks): add tolerance to response packet regression test
38c09c92bb test(benchmarks): fix native lib benchmarks when disabled
Compare 54 commits »
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 18:08:28 -05:00
3bd118f2d3 ci: fix Hugo installation - aggressively remove old versions and use absolute paths
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 18:07:11 -05:00
52b20ca7ae ci: trigger workflow test
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 14:18:37 -05:00
580288b166 fix(ci): remove codecov/codecov-action - not available on Forgejo instance
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 14:14:40 -05:00
bdcb134582 ci: replace setup-zig action with manual installation for Forgejo compatibility
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 14:12:29 -05:00
4c82237608 ci: performance optimizations - native lib caching, docker layer caching, path filtering, apt caching
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 14:09:59 -05:00
5695d847ca ci: add Redis service to ci-native.yml for test isolation
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 13:56:12 -05:00
1de9cc2738 fix: add missing C++ headers for queue and condition_variable
jfraeysd pushed to main at jfraeysd/fetch_ml 2026-02-12 13:54:09 -05:00
1f0881e70f ci: install cmake in test-native job (jobs don't share packages)