upleb.uk

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

summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-11rename --grasp-servers flag to --grasp-serverDanConwayDev
2026-02-11feat: use fallback relays for bootstrapping onlyDanConwayDev
2026-02-10remove more_fallback_relays (dead code)DanConwayDev
2026-02-10remove relay.nostr.band from default relaysDanConwayDev
2026-02-10Make ngit non-interactive by defaultDanConwayDev
2026-02-10docs: update documentation for non-interactive modeDanConwayDev
2026-02-10feat: update ngit send for non-interactive modeDanConwayDev
2026-02-10feat: update ngit init for non-interactive modeDanConwayDev
2026-02-10feat: update ngit account login for non-interactive modeDanConwayDev
2026-02-10feat: add ngit account create commandDanConwayDev
2026-02-10fix: make git-remote-nostr push non-interactiveDanConwayDev
2026-02-10feat: add non-interactive mode support to CLI interactorDanConwayDev
2026-02-10feat: add global CLI flags for non-interactive modeDanConwayDev
2025-11-18chore: bump version to v2.1.0v2.1.0DanConwayDev
2025-11-18chore: fix clippy warningDanConwayDev
2025-11-18test: nostr git url with pathDanConwayDev
2025-11-14fix: fetch report showing cached profile event as newDanConwayDev
2025-11-14chore: bump rust-nostr v0.44DanConwayDev
2025-11-13feat(remote): don't hide fetch report if successfulDanConwayDev
2025-11-13fix: don't attempt to fetch annotated tags we haveDanConwayDev
2025-11-13fix: cli output dim coloringDanConwayDev
2025-11-13feat(list): make list async and include sync report inlineDanConwayDev
2025-11-13refactor: simplify get_short_git_server_nameDanConwayDev
2025-11-13fix: out of sync grasp server cli outputDanConwayDev
2025-11-13fix: cli output line deletion during fetchDanConwayDev
2025-11-13test: reduce relay timeouts for testsDanConwayDev
2025-11-10feat: adaptive relay timeout 45s or 7s based on successDanConwayDev
2025-11-03chore: bump version to v2.0.1v2.0.1DanConwayDev
2025-11-03fix: show nsec when created and can't save globallyDanConwayDev
2025-10-28test: refactor to use rstest more efficient test runsDanConwayDev
2025-10-28fix(pr): push use stderr rather than stdoutDanConwayDev
2025-10-28fix: nip46 signer bunker pubkeyDanConwayDev
2025-10-20docs: update repo links to use danconwaydev.comDanConwayDev
2025-10-20docs: add online install to readmeDanConwayDev
2025-10-20chore: bump version to v2.0.0v2.0.0DanConwayDev
2025-10-20docs: added historic release notesDanConwayDev
2025-10-20fix: reading NIP-22 style Status events during fetchDanConwayDev
2025-10-20docs: add CHANGELOG.mdDanConwayDev
2025-10-20docs: add AGENTS.mdDanConwayDev
2025-10-20fix: grasp server detectionDanConwayDev
2025-10-17build: bump CI runner action to latestDanConwayDev
2025-10-17chore: nix flake updateDanConwayDev
2025-10-17chore: bump all cargo dependanciesDanConwayDev
2025-10-17chore: cargo updateDanConwayDev
2025-10-17fix(fetch): surpress some warnings for some usersDanConwayDev
2025-10-17feat!(nostr_url): replace user with ssh_key_fileDanConwayDev
2025-10-17fix: pr or pr update merge supportDanConwayDev
2025-10-17feat(send): add `merge-base` tag to PR (Update)DanConwayDev
2025-10-10feat(send): add `force-pr` or `force-patch` flagsDanConwayDev
2025-09-12fix(sync): dont fetch tags available locallyDanConwayDev
2025-09-11fix(sync): fetch refs missing locally before syncDanConwayDev
2025-09-11fix: ngit binary enforce git server timeoutDanConwayDev
2025-09-11fix(init): clone url include grasp serversDanConwayDev
2025-09-11fix(init): simple mode non-grasp servers selectionDanConwayDev
2025-09-10fix(init): when local repo missing origin refsDanConwayDev
2025-09-10fix(init): when existing origin matches tipDanConwayDev
2025-09-04feat(remote): use push PR non-interactive fallbackDanConwayDev
2025-09-03fix(remote): `refs/pr-by-id/*` ~> `refs/pr/*/head`DanConwayDev
2025-09-03fix: nostr:// nip05 without localDanConwayDev
2025-09-01fix: list shows `/pr` PRs when git data is localDanConwayDev
2025-08-19docs: fix readme typoDanConwayDev
2025-08-19fix: nip05 without local partDanConwayDev
2025-08-19feat(list): add PR fetch and checkout supportDanConwayDev
2025-08-18fix: only use state and ann from maintainersDanConwayDev
2025-08-18fix(sync): include all valid nostr stateDanConwayDev
2025-08-18fix(remote): push handle annotated tags syncDanConwayDev
2025-08-18feat(sync): add `ref-name` param to limit syncDanConwayDev
2025-08-15feat(remote): list proposals as `refs/pr-by-id/*`DanConwayDev
2025-08-15feat(remote): list all proposals as `refs/pr/*`DanConwayDev
2025-08-15fix: inaccessable PR commits breaks `git clone`DanConwayDev
2025-08-07Merge branch 'add-prs-to-ngit-send'DanConwayDev
2025-08-07fix(send): refs not confirmed are usually acceptedDanConwayDev
2025-08-07fix(send): PR cli outputDanConwayDev
2025-08-07fix(send):server not confirming acceptanceDanConwayDev
2025-08-07fix(send): push PR refs to non-grasp serversDanConwayDev
2025-08-07refactor: abstract `is_grasp_server_clone_url`DanConwayDev
2025-08-07refactor: rename fn `is_grasp_server_in_list`DanConwayDev
2025-08-07fix(push): capture more error updating refsDanConwayDev
2025-08-07fix(send): print event description before publishDanConwayDev
2025-08-07feat(init): use user grasp list for defaultsDanConwayDev
2025-08-07feat(send): PR fallback to user / custom graspDanConwayDev
2025-08-06feat(send): custom ref for PR clone urlDanConwayDev
2025-08-05feat(send): push PR to custom clone urlDanConwayDev
2025-08-05feat(send): support PR and PR update eventsDanConwayDev
2025-08-04refactor: move generate pr event fn into libDanConwayDev
2025-08-04refactor: use rust-nostr `verify_subscriptions`DanConwayDev
2025-08-04fix: `t` tag `revision-root` ~> `root-revision`DanConwayDev
2025-08-04refactor: abstract pr event generation & ref pushDanConwayDev
2025-08-01fix: use new gitworkshop.dev url formatDanConwayDev
2025-08-01refactor(send): abstract proposal commit checksDanConwayDev
2025-08-01refactor: move patch size evaluation fn to libDanConwayDev
2025-07-31Merge branch 'rust-nostr-v0.43'DanConwayDev
2025-07-31fix: mention marker ~> q tag NIP-10 updateDanConwayDev
2025-07-31fix: nip05 breaking changes in rust-nostrDanConwayDev
2025-07-31chore: bump rust-nostr v0.43DanConwayDev
2025-07-30chore: cargo updateDanConwayDev
2025-07-30fix(remote): support lightweight tagsDanConwayDev
2025-07-28fix(remote): push all tagsDanConwayDev
2025-07-28Merge branch 'add-ngit-sync-cmd'DanConwayDev
2025-07-25feat(sync): add cmd to sync git serversDanConwayDev