Block a user
shahondin1624
deleted branch feature/issue-22-secrets-scaffold from llm-multiverse/llm-multiverse
2026-03-09 08:02:55 +01:00
feat: scaffold Secrets Service Rust project (#22)
feat: scaffold Secrets Service Rust project (#22)
shahondin1624
pushed to feature/issue-22-secrets-scaffold at llm-multiverse/llm-multiverse
2026-03-09 08:02:40 +01:00
shahondin1624
created branch feature/issue-22-secrets-scaffold in llm-multiverse/llm-multiverse
2026-03-09 08:02:40 +01:00
Integration tests for Audit Service
Implement Append gRPC endpoint
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…
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
deleted branch feature/issue-20-21-audit-endpoint-tests from llm-multiverse/llm-multiverse
2026-03-09 07:59:29 +01:00
feat: Append gRPC endpoint + integration tests (#20, #21)
feat: Append gRPC endpoint + integration tests (#20, #21)
shahondin1624
pushed to feature/issue-20-21-audit-endpoint-tests at llm-multiverse/llm-multiverse
2026-03-09 07:59:08 +01:00
shahondin1624
created branch feature/issue-20-21-audit-endpoint-tests in llm-multiverse/llm-multiverse
2026-03-09 07:59:08 +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
deleted branch feature/issue-19-audit-log-backend from llm-multiverse/llm-multiverse
2026-03-09 07:53:18 +01:00
Implement append-only file log backend