| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-01 | test placeholder: test_head_set_after_git_push_with_required_oids | DanConwayDev | |
| 2025-12-01 | test: test_head_set_after_state_event_with_existing_commit | DanConwayDev | |
| currently failing as branch isn't pushed (we should auto create this branch as we have the ref) | |||
| 2025-12-01 | fix cargo clippy and fmt warnings | DanConwayDev | |
| 2025-11-28 | test: added checks that refs/nostr/<event-id> match commit in PR / update | DanConwayDev | |
| 2025-11-28 | allow push to ref/nostr/<event-id> | DanConwayDev | |
| 2025-11-28 | fix cargo test | DanConwayDev | |
| 2025-11-28 | test: rationalise repository creation tests | 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-27 | fix(tests): update main project tests for grasp-audit API changes | DanConwayDev | |
| 2025-11-26 | test: use fixtures in push tests | DanConwayDev | |
| 2025-11-26 | fix: parsing maintainers from announcement event | DanConwayDev | |
| 2025-11-26 | feat: push authorization from state event | DanConwayDev | |
| 2025-11-26 | test: remove bad test | DanConwayDev | |
| we dont need to check the git files exist locally | |||
| 2025-11-26 | add cors support | DanConwayDev | |
| 2025-11-21 | add http clone tests | DanConwayDev | |
| 2025-11-21 | removed test that checked repository test cleanup | DanConwayDev | |
| 2025-11-21 | add repository creation | DanConwayDev | |
| 2025-11-21 | add nip11 | DanConwayDev | |
| 2025-11-20 | refactor: isolate each grasp-audit lib test with minimal boilerplate | DanConwayDev | |
| - Add isolated_test! macro pattern to nip34_announcements.rs and nip01_compliance.rs - Each test runs with its own fresh relay instance for complete isolation - Make all individual test functions public in grasp-audit library (nip01_smoke.rs, event_acceptance_policy.rs) - Eliminates 122 lines of boilerplate across integration tests - Tests: 15 GRASP-01 event acceptance policy tests + 6 NIP-01 smoke tests - Ensures tests don't interfere with each other, preventing flakiness | |||
| 2025-11-20 | replace tests to use grasp-audit lib as much as possible | DanConwayDev | |
| 2025-11-19 | fix some clippy fmt warnings | DanConwayDev | |
| 2025-11-19 | add landing page and nostr-relay-builder relay on same port | DanConwayDev | |
| 2025-11-04 | fix: remove nix crate usage from test code | DanConwayDev | |
| Replace nix::sys::signal usage with standard library process::kill(). This completes the removal of the unnecessary nix dev dependency. All tests passing: - NIP-01: 6 passed, 1 ignored - NIP-34: 12 passed, 1 ignored | |||
| 2025-11-04 | test: migrate to TestRelay fixture pattern and add compliance docs | DanConwayDev | |
| - Remove unnecessary 'nix' dev dependency (Unix syscalls crate, not needed) - Migrate announcement tests to new TestRelay fixture pattern - Delete legacy test files (announcement_tests.rs, test_relay.sh) - Add comprehensive test documentation (docs/how-to/test-compliance.md) - Update README.md with new test commands - All 18 integration tests passing (NIP-01 + NIP-34) Benefits: - Automatic relay lifecycle management - No manual setup required - Pure Rust integration tests - Better developer experience - CI/CD ready | |||
| 2025-11-04 | add announcement tests | DanConwayDev | |