| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-03 | remove depricated audit mode label ci / production ~> isolated / shared | DanConwayDev | |
| 2025-12-02 | refactor: rename AuditMode variants and change CLI default to shared | DanConwayDev | |
| Breaking change: Renamed AuditMode enum variants for clarity: - AuditMode::CI -> AuditMode::Isolated (fresh fixtures per test) - AuditMode::Production -> AuditMode::Shared (reuse fixtures across tests) Config constructors renamed (with deprecated aliases): - AuditConfig::ci() -> AuditConfig::isolated() - AuditConfig::production() -> AuditConfig::shared() CLI default changed from 'ci' to 'shared' mode, which enables fixture caching across tests. This fixes the issue where fixtures were being re-created for every test in CLI mode. Fixture caching behavior: - Shared mode (CLI default): Uses client's cache, fixtures reused - Isolated mode (for cargo test): Local cache per TestContext | |||
| 2025-12-01 | fix cargo clippy and fmt warnings | DanConwayDev | |
| 2025-11-28 | audit: fix shared test context to minimise events sent to production relays | DanConwayDev | |
| 2025-11-28 | audit: stop checking git_data_directory | DanConwayDev | |
| 2025-11-28 | add git http advertisment allow-reachable-sha1-in-want and ↵ | DanConwayDev | |
| allow-tip-sha1-in-want | |||
| 2025-11-28 | fix running audit with production flag | DanConwayDev | |
| no events were allowed to be published which broke most tests | |||
| 2025-11-28 | grasp-audit run all tests in audit mode | DanConwayDev | |
| 2025-11-19 | fix some clippy fmt warnings | DanConwayDev | |
| 2025-11-04 | created POC grasp-auditor | DanConwayDev | |