upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git_remote_helper.rs
AgeCommit message (Expand)Author
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-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-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-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-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
2024-08-02feat(remote): `list` add git server statusDanConwayDev
2024-08-02feat(remote): improve warning copyDanConwayDev
2024-08-02feat(remote): warn when out of syncDanConwayDev
2024-08-02fix: identifer in parse `nostr://npub/identifer`DanConwayDev
2024-08-01fix(remote): display nostr fetch reportDanConwayDev
2024-08-01Revert "fix(remote): display nostr fetch report"DanConwayDev
2024-08-01fix(remote): display nostr fetch reportDanConwayDev
2024-08-01test(remote): fix url `from_naddr`DanConwayDev
2024-08-01feat(remote): `--version` get from cargo packageDanConwayDev
2024-08-01feat(remote): add `nostr://npub/identifer`DanConwayDev
2024-08-01test(remote): add nostr url parse testDanConwayDev
2024-08-01feat(remote): `fetch` fallsback to other serversDanConwayDev
2024-08-01feat(remote): `push` to all `clone` serversDanConwayDev
2024-08-01fix(remote): download oids not refstrDanConwayDev
2024-08-01feat(remote): `fetch` uses state eventDanConwayDev
2024-07-31fix(remote): updating `push` state eventDanConwayDev
2024-07-31feat(remote): `push` issues state eventDanConwayDev
2024-07-30refactor: add struct `RepoState`DanConwayDev
2024-07-30refactor(remote): improve readabilityDanConwayDev
2024-07-29refactor(remote): abstract `list`DanConwayDev
2024-07-28fix(remote): only update ref when `push` succeedsDanConwayDev
2024-07-28refactor(remote): abstract `fetch` and `push`DanConwayDev
2024-07-28feat(remote): report on `push`DanConwayDev
2024-07-28feat(remote): batch `push` and `fetch`DanConwayDev
2024-07-28refactor(remote): allow more `push` callbacksDanConwayDev
2024-07-26fix(remote): push updates remote refsDanConwayDev
2024-07-26fix(remote): authenticate pushesDanConwayDev
2024-07-26feat(remote): add nostr git remote helperDanConwayDev