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-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
2024-08-02
bump nostr-database to v0.33.1
DanConwayDev
2024-08-02
fix: identifer in parse `nostr://npub/identifer`
DanConwayDev
2024-08-01
Revert "refactor: fix `stderr` ~> `stdout`"
DanConwayDev
2024-08-01
fix(remote): display nostr fetch report
DanConwayDev
2024-08-01
Revert "fix(remote): display nostr fetch report"
DanConwayDev
2024-08-01
fix(remote): display nostr fetch report
DanConwayDev
2024-08-01
refactor: fix `stderr` ~> `stdout`
DanConwayDev
2024-08-01
Revert "clear 'fetching updates..' when done"
DanConwayDev
2024-08-01
clear 'fetching updates..' when done
DanConwayDev
2024-08-01
test(remote): fix url `from_naddr`
DanConwayDev
2024-08-01
feat(remote): `--version` get from cargo package
DanConwayDev
2024-08-01
feat(remote): add `nostr://npub/identifer`
DanConwayDev
2024-08-01
test(remote): add nostr url parse test
DanConwayDev
2024-08-01
feat(remote): `fetch` fallsback to other servers
DanConwayDev
2024-08-01
feat(remote): `push` to all `clone` servers
DanConwayDev
2024-08-01
fix(remote): download oids not refstr
DanConwayDev
2024-08-01
feat(remote): `fetch` uses state event
DanConwayDev
2024-08-01
test(remote): `push` delete branch updates state
DanConwayDev
2024-08-01
test(remote): `recreate_as_bare` cp all branch
DanConwayDev
2024-07-31
fix(remote): updating `push` state event
DanConwayDev
2024-07-31
feat(remote): `push` issues state event
DanConwayDev
2024-07-31
test(remote): `push` deletes branch
DanConwayDev
2024-07-31
test(remote): push updates remote refs
DanConwayDev
2024-07-31
test(remote): `push`updates ref on git server
DanConwayDev
2024-07-31
test(remote): add `recreate_as_bare` helper
DanConwayDev
2024-07-31
test(remote): `fetch` downloads commits
DanConwayDev
2024-07-31
test(remote): add second branch to `list`
DanConwayDev
2024-07-31
test(remote): `list` returns HEAD and main
DanConwayDev
2024-07-31
test(remote): test helpers and basic fetch
DanConwayDev
2024-07-30
refactor: add struct `RepoState`
DanConwayDev
2024-07-30
refactor(remote): improve readability
DanConwayDev
2024-07-29
refactor(remote): abstract `list`
DanConwayDev
2024-07-29
feat(fetch): fetch state announcements
DanConwayDev
2024-07-28
fix(remote): only update ref when `push` succeeds
DanConwayDev
2024-07-28
refactor(remote): abstract `fetch` and `push`
DanConwayDev
2024-07-28
feat(remote): report on `push`
DanConwayDev
2024-07-28
feat(remote): batch `push` and `fetch`
DanConwayDev
2024-07-28
refactor(remote): allow more `push` callbacks
DanConwayDev
2024-07-26
fix(remote): push updates remote refs
DanConwayDev
2024-07-26
fix(remote): authenticate pushes
DanConwayDev
2024-07-26
feat(remote): add nostr git remote helper
DanConwayDev
2024-07-25
chore: bump to v1.3.1
v1.3.1
DanConwayDev
2024-07-25
fix(init): add missing identifier to yaml
DanConwayDev
2024-07-25
test: reintroduce `match_event` to test queries
DanConwayDev
2024-07-24
build: remove relay from maintainers.yaml
DanConwayDev
2024-07-24
build: add identifer to maintainers.yaml
DanConwayDev
2024-07-24
chore: bump to v1.3.0
v1.3.0
DanConwayDev
2024-07-24
docs: remove draft nip34 and add fetch
DanConwayDev
2024-07-24
refactor: use nip34 kinds from rust-nostr
DanConwayDev
2024-07-24
test: remove old proposal rev amended locally
DanConwayDev
2024-07-24
test: abstract `list` and `pull` test code
DanConwayDev
2024-07-24
feat(push): `--force` tries non-interactively
DanConwayDev
2024-07-24
test: fix `pull` tests
DanConwayDev
2024-07-24
test: refactor `list` and `pull` to abstract code
DanConwayDev
2024-07-24
test: fix intermitant failures due to timestamp
DanConwayDev
2024-07-24
test: refactor `pull` and `push` to abstract code
DanConwayDev
2024-07-23
feat(list): unique proposal branch names
DanConwayDev
2024-07-22
fix: typos and improve copy
DanConwayDev
2024-07-22
chore: bump rust-nostr to v0.33.0
DanConwayDev
2024-07-22
test: increase rexpect timeout 2s ~> 3s
DanConwayDev
2024-07-22
fix(pull): find proposal, root not revision
DanConwayDev
2024-07-19
feat: intergrate `fetch` into `init`
DanConwayDev
2024-07-19
feat: save created events to cache
DanConwayDev
2024-07-19
feat: integrate `fetch` into `list`
DanConwayDev
2024-07-19
feat: integrate `fetch` into `pull`
DanConwayDev
2024-07-19
feat: integrate `fetch` into `push`
DanConwayDev
2024-07-19
feat(send): add relay hints to link
DanConwayDev
2024-07-19
feat: intergrate `fetch` into `send`
DanConwayDev
2024-07-19
fix(fetch): error when user profile not present
DanConwayDev
2024-07-19
fix(fetch): absent repo addr infinite loop
DanConwayDev
2024-07-18
fix(fetch): dont report old profile as update
DanConwayDev
2024-07-18
fix(fetch): get profiles of fresh contributors
DanConwayDev
2024-07-18
fix(fetch): new coodinates infinite loop
DanConwayDev
2024-07-18
refactor(fetch): move database cache
DanConwayDev
2024-07-18
fix(fetch): report profile updates as updates
DanConwayDev
2024-07-18
improve copy
DanConwayDev
2024-07-18
refactor: fetch some profiles from user relays
DanConwayDev
2024-07-18
fix(fetch): find repo based in naddr relay hint
DanConwayDev
2024-07-17
fix(fetch): get profile with nsec cli parameter
DanConwayDev
2024-07-17
feat(init): set repo pointer in git config
DanConwayDev
2024-07-17
feat(login): use fetch to get user profile
DanConwayDev
2024-07-16
feat(fetch): get contributor profiles
DanConwayDev
2024-07-16
fix(fetch): report grammar and copy
DanConwayDev
2024-07-16
fix(fetch): report details
DanConwayDev
2024-07-16
feat(fetch): search newly discovered inbox relays
DanConwayDev
2024-07-16
refactor(fetch): improve FetchRequest
DanConwayDev
2024-07-15
feat(fetch): fetch events and save to cache
DanConwayDev
2024-07-05
feat(init): group by status
v1.3-beta1
DanConwayDev
[next]