upleb
blst
glmps
npub
pls
smpl
u
p
l
e
b
.
u
k
Public git repos — served from a NIP-34 GRASP relay at
git.upleb.uk
GRASP
index
:
npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror
main
Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-13
fix(remote): add rebustness to fetch reporting
DanConwayDev
2024-09-13
refactor: abstract find pr from branch name
DanConwayDev
2024-09-13
fix(ngit): improve find pr from branch
DanConwayDev
2024-09-13
fix(ngit): `pull` and `push` find pr from branch
DanConwayDev
2024-09-12
fix(remote): `push` status updates
DanConwayDev
2024-09-12
fix(remote): generalise auth failure detection
DanConwayDev
2024-09-12
fix(remote): `push` detect ssh auth failure
DanConwayDev
2024-09-12
fix(remote): improve `push` status updates
DanConwayDev
2024-09-12
fix(remote): improve fetch & list status updates
DanConwayDev
2024-09-12
feat(remote): add fetch status updates
DanConwayDev
2024-09-12
fix(remote): stop fetching after success
DanConwayDev
2024-09-12
fix(remote): identify auth failure
DanConwayDev
2024-09-12
fix(remote): update copy
DanConwayDev
2024-09-11
refactor: fix fmt and clippy issues
DanConwayDev
2024-09-11
build: add nix build derivation for tarball
DanConwayDev
2024-09-11
build: remove PKG_CONFIG_PATH env var
DanConwayDev
2024-09-11
build: fix nix binary references and build tools
DanConwayDev
2024-09-10
build: fix dependancy package errors
DanConwayDev
2024-09-09
build: use nix to build binaries
DanConwayDev
2024-09-09
chore: nix flake update
DanConwayDev
2024-09-09
test(remote): refactor split into multiple files
DanConwayDev
2024-09-09
test: refactor into binary subdirs
DanConwayDev
2024-09-09
feat(remote): push protocol selection / fallback
DanConwayDev
2024-09-06
fix(remote): `fetch` and `list` status copy
DanConwayDev
2024-09-06
feat(remote): just use ssh if auth succeeds
DanConwayDev
2024-09-06
fix(remote): `list` apply protocols selection
DanConwayDev
2024-09-06
fix(remote): improve protocol selction / fallback
DanConwayDev
2024-09-06
refactor: render ServerProtocols lowercase
DanConwayDev
2024-09-06
feat(remote): fetch protocol selection / fallback
DanConwayDev
2024-09-06
add `CloneUrl`
DanConwayDev
2024-09-04
refactor(remote): split into modules
DanConwayDev
2024-09-04
refactor: use FromStr trait for NostrUrlDecoded
DanConwayDev
2024-09-04
refactor: fix imports, etc based on restructure
DanConwayDev
2024-09-04
refactor: organise into lib and bin structure
DanConwayDev
2024-09-03
feat(remote): enhance nostr url format
DanConwayDev
2024-09-03
feat(init): https as default clone url protocol
DanConwayDev
2024-08-30
chore: bump to v1.4.5
v1.4.5
DanConwayDev
2024-08-30
feat(remote): fallback to ssh or https
DanConwayDev
2024-08-30
fix(remote): push pr shoudln't connect to server
DanConwayDev
2024-08-30
build: remove pre-commit git hook
DanConwayDev
2024-08-30
fix(remote): add auth for ssh `list` and `fetch`
DanConwayDev
2024-08-28
chore: bump rust-nostr to v0.34.1
DanConwayDev
2024-08-28
chore: bump rust-nostr to v0.34.0
DanConwayDev
2024-08-28
build: commit-msg allow nostr: links
DanConwayDev
2024-08-27
chore: bump to v1.4.4
v1.4.4
DanConwayDev
2024-08-27
build: include helper binary in gh action
DanConwayDev
2024-08-27
fix(init): make maintainer.yaml copy clearer
DanConwayDev
2024-08-27
chore: bump to v1.4.3
v1.4.3
DanConwayDev
2024-08-27
fix(remote): clone failure
DanConwayDev
2024-08-20
chore: bump to v1.4.2
v1.4.2
DanConwayDev
2024-08-20
fix:(remote): only maintainers can push
DanConwayDev
2024-08-20
chore: bump to v1.4.1
v1.4.1
DanConwayDev
2024-08-20
fix(remote): `push` tags use correct oid
DanConwayDev
2024-08-20
build: removed git category
DanConwayDev
2024-08-20
chore: bump to v1.4.0
v1.4.0
DanConwayDev
2024-08-20
docs: add git-remote-nostr content to readme
DanConwayDev
2024-08-20
feat: set proposal branch prefix to `pr/`
DanConwayDev
2024-08-19
feat(repo_ref): find coordinates from git remotes
DanConwayDev
2024-08-19
refactor(repo_ref): split get_repo_coordinates
DanConwayDev
2024-08-19
refactor(remote): move url_to_repo_coordinates
DanConwayDev
2024-08-19
test(remote): fix first test run
DanConwayDev
2024-08-18
feat(remote): `push` log merge event creation
DanConwayDev
2024-08-18
feat(remote): `push` publish merge event
DanConwayDev
2024-08-09
feat(remote): `push` new proposal
DanConwayDev
2024-08-09
feat(remote): `push` to non-open proposals
DanConwayDev
2024-08-09
feat(remote): remove pr id postfix for authors
DanConwayDev
2024-08-08
fix(send): patch count
DanConwayDev
2024-08-08
test: increase rexpect timeout 3s ~> 4s
DanConwayDev
2024-08-08
feat(remote): `push` force push proposal
DanConwayDev
2024-08-08
test(remote): improve robustness of test
DanConwayDev
2024-08-08
test(remote): `push` to existing proposal
DanConwayDev
2024-08-08
fix(remote): `push` proposal use correct thread
DanConwayDev
2024-08-08
fix(remote) `push` proposals patch order
DanConwayDev
2024-08-08
fix(remote): `push` only send state when updated
DanConwayDev
2024-08-08
test(remote): helper to run as git remote helper
DanConwayDev
2024-08-08
fix(remote): `fetch` unsigned commit changed HEAD
DanConwayDev
2024-08-07
fix(remote): `push` apply proposal permissions
DanConwayDev
2024-08-07
feat(remote): `push` add commits to proposal
DanConwayDev
2024-08-07
test(git): make drop GitTestRepo optional
DanConwayDev
2024-08-07
fix(remote): `push` dont send rejected to server
DanConwayDev
2024-08-07
feat(remote): `fetch` applies proposal commits
DanConwayDev
2024-08-07
refactor(git): apply patch to tree
DanConwayDev
2024-08-06
fix(remote): `list` correct proposal refs
DanConwayDev
2024-08-06
feat(remote): `fetch` ignore git servers `prs/*`
DanConwayDev
2024-08-06
feat(remote): `fetch` report on progress
DanConwayDev
2024-08-06
feat(remote): `list` includes open proposals
DanConwayDev
2024-08-06
test(remote): `list` fix warning copy
DanConwayDev
2024-08-05
fix(remote): `push` when server is ahead of nostr
DanConwayDev
2024-08-05
feat(remote): print git url short name
DanConwayDev
2024-08-05
feat(remote): improve `list` warning copy
DanConwayDev
2024-08-05
feat(remote): improve `push` warning copy
DanConwayDev
2024-08-05
feat(remote): `push` handle out-of-sync servers
DanConwayDev
2024-08-05
test(remote): remove `async_run_test`
DanConwayDev
2024-08-05
refactr(remote) `list` abstract `list_from_remotes`
DanConwayDev
2024-08-05
test(remote): run `list for-push` before `push`
DanConwayDev
2024-08-05
test(remote): refactor `push` tests
DanConwayDev
2024-08-02
test(remote): warn when out of sync
DanConwayDev
2024-08-02
feat(remote): `list` add git server status
DanConwayDev
2024-08-02
feat(remote): improve warning copy
DanConwayDev
2024-08-02
feat(remote): warn when out of sync
DanConwayDev
[next]