upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit
AgeCommit message (Expand)Author
2026-01-09test: fix deterministic commit hashDanConwayDev
2026-01-08refactor: replace hardcoded Kind constants with rust-nostr variantsDanConwayDev
2026-01-08chore: upgrade nostr-* packages to rev 4767ad13DanConwayDev
2025-12-31test: remove local sync on state git data received testDanConwayDev
2025-12-31purgatory: when state data recieved sync across repositoiesDanConwayDev
2025-12-31test: fix test_push_to_nostr_ref_with_correct_commit_after_event_received_acc...DanConwayDev
2025-12-31test: fix test_head_set_after_git_push_with_required_oidsDanConwayDev
2025-12-31test: fix purgatory not-served check outcomeDanConwayDev
2025-12-24feat(purgatory): add broken purgatory implementationDanConwayDev
2025-12-23test: add purgatory to PR push testDanConwayDev
2025-12-23test: add stub for purgatory maintainer repo sync testDanConwayDev
2025-12-23test: prepare other state tests for purgatory featureDanConwayDev
2025-12-23test: prepare OwnerStateDataPushed fixture for purgatoryDanConwayDev
2025-12-23test: remove test covered elsewhereDanConwayDev
2025-12-23audit: updated grasp01 line refs to reflect purgatory insertionDanConwayDev
2025-12-22chore: bump rust-nostr to latest masterDanConwayDev
2025-12-11fix: resolve all fmt and clippy warningsDanConwayDev
2025-12-04docs: update grasp-audit docsDanConwayDev
2025-12-03feat: accept maintainer announcements without service listingDanConwayDev
2025-12-03remove depricated audit mode label ci / production ~> isolated / sharedDanConwayDev
2025-12-02audit: fix shared test_reject_repo_announcement_missing_relays_tag testDanConwayDev
2025-12-02fix: tests using gpg signerDanConwayDev
2025-12-02refactor: rename AuditMode variants and change CLI default to sharedDanConwayDev
2025-12-02grasp-audit: show tests under GRASP-01 lineDanConwayDev
2025-12-02refactor: fix fmt and clippyDanConwayDev
2025-12-01add repo land page and 404 page per GRASP-01DanConwayDev
2025-12-01better fixtures: update readmeDanConwayDev
2025-12-01better fixtures: clean upDanConwayDev
2025-12-01test: test_head_set_after_git_push_with_required_oidsDanConwayDev
2025-12-01better fixtures: test_head_set_after_state_event_with_existing_commitDanConwayDev
2025-12-01better fixtures: refs/nostr testsDanConwayDev
2025-12-01better fixtures: RecursiveMaintainerStateDataPushed and test_non_maintainer_s...DanConwayDev
2025-12-01better fixtures: MaintainerStateDataPushedDanConwayDev
2025-12-01fixtures dependancy overhaulDanConwayDev
2025-12-01better fixtures: MaintainerStateDataPushedDanConwayDev
2025-12-01begin implementing better fixturesDanConwayDev
2025-12-01test placeholder: test_head_set_after_git_push_with_required_oidsDanConwayDev
2025-12-01test: test_head_set_after_state_event_with_existing_commitDanConwayDev
2025-12-01fix cargo clippy and fmt warningsDanConwayDev
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 from maintainer tests when in production modeDanConwayDev
2025-11-28audit: fix rejected push wrong commit testDanConwayDev
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-28test: rationalise repository creation testsDanConwayDev
2025-11-28audit: stop checking git_data_directoryDanConwayDev
2025-11-28add git http advertisment allow-reachable-sha1-in-want and allow-tip-sha1-in-...DanConwayDev
2025-11-28fix grasp-audit importsDanConwayDev
2025-11-28fix running audit with production flagDanConwayDev
2025-11-28grasp-audit improve cli output eg. add colors and condenseDanConwayDev
2025-11-28grasp-audit run all tests in audit modeDanConwayDev
2025-11-28fix: sh script to work from main directoryDanConwayDev
2025-11-27remove depricated codeDanConwayDev
2025-11-27Task 7: Export verification helpers in public APIDanConwayDev
2025-11-27Task 6: Clean up verification helper imports and remove duplicatesDanConwayDev
2025-11-27Task 5: Standardize nip01_smoke.rs tests to fixture-first patternDanConwayDev
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-27docs: add test design pattern using fixtures to readmeDanConwayDev
2025-11-26test: use fixtures in push testsDanConwayDev
2025-11-26feat(fixtures): reuse prerequisite fixtures in production modeDanConwayDev
2025-11-26fix: parsing maintainers from announcement eventDanConwayDev
2025-11-26feat: push authorization from state eventDanConwayDev
2025-11-26test: remove bad testDanConwayDev
2025-11-26add cors supportDanConwayDev
2025-11-21add http clone testsDanConwayDev
2025-11-21removed test that checked repository test cleanupDanConwayDev
2025-11-21add repository creationDanConwayDev
2025-11-21add nip11DanConwayDev
2025-11-21Implement GRASP-01 stateful write policy with database queriesDanConwayDev
2025-11-20refactor: isolate each grasp-audit lib test with minimal boilerplateDanConwayDev
2025-11-19fix some clippy fmt warningsDanConwayDev
2025-11-11Fixed the RepoWithIssue fixture implementationDanConwayDev
2025-11-06fix cli runs to prevent rate limitingDanConwayDev
2025-11-06fix show rejection errorDanConwayDev
2025-11-05fixed incorrectly labelled async functionDanConwayDev
2025-11-05restructure grasp01 audit tests and add event acceptanceDanConwayDev
2025-11-05test: consolidate state announcement tests with GRASP-01 spec formatDanConwayDev
2025-11-05feat(grasp-audit): implement tests #3 and #4 for GRASP-01 complianceDanConwayDev
2025-11-05tag test events with audit-grasp-test-eventDanConwayDev
2025-11-05Refactor: abstract announcement event creation into AuditClient helperDanConwayDev
2025-11-05Fix cargo test invocation in test-ngit-relay.sh and documentationDanConwayDev
2025-11-05refactor(smoke): abstract NIP-34 announcement creation for ngit-relay compati...DanConwayDev
2025-11-05feat(grasp-audit): standardize testing with test-ngit-relay.shDanConwayDev
2025-11-05feat(grasp-audit): improve test infrastructure and error handlingDanConwayDev
2025-11-05docs: fixed desired grasp-audit behaviour in README.mdDanConwayDev
2025-11-05fix: hardcoded portDanConwayDev
2025-11-05feat(grasp-audit): implement test_reject_repo_announcement_missing_clone_tagDanConwayDev
2025-11-05feat(grasp-audit): implement test_accept_valid_repo_announcementDanConwayDev
2025-11-05fix: NIP-01 smoke test now sends NIP-34 repo announcement for GRASP complianceDanConwayDev
2025-11-05test: use CLI tool in test script, ensure cleanup on errorsDanConwayDev
2025-11-05docs: simplify README testing section, point to test scriptDanConwayDev
2025-11-05test: improve test script with unique names and random portsDanConwayDev