upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-25refactor: move push helpers to libDanConwayDev
2025-07-25refactor: move `utils` and `list` helpers to libDanConwayDev
2025-07-25fix(list): improve pr unsupport textDanConwayDev
2025-07-25fix: update help text for patches without parentDanConwayDev
2025-07-25feat(list): fix status for pr as patch revisionDanConwayDev
2025-07-25feat(pr): add pr and pr update merge supportDanConwayDev
2025-07-25refactor: abstract `get_status`DanConwayDev
2025-07-23fix(remote): improve pr error messagesDanConwayDev
2025-07-23fix(remote): patch to pr upgrade use pr kindDanConwayDev
2025-07-23fix(remote): dont send pr and patches on upgradeDanConwayDev
2025-07-23fix(remote): error if pushed proposal is emptyDanConwayDev
2025-07-23refactor: Rename fallback relays and grasp serversDanConwayDev
2025-07-23refactor: add fallback grasp servers to clientDanConwayDev
2025-07-23feat(pr): patch upgraded to pr inherit pr statusDanConwayDev
2025-07-23fix(status): only use events from author and maintainersDanConwayDev
2025-07-23feat(pr): updates and pr as patch revisionDanConwayDev
2025-07-23refactor(pr): rename functionsDanConwayDev
2025-07-22feat(pr): generate pr event > oversized patchDanConwayDev
2025-07-22fix: remove blossom from grasp server detectionDanConwayDev
2025-07-18feat(pr): fetch pr and pr updates from clone urlsDanConwayDev
2025-07-18feat(pr): list PR and PR updatesDanConwayDev
2025-07-18feat: fetch PR and PRUpdate eventsDanConwayDev
2025-07-18feat(status): read nip22 style status eventsDanConwayDev
2025-07-16chore: bump nightly rustfmtDanConwayDev
2025-07-16chore: nix flake updateDanConwayDev
2025-07-16chore: cargo updateDanConwayDev
2025-07-15feat(client): skip relays that just timeoutDanConwayDev
2025-07-15feat: add git timeoutDanConwayDev
2025-06-19refactor: rename ngit_relay to graspDanConwayDev
2025-06-19rename 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-17fix: support `git://` in clone urlsDanConwayDev
2025-06-02fix: ignore dereferenced tags in stateDanConwayDev
2025-05-31feat(init): only use one ngit-relay git server urlDanConwayDev
2025-05-31feat(push): prevent push if no ann eventDanConwayDev
2025-05-28fix: use most recent, rather than oldest state event foundDanConwayDev
2025-05-24feat(init): make default ngit-relays configurableDanConwayDev
2025-05-23feat(init): use dir name as default repo nameDanConwayDev
2025-05-23feat(push): avoid out of sync issues for ngit relayDanConwayDev
2025-05-23feat(account): export npubDanConwayDev
2025-05-23fix(init): dont default to user read relay listDanConwayDev
2025-05-23fix(init): additional relays dont replace ngit-relaysDanConwayDev
2025-05-23fix(init): improve cli outputDanConwayDev
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(init): ngit-relay usage detectionDanConwayDev
2025-05-23fix: remove blossom url trailing slashDanConwayDev
2025-05-22refactor: cargo fmtDanConwayDev
2025-05-22feat(init): add blossomDanConwayDev
2025-05-22feat(init): overhaul & simplify with ngit-relaysDanConwayDev
2025-05-21fix: remove accidental printlnDanConwayDev
2025-05-21feat(init): dont ask about state unless neededDanConwayDev
2025-05-21fix: preserve relay and git server orderDanConwayDev
2025-05-21feat: add --customize flag for instructionsDanConwayDev
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-09fix: always try git servers over other protocolsDanConwayDev
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-28fix(init): replace legacy gitworkshop urlDanConwayDev
2025-04-03feat(send): add description to event signing processDanConwayDev
2025-04-02fix: publish error prefix regressionDanConwayDev
2025-04-01fix: allow soft push if not behind serverDanConwayDev
2025-04-01chore: bump rust-nostr v0.37 ~> v0.40DanConwayDev
2024-12-20feat(remote): include draft PRsDanConwayDev
2024-12-20fix(push): find existing proposalDanConwayDev
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-13fix(push): refactor errorsDanConwayDev
2024-12-13refactor(push): split `run_push` functionDanConwayDev
2024-12-12feat(push): merge event for applied commitsDanConwayDev
2024-12-12test(push): ff merge commit tag `merge-commit-id`DanConwayDev
2024-12-12fix(push): three-way `merge-commit-id` `tag`DanConwayDev
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-06feat(push): send fast-forward merge status eventDanConwayDev
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