upleb.uk

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

summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2026-01-27docs: add ngit-relay troubleshooting guide for permission and corruption issuesDanConwayDev
2026-01-27migration analysis add since to limit log downloadDanConwayDev
2026-01-27fix migration script for invalid announcement detectionDanConwayDev
2026-01-27refactor: simplify parse failure enrichment using log entries and nakDanConwayDev
2026-01-27feat: add NGIT_LOG_LEVEL configuration optionDanConwayDev
2026-01-27fix classification scriptDanConwayDev
2026-01-27Replace old classification script with redesigned version (Option B)DanConwayDev
2026-01-27Fix parse failure output to show repo|npub instead of event_id|kindDanConwayDev
2026-01-27Add --analysis-root filter to parse failures scriptDanConwayDev
2026-01-27Fix double-counting bug in parse failures extractionDanConwayDev
2026-01-27Capture invalid announcement rejections in Phase 4DanConwayDev
2026-01-27Fix Phase 4 scripts to run flawlessly without manual interventionDanConwayDev
2026-01-27Prevent Phase 4 from using wrong service (ngit-relay vs ngit-grasp)DanConwayDev
2026-01-27Update migration guide with lessons learned from relay.ngit.dev analysisDanConwayDev
2026-01-27Add git prerequisite checks to migration scriptsDanConwayDev
2026-01-27Generalize migration guide for any GRASP implementationDanConwayDev
2026-01-27Restructure migration guide for practical usageDanConwayDev
2026-01-27Add orchestration script for migration analysis pipelineDanConwayDev
2026-01-27Add Phase 5 migration script for final classificationDanConwayDev
2026-01-27Add Phase 4 migration scripts for log extractionDanConwayDev
2026-01-27Add Phase 2 migration script for git sync verificationDanConwayDev
2026-01-27Add Phase 3 migration scripts for categorization and comparisonDanConwayDev
2026-01-27Add Phase 1 migration script to fetch events from relayDanConwayDev
2026-01-27docs: migration updateDanConwayDev
2026-01-27docs: add initial migration how-to with starter contentDanConwayDev
2026-01-21feat: add archive-grasp-services configuration optionDanConwayDev
2026-01-19config: increase max_connections default from 2000 to 4096DanConwayDev
2026-01-14docs: add defensive measures explanationDanConwayDev
2026-01-14Add explicit rate limits and total connection limitDanConwayDev
2026-01-14docs: add defensive analysis of other relays (strfry, nostr-rs-relay, khatru)DanConwayDev
2026-01-12Change default port from 8080 to 7334 (NGIT on phone keypad)DanConwayDev
2026-01-12docs: updates to deletion design based on blacklistsDanConwayDev
2026-01-12feat(config): add event blacklist to block all events from specific authorsDanConwayDev
2026-01-12feat(config): add repository blacklist to block specific repos/npubs/identifiersDanConwayDev
2026-01-12feat(config): add repository whitelist for curated GRASP-01 acceptanceDanConwayDev
2026-01-12feat(grasp-05): add read-only mode with auto-enable for archive configsDanConwayDev
2026-01-12feat(grasp-05): implement archive mode for backup/mirror operationDanConwayDev
2026-01-12docs: deletion request design draftedDanConwayDev
2026-01-12feat: add uploadpack.allowFilter support for GRASP-01 complianceDanConwayDev
2026-01-11docs: add guide for updating git dependencies in CargoDanConwayDev
2026-01-11docs: add production deployment how-to guideDanConwayDev
2026-01-10docs: rewrite ngit-relay comparison based on actual implementationsDanConwayDev
2026-01-10docs: update production sync testing to require 60 secondsDanConwayDev
2026-01-10docs: save both raw and sanitized logs for flexible analysisDanConwayDev
2026-01-09docs: add permission step to fix mode workflowDanConwayDev
2026-01-09docs: update production sync testing workflow to two-mode processDanConwayDev
2026-01-09docs: track production sync issues in work/active-issues/DanConwayDev
2026-01-09Fix production-sync-testing.md guide and sanitize-logs.sh scriptDanConwayDev
2026-01-09docs: add production sync testing guide and log sanitizer scriptDanConwayDev
2026-01-09docs: integrate rejected events index into architecture documentationDanConwayDev
2026-01-09refactor(sync): rename ConnectedDegraded to ConnectedHistoricSyncFailuresDanConwayDev
2026-01-09feat(sync): add ConnectedDegraded status for failed historic syncDanConwayDev
2026-01-09feat(sync): add Syncing connection status to track historic sync progressDanConwayDev
2026-01-08fix: sync-bootstrap-relay-url scheme optionalDanConwayDev
2026-01-08docs: update docs with sync and purgatory and git data syncDanConwayDev
2026-01-07docs: purgatory tweak implementation planDanConwayDev
2026-01-07docs: purgatory update implemenation to to reflect process_newly_available_gi...DanConwayDev
2026-01-07docs: purgatory add unified process_newly_available_git_data to designDanConwayDev
2026-01-07docs: purgatory sync implemeantion planDanConwayDev
2026-01-07docs: purgatory design improve testing strategyDanConwayDev
2026-01-07docs: purgatory design improve process_satisfiable_eventsDanConwayDev
2026-01-06docs: purgatory design improvementsDanConwayDev
2026-01-06docs: purgatory git sync design with throttle queuingDanConwayDev
2026-01-06docs: purgatory git sync design simplifyDanConwayDev
2026-01-06docs: purgatory git sync designDanConwayDev
2026-01-02docs: remove purgatory implementation planDanConwayDev
2025-12-24feat(purgatory): add broken purgatory implementationDanConwayDev
2025-12-23docs: purgatory designDanConwayDev
2025-12-22docs: proactive sync hand written overview rewrite and AI update of restDanConwayDev
2025-12-19docs: sync updates to reflect changesDanConwayDev
2025-12-19docs: sync add pagination updatesDanConwayDev
2025-12-19docs: cleanupDanConwayDev
2025-12-18docs: archive sync test refactoring options documentDanConwayDev
2025-12-18sync: new connection logicDanConwayDev
2025-12-16proactive sync prep - some helper functions written but not enabledDanConwayDev
2025-12-12docs: fix sync SyncMethod in architecture docDanConwayDev
2025-12-11docs: relay-limitsDanConwayDev
2025-12-11feat: implement NIP-77 negentropy sync for historical dataDanConwayDev
2025-12-11docs: simplify grasp-02 docDanConwayDev
2025-12-11docs: remove old grasp-02 design doc versionsDanConwayDev
2025-12-11fix docsDanConwayDev
2025-12-10docs: update sync docs post implementationDanConwayDev
2025-12-10improve sync designDanConwayDev
2025-12-09basic sync stubDanConwayDev
2025-12-08redsign sync - architecture tweaksDanConwayDev
2025-12-08redesign sync - document onlyDanConwayDev
2025-12-08proposed sync change to use self subscribe to trigger everythingDanConwayDev
2025-12-05rename sunc_bootstrap_relay_urlDanConwayDev
2025-12-04feat(sync): Phase 6 - observability and production readinessDanConwayDev
2025-12-04docs: update GRASP-02 proactive sync event sync approachDanConwayDev
2025-12-04docs: add guidance to keep architecture docs updatedDanConwayDev
2025-12-04refactor: split Nip34WritePolicy into focused sub-policiesDanConwayDev
2025-12-04add prometheus metricsDanConwayDev
2025-12-04docs: add monitoring-strategyDanConwayDev
2025-12-04docs: update based on current implementationDanConwayDev
2025-12-04docs: add llm review of implemenation vs planDanConwayDev
2025-12-04docs: planed GRASP-2 proactive sync of just eventsDanConwayDev
2025-12-03remove depricated audit mode label ci / production ~> isolated / sharedDanConwayDev
2025-12-03remove docs archiveDanConwayDev
2025-12-03improved settings cli flags > env vars > defaultsDanConwayDev