upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/lib/repo_ref.rs
AgeCommit message (Expand)Author
2025-10-17feat!(nostr_url): replace user with ssh_key_fileDanConwayDev
2025-08-07refactor: abstract `is_grasp_server_clone_url`DanConwayDev
2025-08-07refactor: rename fn `is_grasp_server_in_list`DanConwayDev
2025-08-07feat(send): PR fallback to user / custom graspDanConwayDev
2025-08-01fix: use new gitworkshop.dev url formatDanConwayDev
2025-07-22fix: remove blossom from grasp server detectionDanConwayDev
2025-07-16chore: bump nightly rustfmtDanConwayDev
2025-06-19refactor: rename ngit_relay to graspDanConwayDev
2025-05-31feat(push): prevent push if no ann eventDanConwayDev
2025-05-23fix: ignore duplicate relays, blossom or git serversDanConwayDev
2025-05-23feat: only try http(s) for ngit-relaysDanConwayDev
2025-05-23fix: remove blossom url trailing slashDanConwayDev
2025-05-22feat(init): add blossomDanConwayDev
2025-04-03feat(send): add description to event signing processDanConwayDev
2025-04-01chore: bump rust-nostr v0.37 ~> v0.40DanConwayDev
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-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-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-02fix(repo_ref): `try_from` capture `euc`DanConwayDev
2024-11-29feat(init): set remote `origin`DanConwayDev
2024-11-29refactor(repo_ref): use match instead of if letDanConwayDev
2024-11-28feat(push): update repo ann with maintainers.yamlDanConwayDev
2024-11-27chore: bump rust-nosrt v0.37.0DanConwayDev
2024-11-26refactor: err msgs 'cannot' > 'failed to'DanConwayDev
2024-11-21feat(login): overhaul login experienceDanConwayDev
2024-11-11chore: bump rust-nostr v0.36DanConwayDev
2024-10-28chore: bump rust-nostr to patch near v0.36.0DanConwayDev
2024-09-25chore: bump rust-nostr v0.35DanConwayDev
2024-09-04refactor: fix imports, etc based on restructureDanConwayDev
2024-09-04refactor: organise into lib and bin structureDanConwayDev