upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/fixtures.rs
AgeCommit message (Expand)Author
2026-02-26chore: apply cargo fmt and fix clippy warningsDanConwayDev
2026-02-25add probe subcommand for end-to-end relay health checksDanConwayDev
2026-02-24fix grasp-audit test isolation to prevent cross-spec relay state corruptionDanConwayDev
2026-02-18fix: use unique commit instead of deterministic Owner variant for wrong-commi...DanConwayDev
2026-02-18extract OwnerRepoState fixture to make dependency chain explicitDanConwayDev
2026-02-13fix: use ValidRepoServed for events that tag repo eventsDanConwayDev
2026-02-13test: add PR purgatory tests with PREvent2 fixturesDanConwayDev
2026-02-13fix: add trailing newlines to deterministic commit contentDanConwayDev
2026-02-12refactor(grasp-audit): split ValidRepo into Sent/Served, add tolerant purgatoryDanConwayDev
2026-02-12fix: update doctest to use valid FixtureKind::RepoState variantDanConwayDev
2026-01-08refactor: replace hardcoded Kind constants with rust-nostr variantsDanConwayDev
2025-12-24feat(purgatory): add broken purgatory implementationDanConwayDev
2025-12-23test: prepare other state tests for purgatory featureDanConwayDev
2025-12-23test: prepare OwnerStateDataPushed fixture for purgatoryDanConwayDev
2025-12-22chore: bump rust-nostr to latest masterDanConwayDev
2025-12-11fix: resolve all fmt and clippy warningsDanConwayDev
2025-12-02fix: tests using gpg signerDanConwayDev
2025-12-02refactor: rename AuditMode variants and change CLI default to sharedDanConwayDev
2025-12-02refactor: fix fmt and clippyDanConwayDev
2025-12-01better fixtures: clean upDanConwayDev
2025-12-01better fixtures: test_head_set_after_state_event_with_existing_commitDanConwayDev
2025-12-01better fixtures: refs/nostr testsDanConwayDev
2025-12-01better fixtures: MaintainerStateDataPushedDanConwayDev
2025-12-01fixtures dependancy overhaulDanConwayDev
2025-12-01better fixtures: MaintainerStateDataPushedDanConwayDev
2025-12-01begin implementing better fixturesDanConwayDev
2025-12-01reject push when refs/nostr/<event-id> doesnt match known event and delete in...DanConwayDev
2025-11-28test: added checks that refs/nostr/<event-id> match commit in PR / updateDanConwayDev
2025-11-28allow push to ref/nostr/<event-id>DanConwayDev
2025-11-28audit: fix push test when not isolatedDanConwayDev
2025-11-28audit: future test shared / isolation fixesDanConwayDev
2025-11-28fix: respect Isolated mode in TestContext fixture helpersDanConwayDev
2025-11-28audit: fix shared test context to minimise events sent to production relaysDanConwayDev
2025-11-27remove depricated codeDanConwayDev
2025-11-27Task 4: Refactor recursive maintainer push test to fixture-first patternDanConwayDev
2025-11-27Task 3: Refactor maintainer push authorization test to fixture-first patternDanConwayDev
2025-11-27Task 2: Refactor owner push authorization test to fixture-first patternDanConwayDev
2025-11-27fix(auth): accept state announcements from maintainersDanConwayDev
2025-11-27fix(tests): update main project tests for grasp-audit API changesDanConwayDev
2025-11-26test: use fixtures in push testsDanConwayDev
2025-11-26feat(fixtures): reuse prerequisite fixtures in production modeDanConwayDev
2025-11-26feat: push authorization from state eventDanConwayDev
2025-11-19fix some clippy fmt warningsDanConwayDev
2025-11-11Fixed the RepoWithIssue fixture implementationDanConwayDev
2025-11-06fix cli runs to prevent rate limitingDanConwayDev