upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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: 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-31fix: mention marker ~> q tag NIP-10 updateDanConwayDev
2025-07-30fix(remote): support lightweight tagsDanConwayDev
2025-07-28fix(remote): push all tagsDanConwayDev
2025-07-25feat(sync): add cmd to sync git serversDanConwayDev
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): 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-16chore: bump nightly rustfmtDanConwayDev
2025-07-15feat: add git timeoutDanConwayDev
2025-06-19refactor: rename ngit_relay to graspDanConwayDev
2025-06-19rename ngit-relay to graspDanConwayDev
2025-06-19refactor: move build state functionDanConwayDev
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-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-23feat: only try http(s) for ngit-relaysDanConwayDev
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-21feat: add --customize flag for instructionsDanConwayDev
2025-05-21feat: add support for default relay overridesDanConwayDev
2025-05-09fix: always try git servers over other protocolsDanConwayDev
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-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-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-10fix(nostr_url): use nip05 in nostr url if cachedDanConwayDev
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-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(init): improve guidance copyDanConwayDev
2024-11-29feat(init): set remote `origin`DanConwayDev
2024-11-29fix: spelling of 'beginning'DanConwayDev
2024-11-29fix(push): maintainers.yaml check err handlingDanConwayDev
2024-11-28fix(init): dont default git_server to nostr urlDanConwayDev
2024-11-28feat(push): update repo ann with maintainers.yamlDanConwayDev
2024-11-28feat(init): don't create maintainers.yamlDanConwayDev
2024-11-28feat(init): user read or fallback relaysDanConwayDev
2024-11-28fix(list): default to first PR menu itemDanConwayDev
2024-11-28feat(init): reorder web inputDanConwayDev
2024-11-27chore: bump rust-nosrt v0.37.0DanConwayDev
2024-11-27fix:(init): show guidance when cli arg not usedDanConwayDev
2024-11-27fix(init): dont repeatedly fetch signer pubkeyDanConwayDev