upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2025-06-19refactor: rename ngit_relay to graspDanConwayDev
2025-06-19fix: add state HEAD on creationDanConwayDev
2025-06-19refactor: move build state functionDanConwayDev
2025-06-18fix: add HEAD if one isn't listed in stateDanConwayDev
2025-06-02fix: ignore dereferenced tags in stateDanConwayDev
2025-05-31feat(push): prevent push if no ann eventDanConwayDev
2025-05-28fix: use most recent, rather than oldest state event foundDanConwayDev
2025-05-23fix: ignore duplicate relays, blossom or git serversDanConwayDev
2025-05-23feat: only try http(s) for ngit-relaysDanConwayDev
2025-05-23fix: use blossoms from all maintainersDanConwayDev
2025-05-23fix: remove blossom url trailing slashDanConwayDev
2025-05-22feat(init): add blossomDanConwayDev
2025-05-22feat(init): overhaul & simplify with ngit-relaysDanConwayDev
2025-05-21fix: preserve relay and git server orderDanConwayDev
2025-05-21feat: add support for default relay overridesDanConwayDev
2025-05-21refactor: move client defaults into paramsDanConwayDev
2025-05-21fix: use relays & git servers from all maintainerDanConwayDev
2025-05-06chore: bump dialoguer v0.11.0DanConwayDev
2025-05-06chore: update git2 ~> v0.20.2DanConwayDev
2025-05-06fix(clone_url): fix custom portsDanConwayDev
2025-05-05chore: nix flake updateDanConwayDev
2025-04-03feat(send): add description to event signing processDanConwayDev
2025-04-02fix: publish error prefix regressionDanConwayDev
2025-04-01chore: bump rust-nostr v0.37 ~> v0.40DanConwayDev
2024-12-20refactor: branch_name handlingDanConwayDev
2024-12-20refactor: use nostr url from repo_refDanConwayDev
2024-12-16feat(init): default to nip05 git nostr urlLaszlo Megyer
2024-12-16chore: bump nix flake rust nightly `fmt` overlayDanConwayDev
2024-12-16chore: nix flake updateDanConwayDev
2024-12-16fix(NostrUrlDecoded): nip05 response errorDanConwayDev
2024-12-12fix: defend against empty`tags`DanConwayDev
2024-12-12feat(NostrUrlDecode): add nip05 address supportDanConwayDev
2024-12-11fix(NostrUrlDecoded): nip05 parsed as ssh userDanConwayDev
2024-12-11fix(NostrUrlDecoded): add nip05 loading to TUIDanConwayDev
2024-12-10fix(nostr_url): use nip05 in nostr url if cachedDanConwayDev
2024-12-10feat(nostr_url): improve nip05 git cache formatDanConwayDev
2024-12-10test(NostrUrlDecoded): use `parse_and_resolve`Laszlo Megyer
2024-12-10feat(NostrUrlDecoded) add nip05 supportDanConwayDev
2024-12-09fix: fetch user relays for `send`,`push` & `init`DanConwayDev
2024-12-05test(ngit): no nostr remote, search for repoDanConwayDev
2024-12-05fix(ngit): save new nostr url as git remoteDanConwayDev
2024-12-05fix: `ngit`validate repo address existsDanConwayDev
2024-12-04fix: `ngit` load correct repo addressDanConwayDev
2024-12-03refactor: limit fetch to 1 trusted coordinateDanConwayDev
2024-12-02feat: limit `pr` branch names to 60 charsDanConwayDev
2024-12-02fix: repo_ref 'not found' err suggest `ngit init'DanConwayDev
2024-12-02fix(repo_ref): clarify no repo event err msgDanConwayDev
2024-12-02fix(repo_ref): `try_from` capture `euc`DanConwayDev
2024-11-29feat(init): set remote `origin`DanConwayDev
2024-11-29refactor(repo_ref): use match instead of if letDanConwayDev
2024-11-28feat(push): update repo ann with maintainers.yamlDanConwayDev
2024-11-28feat(init): user read or fallback relaysDanConwayDev
2024-11-28refactor: remove fufilled commentDanConwayDev
2024-11-27feat: only print awaiting signer with nip46DanConwayDev
2024-11-27feat(login): contact remote signer when neededDanConwayDev
2024-11-27chore: bump rust-nosrt v0.37.0DanConwayDev
2024-11-27fix: add white border to qr codesDanConwayDev
2024-11-27feat(export-keys): to use in other clientsDanConwayDev
2024-11-26test(login): update `ngit login` testDanConwayDev
2024-11-26feat(login): add help contentDanConwayDev
2024-11-26feat(login): add prompt to failed nsec loginDanConwayDev
2024-11-26refactor: err msgs 'cannot' > 'failed to'DanConwayDev
2024-11-25feat(list): report on action selectionDanConwayDev
2024-11-25fix: restore interactor report defaultDanConwayDev
2024-11-25test: fix cli interactor without promptDanConwayDev
2024-11-25fix(login): handle git config save errorsDanConwayDev
2024-11-22feat(login): tweak local login wordingDanConwayDev
2024-11-22feat(login): `ngit login` prompt to logoutDanConwayDev
2024-11-22feat(login): `ngit login` use cli argsDanConwayDev
2024-11-22feat(login): add create accountDanConwayDev
2024-11-22feat(login): exit help with ctrl + cDanConwayDev
2024-11-22feat(login): auto-proceed upon signer responseDanConwayDev
2024-11-21feat(login): overhaul login experienceDanConwayDev
2024-11-12fix: send event error messageDanConwayDev
2024-11-12test: prevent signer commentaryDanConwayDev
2024-11-12fix: get correct nip46 npub in edge caseDanConwayDev
2024-11-11fix(login): only get signer npub when unknownDanConwayDev
2024-11-11chore: bump rust-nostr v0.36DanConwayDev
2024-10-31fix(init): remove broken blasterDanConwayDev
2024-10-28chore: bump rust-nostr to patch near v0.36.0DanConwayDev
2024-10-28refactor: replace sqlite with lmdbDanConwayDev
2024-10-02chore: apply patched rust-nostrDanConwayDev
2024-09-25chore: bump rust-nostr v0.35DanConwayDev
2024-09-24fix(login): locally when globally logged inDanConwayDev
2024-09-24feat(login): login via nip46 QR codeDanConwayDev
2024-09-23fix(remote): enable login through remote helperDanConwayDev
2024-09-23fix(remote): extend nip46 login timeout to 10mDanConwayDev
2024-09-23fix(remote): add resilience to `prs`DanConwayDev
2024-09-18test: fix gitlib2 version in sampleDanConwayDev
2024-09-17feat(remote): store successful protocol in configDanConwayDev
2024-09-13refactor: abstract find pr from branch nameDanConwayDev
2024-09-12fix(remote): `push` status updatesDanConwayDev
2024-09-12fix(remote): update copyDanConwayDev
2024-09-11refactor: fix fmt and clippy issuesDanConwayDev
2024-09-06fix(remote): `fetch` and `list` status copyDanConwayDev
2024-09-06fix(remote): `list` apply protocols selectionDanConwayDev
2024-09-06fix(remote): improve protocol selction / fallbackDanConwayDev
2024-09-06refactor: render ServerProtocols lowercaseDanConwayDev
2024-09-06feat(remote): fetch protocol selection / fallbackDanConwayDev
2024-09-06add `CloneUrl`DanConwayDev