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-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
2024-07-03
revert: "chore: bump to v1.3.0"
DanConwayDev
2024-07-03
chore: bump to v1.3.0
DanConwayDev
2024-07-03
chore: update package homepage
DanConwayDev
2024-07-03
build: increase CI test timeout
DanConwayDev
2024-07-03
fix(login): use saved bunker login
DanConwayDev
2024-07-03
fix(list): remove event size limit
DanConwayDev
2024-07-02
fix(repo_ref): fallback to author as maintainer
DanConwayDev
2024-07-02
feat(send): tag each maintainer's repo event
DanConwayDev
2024-07-02
refactor: remove old remote helper placeholder
DanConwayDev
2024-07-01
test: fix test affected by user config
sommerfeld
2024-06-28
feat(login): login with nostr address via nip46
DanConwayDev
2024-06-28
test: increase timeout for expensive test
DanConwayDev
2024-06-28
feat(login): login with nip46 remote signer
DanConwayDev
2024-06-26
refactor: remove fresh test config
DanConwayDev
2024-06-25
refactor: replace keys with signer
DanConwayDev
2024-06-25
test: fix login in tests
DanConwayDev
2024-06-24
fix: binary wont run
DanConwayDev
2024-06-24
feat(login): store in git config and use cache
DanConwayDev
2024-06-21
build: fix CLITesterConfirmPrompt succeeds with
DanConwayDev
2024-06-13
feat(git): add get and save git config item
DanConwayDev
2024-06-13
build: use reliable relays in maintainers.yaml
Stella
2024-06-13
feat(init): add euc marker to commit reference
DanConwayDev
2024-06-13
chore: bump rust-nostr to v0.32.0
DanConwayDev
[next]