shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-09 08:02:55 +01:00
cae9739108 Merge pull request 'feat: scaffold Secrets Service Rust project (#22)' (#107) from feature/issue-22-secrets-scaffold into main
732e3f28b8 feat: scaffold Secrets Service Rust project (#22)
Compare 2 commits »
shahondin1624 deleted branch feature/issue-22-secrets-scaffold from llm-multiverse/llm-multiverse 2026-03-09 08:02:55 +01:00
shahondin1624 merged pull request llm-multiverse/llm-multiverse#107 2026-03-09 08:02:54 +01:00
feat: scaffold Secrets Service Rust project (#22)
shahondin1624 created pull request llm-multiverse/llm-multiverse#107 2026-03-09 08:02:50 +01:00
feat: scaffold Secrets Service Rust project (#22)
732e3f28b8 feat: scaffold Secrets Service Rust project (#22)
shahondin1624 closed issue llm-multiverse/llm-multiverse#21 2026-03-09 07:59:38 +01:00
Integration tests for Audit Service
shahondin1624 closed issue llm-multiverse/llm-multiverse#20 2026-03-09 07:59:37 +01:00
Implement Append gRPC endpoint
shahondin1624 commented on issue llm-multiverse/llm-multiverse#21 2026-03-09 07:59:34 +01:00
Integration tests for Audit Service

Implemented in PR #106. Created 9 integration tests that spin up real gRPC servers and test the full client→server flow: successful append with file verification, all validation error paths, hash…

shahondin1624 commented on issue llm-multiverse/llm-multiverse#20 2026-03-09 07:59:33 +01:00
Implement Append gRPC endpoint

Implemented in PR #106. Added input validation for session_id, agent_id, action (non-UNSPECIFIED), and context.session_id. 6 new unit tests covering all validation paths. Clippy clean, all tests pass.

shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-09 07:59:29 +01:00
94740f3c3f Merge pull request 'feat: Append gRPC endpoint + integration tests (#20, #21)' (#106) from feature/issue-20-21-audit-endpoint-tests into main
69d2f4a751 feat: implement Append gRPC endpoint with validation and integration tests (#20, #21)
Compare 2 commits »
shahondin1624 deleted branch feature/issue-20-21-audit-endpoint-tests from llm-multiverse/llm-multiverse 2026-03-09 07:59:29 +01:00
shahondin1624 merged pull request llm-multiverse/llm-multiverse#106 2026-03-09 07:59:28 +01:00
feat: Append gRPC endpoint + integration tests (#20, #21)
shahondin1624 created pull request llm-multiverse/llm-multiverse#106 2026-03-09 07:59:22 +01:00
feat: Append gRPC endpoint + integration tests (#20, #21)
69d2f4a751 feat: implement Append gRPC endpoint with validation and integration tests (#20, #21)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#19 2026-03-09 07:53:22 +01:00
Implement append-only file log backend

Implemented in PR #105. AuditLogWriter with SHA-256 hash chain, fsync, file rotation, serde_json serialization. 16 tests pass, clippy clean.

shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-09 07:53:18 +01:00
899ebb3477 Merge pull request 'feat: implement append-only file log backend (#19)' (#105) from feature/issue-19-audit-log-backend into main
e9713cb1a7 feat: implement append-only file log backend (#19)
Compare 2 commits »
shahondin1624 deleted branch feature/issue-19-audit-log-backend from llm-multiverse/llm-multiverse 2026-03-09 07:53:18 +01:00
shahondin1624 closed issue llm-multiverse/llm-multiverse#19 2026-03-09 07:53:18 +01:00
Implement append-only file log backend