upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-11-27feat(account): move login/out cmds to accountDanConwayDev
2024-11-26test(login): update `ngit login` testDanConwayDev
2024-11-26refactor: err msgs 'cannot' > 'failed to'DanConwayDev
2024-11-25feat(list): report on action selectionDanConwayDev
2024-11-25test: fix login copyDanConwayDev
2024-11-11chore: bump rust-nostr v0.36DanConwayDev
2024-11-11Revert "refactor: remove ngit `pull` `push` `fetch`"DanConwayDev
2024-11-04refactor: remove ngit `pull` `push` `fetch`DanConwayDev
2024-10-28chore: bump rust-nostr to patch near v0.36.0DanConwayDev
2024-09-25chore: bump rust-nostr v0.35DanConwayDev
2024-09-24test: restructure ngit integration testsDanConwayDev
2024-09-24feat(login): login via nip46 QR codeDanConwayDev
2024-09-23fix(remote): enable login through remote helperDanConwayDev
2024-09-23fix(remote): add resilience to `prs`DanConwayDev
2024-09-20feat(remote): add send events status reportingDanConwayDev
2024-09-19test: fix test name typo@RandyMcMillan
2024-09-18test: fix gitlib2 version in sampleDanConwayDev
2024-09-18test(renote): fix whitespace in push` testsDanConwayDev
2024-09-18test(renote): fix whitespace in push` testsDanConwayDev
2024-09-18test: fix `generate_repo_with_state_event`DanConwayDev
2024-09-17test(remote): fix test to ignore status updatesDanConwayDev
2024-09-17test(remote): fix generate_repo_with_state_eventDanConwayDev
2024-09-12fix(remote): update copyDanConwayDev
2024-09-11refactor: fix fmt and clippy issuesDanConwayDev
2024-09-09test(remote): refactor split into multiple filesDanConwayDev
2024-09-09test: refactor into binary subdirsDanConwayDev
2024-09-06fix(remote): `fetch` and `list` status copyDanConwayDev
2024-08-28chore: bump rust-nostr to v0.34.0DanConwayDev
2024-08-27fix(init): make maintainer.yaml copy clearerDanConwayDev
2024-08-20feat: set proposal branch prefix to `pr/`DanConwayDev
2024-08-18feat(remote): `push` log merge event creationDanConwayDev
2024-08-18feat(remote): `push` publish merge eventDanConwayDev
2024-08-09feat(remote): `push` new proposalDanConwayDev
2024-08-09feat(remote): remove pr id postfix for authorsDanConwayDev
2024-08-08fix(send): patch countDanConwayDev
2024-08-08feat(remote): `push` force push proposalDanConwayDev
2024-08-08test(remote): improve robustness of testDanConwayDev
2024-08-08test(remote): `push` to existing proposalDanConwayDev
2024-08-07feat(remote): `fetch` applies proposal commitsDanConwayDev
2024-08-06fix(remote): `list` correct proposal refsDanConwayDev
2024-08-06feat(remote): `fetch` report on progressDanConwayDev
2024-08-06feat(remote): `list` includes open proposalsDanConwayDev
2024-08-06test(remote): `list` fix warning copyDanConwayDev
2024-08-05feat(remote): `push` handle out-of-sync serversDanConwayDev
2024-08-05test(remote): remove `async_run_test`DanConwayDev
2024-08-05test(remote): run `list for-push` before `push`DanConwayDev
2024-08-05test(remote): refactor `push` testsDanConwayDev
2024-08-02test(remote): warn when out of syncDanConwayDev
2024-08-02feat(remote): improve warning copyDanConwayDev
2024-08-01fix(remote): display nostr fetch reportDanConwayDev
2024-08-01Revert "fix(remote): display nostr fetch report"DanConwayDev
2024-08-01fix(remote): display nostr fetch reportDanConwayDev
2024-08-01feat(remote): `fetch` fallsback to other serversDanConwayDev
2024-08-01feat(remote): `push` to all `clone` serversDanConwayDev
2024-08-01feat(remote): `fetch` uses state eventDanConwayDev
2024-08-01test(remote): `push` delete branch updates stateDanConwayDev
2024-07-31fix(remote): updating `push` state eventDanConwayDev
2024-07-31feat(remote): `push` issues state eventDanConwayDev
2024-07-31test(remote): `push` deletes branchDanConwayDev
2024-07-31test(remote): push updates remote refsDanConwayDev
2024-07-31test(remote): `push`updates ref on git serverDanConwayDev
2024-07-31test(remote): `fetch` downloads commitsDanConwayDev
2024-07-31test(remote): add second branch to `list`DanConwayDev
2024-07-31test(remote): `list` returns HEAD and mainDanConwayDev
2024-07-31test(remote): test helpers and basic fetchDanConwayDev
2024-07-25fix(init): add missing identifier to yamlDanConwayDev
2024-07-24refactor: use nip34 kinds from rust-nostrDanConwayDev
2024-07-24test: remove old proposal rev amended locallyDanConwayDev
2024-07-24test: abstract `list` and `pull` test codeDanConwayDev
2024-07-24feat(push): `--force` tries non-interactivelyDanConwayDev
2024-07-24test: fix `pull` testsDanConwayDev
2024-07-24test: refactor `list` and `pull` to abstract codeDanConwayDev
2024-07-24test: refactor `pull` and `push` to abstract codeDanConwayDev
2024-07-23feat(list): unique proposal branch namesDanConwayDev
2024-07-22fix: typos and improve copyDanConwayDev
2024-07-19feat: integrate `fetch` into `list`DanConwayDev
2024-07-19feat: integrate `fetch` into `pull`DanConwayDev
2024-07-19feat: integrate `fetch` into `push`DanConwayDev
2024-07-19feat: intergrate `fetch` into `send`DanConwayDev
2024-07-17feat(init): set repo pointer in git configDanConwayDev
2024-07-17feat(login): use fetch to get user profileDanConwayDev
2024-07-15feat(fetch): fetch events and save to cacheDanConwayDev
2024-07-02feat(send): tag each maintainer's repo eventDanConwayDev
2024-06-28feat(login): login with nostr address via nip46DanConwayDev
2024-06-28test: increase timeout for expensive testDanConwayDev
2024-06-28feat(login): login with nip46 remote signerDanConwayDev
2024-06-26refactor: remove fresh test configDanConwayDev
2024-06-24feat(login): store in git config and use cacheDanConwayDev
2024-06-13feat(init): add euc marker to commit referenceDanConwayDev
2024-06-13chore: bump rust-nostr to v0.32.0DanConwayDev
2024-06-11refactor: bump rust-nostr to v0.30 use ncryptsecDanConwayDev
2024-05-23feat: add NIP-31 alt tagsDanConwayDev
2024-05-07feat(send): `in-reply-to` tags npubs and eventsDanConwayDev
2024-04-22feat(send): print link to proposal rootDanConwayDev
2024-03-28test: fix intermittent test failuresDanConwayDev
2024-03-27replace blocking client in tests with asyncDanConwayDev
2024-03-25update tag generationDanConwayDev
2024-03-22chore: cargo updateDanConwayDev
2024-03-08feat(send): select commits from a listDanConwayDev
2024-03-04test: ensure failed tests timeoutDanConwayDev