upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-02feat(init): improve guidance copyDanConwayDev
2024-12-02fix(repo_ref): `try_from` capture `euc`DanConwayDev
2024-11-29feat(init): set remote `origin`DanConwayDev
2024-11-29fix: spelling of 'beginning'DanConwayDev
2024-11-29refactor(repo_ref): use match instead of if letDanConwayDev
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-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:(init): show guidance when cli arg not usedDanConwayDev
2024-11-27fix(init): dont repeatedly fetch signer pubkeyDanConwayDev
2024-11-27fix(init): improve git server explainationDanConwayDev
2024-11-27feat(init): make description optionalDanConwayDev
2024-11-27build: add description to helpDanConwayDev
2024-11-27build: update readmeDanConwayDev
2024-11-27feat: hide cli credential args from helpDanConwayDev
2024-11-27feat(login): tweak api descriptionDanConwayDev
2024-11-27feat: remove `pull` `push` and `fetch` ngit cmdsDanConwayDev
2024-11-27feat(login): tweak api descriptionDanConwayDev
2024-11-27feat(account): move login/out cmds to accountDanConwayDev
2024-11-27feat(logout): add logout commandDanConwayDev
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-26fix(login): local option saves globallyDanConwayDev
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-26feat(login): improve err msg locationDanConwayDev
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-25feat(login): local login opt with `ngit login`DanConwayDev
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-22fix(login): `ngit login` from outside git repoDanConwayDev
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-11-11Revert "refactor: remove ngit `pull` `push` `fetch`"DanConwayDev
2024-11-04feat(remote): show help when called directlyDanConwayDev
2024-11-04refactor: remove ngit `pull` `push` `fetch`DanConwayDev
2024-10-31fix(init): remove broken blasterDanConwayDev
2024-10-31feat(init): support nostr state opt-outDanConwayDev
2024-10-31feat(init): simplify maintainer selectionDanConwayDev
2024-10-31feat(init): clarify name, id, desc labelsDanConwayDev
2024-10-31fix(init): dont err when nostr remote and no annDanConwayDev
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-25fix(remote): in list use `pr/`for authored prsDanConwayDev
2024-09-25chore: bump rust-nostr v0.35DanConwayDev
2024-09-25feat(remote): auth if logged inDanConwayDev
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-20feat(remote): add send events status reportingDanConwayDev
2024-09-18test: fix gitlib2 version in sampleDanConwayDev
2024-09-18fix(remote): create pr commit error reportingDanConwayDev
2024-09-18fix(remote): reporter lines on narrow terminalsDanConwayDev
2024-09-18feat(remote): push report copyDanConwayDev
2024-09-17fix(remote): push don't report on writing 0 objDanConwayDev
2024-09-17fix(remote): push reporting copyDanConwayDev
2024-09-17fix(remote): `push` exit protocol loop on successDanConwayDev
2024-09-17feat(remote): store successful protocol in configDanConwayDev
2024-09-17refactor(remote): `push` report to match `fetch`DanConwayDev
2024-09-17fix(remote): `fetch` dont show resolving 0 deltasDanConwayDev
2024-09-16fix(remote): fetch report join remote linesDanConwayDev
2024-09-16refactor(remote): add tests to fetch reportingDanConwayDev
2024-09-13fix(remote): add robustness to push reportingDanConwayDev
2024-09-13fix(remote): clear `fetching ref list`DanConwayDev
2024-09-13fix(remote): fetch status reduce line writesDanConwayDev
2024-09-13fix(remote): add rebustness to fetch reportingDanConwayDev
2024-09-13refactor: abstract find pr from branch nameDanConwayDev
2024-09-13fix(ngit): improve find pr from branchDanConwayDev