upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/common
AgeCommit message (Expand)Author
2026-02-26chore: apply cargo fmt and fix clippy warningsDanConwayDev
2026-02-23persist and restore announcement events across graceful restartsDanConwayDev
2026-02-23refactor: replace inline purgatory sync registration with timer-only approachDanConwayDev
2026-02-23test: update sync tests to set up git data for purgatory flowDanConwayDev
2026-02-18test: update run_sync_test to use push_to_relay for purgatory flowDanConwayDev
2026-02-18test: rewrite PR sync tests to reflect purgatory-first announcement flowDanConwayDev
2026-01-19fix: archive_read_only creates bare repos for archived announcementsDanConwayDev
2026-01-12feat: add uploadpack.allowFilter support for GRASP-01 complianceDanConwayDev
2026-01-09fix: eliminate port binding race condition in SimpleGitServerDanConwayDev
2026-01-09chore: cargo fmtDanConwayDev
2026-01-09Fix sync tests after Syncing status introductionDanConwayDev
2026-01-08refactor: replace hardcoded Kind constants with rust-nostr variantsDanConwayDev
2026-01-08chore: upgrade nostr-* packages to rev 4767ad13DanConwayDev
2026-01-08chore: cargo fmtDanConwayDev
2026-01-08test: disable GPG signing in all test helpersDanConwayDev
2026-01-07test: fix hanging unit tests issueDanConwayDev
2026-01-07test: add WIP SmartHttpServer to testDanConwayDev
2026-01-07test: added purgatory git data sync intergration tests agregating from mulitp...DanConwayDev
2026-01-07test: add SimpleGitServer helper for dumb HTTP git servingDanConwayDev
2026-01-07test: add test_pr_event_syncs_from_remoteDanConwayDev
2026-01-07test: add test_state_event_syncs_from_remote integration testDanConwayDev
2026-01-07fix: include npub in clone URLs generated by create_repo_announcementDanConwayDev
2026-01-07Add purgatory sync test helpersDanConwayDev
2026-01-02test: fix issue kind numberDanConwayDev
2025-12-22chore: cargo fmt and clippyDanConwayDev
2025-12-19Simplify sync metrics to track only newly saved eventsDanConwayDev
2025-12-18refactor: migrate historic_sync.rs tests to use run_sync_test() helperDanConwayDev
2025-12-18test: add unified run_sync_test() helper infrastructureDanConwayDev
2025-12-18sync: turn off negentropy and fix some testsDanConwayDev
2025-12-11fix: resolve all fmt and clippy warningsDanConwayDev
2025-12-11sync: test sync works without negentropy and add disable option in syncDanConwayDev
2025-12-11sync: add sync_base_backoff_secs config for better testingDanConwayDev
2025-12-11fix(sync): improve metrics recording and connection failure detectionDanConwayDev
2025-12-11Phase 1: Add ParsedMetrics and MetricsTestHarness infrastructureDanConwayDev
2025-12-11refactor: move metrics tests to tests/sync/ structure (Phase 7)DanConwayDev
2025-12-10test(sync): add wait_for_sync_connection helper for improved reliabilityDanConwayDev
2025-12-10refactor(tests): extract shared create_repo_announcement helperDanConwayDev
2025-12-10Phase 5: Migrate bootstrap and discovery testsDanConwayDev
2025-12-10sync: fix connection registration issueDanConwayDev
2025-12-10improve sync designDanConwayDev
2025-12-08tests: discover and sync from relay in annocunement published directlyDanConwayDev
2025-12-05test: fix proactive sync basic testsDanConwayDev
2025-12-05rename sunc_bootstrap_relay_urlDanConwayDev
2025-12-05fix basic sync testsDanConwayDev
2025-12-04feat(sync): Phase 1 MVP - single relay proactive syncDanConwayDev
2025-12-01fix cargo clippy and fmt warningsDanConwayDev
2025-11-21add repository creationDanConwayDev
2025-11-19fix some clippy fmt warningsDanConwayDev
2025-11-04fix: remove nix crate usage from test codeDanConwayDev
2025-11-04test: migrate to TestRelay fixture pattern and add compliance docsDanConwayDev