upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-07-30refactor: add struct `RepoState`DanConwayDev
2024-07-26feat(remote): add nostr git remote helperDanConwayDev
2024-07-19feat: integrate `fetch` into `push`DanConwayDev
2024-07-15feat(fetch): fetch events and save to cacheDanConwayDev
2024-06-28feat(login): login with nip46 remote signerDanConwayDev
2024-03-22chore: nix flake updateDanConwayDev
2024-03-04fix: typo in help content@RandyMcMillan
2024-02-23refactor: remove confusing options, improve helpDanConwayDev
2024-02-23feat(push): add `--force` to issue revisionDanConwayDev
2024-02-22refactor: fix spellingDanConwayDev
2024-02-16refactor: rename PR to proposalDanConwayDev
2024-02-16feat: improve helpDanConwayDev
2024-02-14feat!: move `claim` > `init`DanConwayDev
2024-02-14feat!: move `prs create`>`send`, `prs list`>`list`DanConwayDev
2024-01-31fix: intermittent crashing by removing block_onDanConwayDev
2023-12-08feat(push) push commits to existing prDanConwayDev
2023-12-07feat(pull) pull commits for checked out pr branchDanConwayDev
2023-11-01refactor(claim) move repo_ref.rsDanConwayDev
2023-11-01feat(claim) create basic eventDanConwayDev
2023-10-01feat(login) fetch user relays and metadataDanConwayDev
2023-10-01feat(prs-create) send to multiple relaysDanConwayDev
2023-10-01feat(prs-create) send commit to relayDanConwayDev
2023-10-01feat(prs-create) find commits and create eventsDanConwayDev
2023-09-01feat(login) password login using encrypted nsecDanConwayDev
2023-09-13refactor: rebuild app skeletonDanConwayDev