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-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
2024-09-13fix(ngit): `pull` and `push` find pr from branchDanConwayDev
2024-09-12fix(remote): `push` status updatesDanConwayDev
2024-09-12fix(remote): generalise auth failure detectionDanConwayDev
2024-09-12fix(remote): `push` detect ssh auth failureDanConwayDev
2024-09-12fix(remote): improve `push` status updatesDanConwayDev
2024-09-12fix(remote): improve fetch & list status updatesDanConwayDev
2024-09-12feat(remote): add fetch status updatesDanConwayDev
2024-09-12fix(remote): stop fetching after successDanConwayDev
2024-09-12fix(remote): identify auth failureDanConwayDev
2024-09-12fix(remote): update copyDanConwayDev
2024-09-11refactor: fix fmt and clippy issuesDanConwayDev
2024-09-09feat(remote): push protocol selection / fallbackDanConwayDev
2024-09-06fix(remote): `fetch` and `list` status copyDanConwayDev
2024-09-06feat(remote): just use ssh if auth succeedsDanConwayDev
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
2024-09-04refactor(remote): split into modulesDanConwayDev
2024-09-04refactor: use FromStr trait for NostrUrlDecodedDanConwayDev
2024-09-04refactor: fix imports, etc based on restructureDanConwayDev
2024-09-04refactor: organise into lib and bin structureDanConwayDev
2024-09-03feat(remote): enhance nostr url formatDanConwayDev
2024-09-03feat(init): https as default clone url protocolDanConwayDev
2024-08-30feat(remote): fallback to ssh or httpsDanConwayDev
2024-08-30fix(remote): push pr shoudln't connect to serverDanConwayDev
2024-08-30fix(remote): add auth for ssh `list` and `fetch`DanConwayDev
2024-08-28chore: bump rust-nostr to v0.34.0DanConwayDev
2024-08-27fix(init): make maintainer.yaml copy clearerDanConwayDev
2024-08-27fix(remote): clone failureDanConwayDev
2024-08-20fix:(remote): only maintainers can pushDanConwayDev
2024-08-20fix(remote): `push` tags use correct oidDanConwayDev
2024-08-20feat: set proposal branch prefix to `pr/`DanConwayDev
2024-08-19feat(repo_ref): find coordinates from git remotesDanConwayDev
2024-08-19refactor(repo_ref): split get_repo_coordinatesDanConwayDev
2024-08-19refactor(remote): move url_to_repo_coordinatesDanConwayDev
2024-08-18feat(remote): `push` log merge event creationDanConwayDev
2024-08-18feat(remote): `push` publish merge eventDanConwayDev
2024-08-09feat(remote): `push` new proposalDanConwayDev
2024-08-09feat(remote): `push` to non-open proposalsDanConwayDev
2024-08-09feat(remote): remove pr id postfix for authorsDanConwayDev
2024-08-08fix(send): patch countDanConwayDev
2024-08-08feat(remote): `push` force push proposalDanConwayDev
2024-08-08fix(remote): `push` proposal use correct threadDanConwayDev
2024-08-08fix(remote) `push` proposals patch orderDanConwayDev
2024-08-08fix(remote): `push` only send state when updatedDanConwayDev
2024-08-08fix(remote): `fetch` unsigned commit changed HEADDanConwayDev
2024-08-07fix(remote): `push` apply proposal permissionsDanConwayDev
2024-08-07feat(remote): `push` add commits to proposalDanConwayDev
2024-08-07fix(remote): `push` dont send rejected to serverDanConwayDev
2024-08-07feat(remote): `fetch` applies proposal commitsDanConwayDev
2024-08-07refactor(git): apply patch to treeDanConwayDev
2024-08-06fix(remote): `list` correct proposal refsDanConwayDev
2024-08-06feat(remote): `fetch` ignore git servers `prs/*`DanConwayDev
2024-08-06feat(remote): `fetch` report on progressDanConwayDev
2024-08-06feat(remote): `list` includes open proposalsDanConwayDev
2024-08-05fix(remote): `push` when server is ahead of nostrDanConwayDev
2024-08-05feat(remote): print git url short nameDanConwayDev
2024-08-05feat(remote): improve `list` warning copyDanConwayDev
2024-08-05feat(remote): improve `push` warning copyDanConwayDev
2024-08-05feat(remote): `push` handle out-of-sync serversDanConwayDev
2024-08-05refactr(remote) `list` abstract `list_from_remotes`DanConwayDev