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-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
2024-03-01feat(send): fix grammar in cli outputDanConwayDev
2024-03-01feat(send): when on main default to sending 1 patchDanConwayDev
2024-02-29feat(send): add proposal revision cli msgDanConwayDev
2024-02-28fix: branch-name specified as main or masterDanConwayDev
2024-02-23feat(list): newest proposals firstsDanConwayDev
2024-02-23feat(init): improve copy orderDanConwayDev
2024-02-23feat(init): add customisation and defaultsDanConwayDev
2024-02-23fix(push): remove force push bugDanConwayDev
2024-02-23refactor: remove confusing options, improve helpDanConwayDev
2024-02-23feat(push): add `--force` to issue revisionDanConwayDev
2024-02-22refactor: fix spellingDanConwayDev
2024-02-22test(list): local proposal amendedDanConwayDev
2024-02-22refactor: simplifed ammendments and rebasesDanConwayDev
2024-02-22test(pull): local commits on uptodate proposalDanConwayDev
2024-02-22test(list): local commits on uptodate proposalDanConwayDev
2024-02-22feat(pull): support `--in-reply-to` revisionsDanConwayDev
2024-02-22fix(list): support `--in-reply-to` latest revisionDanConwayDev
2024-02-21feat(send): in-reply-to arg for revised proposalDanConwayDev
2024-02-21feat(send): specify commits eg HEAD~2DanConwayDev
2024-02-20feat(list): set checkout branch as default choiceDanConwayDev
2024-02-20refactor: tweak error wordingDanConwayDev
2024-02-20feat(list): download or apply with git amDanConwayDev
2024-02-16test: fix wording in cli testDanConwayDev
2024-02-16refactor: rename PR to proposalDanConwayDev
2024-02-15fix: improve 'searching for profile updates' msgDanConwayDev
2024-02-14feat: find repo event by nevent or naddrDanConwayDev
2024-02-14feat: send to default relays, blast repo eventDanConwayDev
2024-02-14feat!: move `claim` > `init`DanConwayDev
2024-02-14feat!: move `prs create`>`send`, `prs list`>`list`DanConwayDev
2024-02-13feat!: nip34 set pr kind to patch kindDanConwayDev
2024-02-13feat!: nip34 make pr event optionalDanConwayDev
2024-02-13feat(prs-create)!: pr to nip34-like cover letterDanConwayDev
2024-02-09refactor(git): find root commit from headDanConwayDev
2024-02-09feat(prs-create): add `PATCH n/n` to contentDanConwayDev
2024-02-02test: replace block_on with tokio::testsjk
2024-02-02feat(prs-create)!: use nip34 patch kind and tagsDanConwayDev
2024-02-02feat(repo_ref)!: align maintainers tag to nip34 styleDanConwayDev
2024-02-02feat(repo_ref)!: use nip34 kind and tagsDanConwayDev
2024-01-27fix(login): stop bailing when no name in metadataDanConwayDev
2024-01-26chore: upgrade rust-nostr v0.27.0v0.1.1DanConwayDev
2024-01-23fix(prs-create): remove d tag from pr eventDanConwayDev
2024-01-23feat(prs-list): check for clean repoDanConwayDev
2023-12-12feat(claim) create yaml add maintainers and relaysDanConwayDev
2023-12-08feat(push) push commits to existing prDanConwayDev
2023-12-07feat(pull) pull commits for checked out pr branchDanConwayDev
2023-12-01feat(prs-list) list and pull selected as branchDanConwayDev
2023-11-01feat(prs-create) add pr tag branch-name and titleDanConwayDev
2023-11-01feat(prs-create) use r instead of t tag for refsDanConwayDev
2023-11-01feat(prs-create) send to repo relaysDanConwayDev
2023-11-01refactor(claim) add RepoRef structDanConwayDev
2023-11-01feat(claim) create basic eventDanConwayDev
2023-11-01feat(prs-create) send to user relaysDanConwayDev
2023-11-01build(test) fix running tests togetherDanConwayDev
2023-11-01feat(login) fetch from discovered write relaysDanConwayDev
2023-10-01feat(login) fetch user relays and metadataDanConwayDev
2023-10-01feat(prs-create) send to multiple relaysDanConwayDev
2023-10-01feat(prs-create) find commits and create eventsDanConwayDev
2023-09-01feat(login) password login using encrypted nsecDanConwayDev
2023-09-13refactor: rebuild app skeletonDanConwayDev