<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/tests/prs_create.rs, branch v1.4.0</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.4.0</id>
<link rel='self' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.4.0'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/'/>
<updated>2024-02-14T08:47:27+00:00</updated>
<entry>
<title>feat!: move `prs create`&gt;`send`, `prs list`&gt;`list`</title>
<updated>2024-02-14T08:47:27+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-14T08:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=c0847f928c32adb0b4dfc3b73ee77fa3cdb5ec21'/>
<id>urn:sha1:c0847f928c32adb0b4dfc3b73ee77fa3cdb5ec21</id>
<content type='text'>
remove unnecessary hierachy of `prs` which is also a troublesome term

replace the concept of `create` which aligns more to the PR github model
to `send` which aligns more with the git patch model
</content>
</entry>
<entry>
<title>feat!: nip34 set pr kind to patch kind</title>
<updated>2024-02-13T16:25:19+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-13T16:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=1022344a0529b5f6b50f35d3030a528a1a5c6f91'/>
<id>urn:sha1:1022344a0529b5f6b50f35d3030a528a1a5c6f91</id>
<content type='text'>
this enables consistancy of display with simple clients that are just taking
the output of `git format-patch`
</content>
</entry>
<entry>
<title>feat!: nip34 make pr event optional</title>
<updated>2024-02-13T15:55:54+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-13T14:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=cf319efc6dcdc6c54564cb84e13218edbf3643fa'/>
<id>urn:sha1:cf319efc6dcdc6c54564cb84e13218edbf3643fa</id>
<content type='text'>
use first patch as thread root if pr event isn't present.

begin renaming pr event to cover letter.

fix patch ordering upon creation. patches were in youngest first
order which caused:
- `PATCH n/t`to be in reverse order
- the youngest patch was the marked root
- oldest patch replied to the youngest

fix finding most recent patch event. when a patch in a set is the
most recent it will share a created_at with other patches.
previously the first patch recieved from relay in the set would be
used. now it finds the first patch with that created_at which isn't
also a parent of another patch with the same created_at.
</content>
</entry>
<entry>
<title>feat(prs-create)!: pr to nip34-like cover letter</title>
<updated>2024-02-13T06:27:34+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-13T06:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=3112576195aef212622d27ad9164336796c1953e'/>
<id>urn:sha1:3112576195aef212622d27ad9164336796c1953e</id>
<content type='text'>
up the pr event type to a nip34-like cover letter format

this sets the building blocks in place to enable simplier clients to
use the 'cover letter' feature in `git format-patch` to create the
experience as a pr event
</content>
</entry>
<entry>
<title>feat(prs-create): add `PATCH n/n` to content</title>
<updated>2024-02-09T06:51:39+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-08T15:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=4b0a35583644e703eb615e0724d33fe93aec932b'/>
<id>urn:sha1:4b0a35583644e703eb615e0724d33fe93aec932b</id>
<content type='text'>
format patch as a series in the patch event content unless it is 1/1
and there is no pr (cover letter) event
</content>
</entry>
<entry>
<title>test: replace block_on with tokio::tests</title>
<updated>2024-02-02T07:21:01+00:00</updated>
<author>
<name>jk</name>
<email>email@jkrause.io</email>
</author>
<published>2024-01-31T14:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=ab1450c655f7fdfc214e1556d16fc754ca684613'/>
<id>urn:sha1:ab1450c655f7fdfc214e1556d16fc754ca684613</id>
<content type='text'>
This is intended to improve the reliabilty of the tests. there have been
particular issues with random tests never ending when run in the nix
configuration

see discussion here
https://github.com/DanConwayDev/ngit-cli/issues/
6#issuecomment-1918971239

and:
https://github.com/DanConwayDev/ngit-cli/pull/7
</content>
</entry>
<entry>
<title>feat(prs-create)!: use nip34 patch kind and tags</title>
<updated>2024-02-02T06:51:40+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-02T06:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=ccdbc337ae16d7c70be44166269c8b2d5b9f5c09'/>
<id>urn:sha1:ccdbc337ae16d7c70be44166269c8b2d5b9f5c09</id>
<content type='text'>
- change kind number
- remove "r-" prefix from unique commit id r tag
- rename tag commit-sig to commit-pgp-sig
- a tag for repo identifer and pubkey. this serves as a vote for
  this pubkey being a maintainer
- add relay hints
- change format of committer tag
- remove r references to parent commit id
- tag parent patch event if its part of change request

author and commit-message tags still need to be removed but they are
required to apply patches with gitlib2. we will need to fallback to
running the git client to apply patches.

BREAKING CHANGE: change patch/commit event kind and tags to reflect
nip34 draft. events with the older kind will no longer be found and
will not be in a valid format
</content>
</entry>
<entry>
<title>fix(prs-create): remove d tag from pr event</title>
<updated>2024-01-23T00:00:00+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-01-23T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=7e1f3a03ea4dea7b6aec39a555ce3caf22b88d8b'/>
<id>urn:sha1:7e1f3a03ea4dea7b6aec39a555ce3caf22b88d8b</id>
<content type='text'>
this shouldn't be present
</content>
</entry>
<entry>
<title>feat(prs-list) list and pull selected as branch</title>
<updated>2023-12-01T00:00:00+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2023-12-01T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=06be0bc44011411b78217459f505ed12281b32c4'/>
<id>urn:sha1:06be0bc44011411b78217459f505ed12281b32c4</id>
<content type='text'>
- fetch prs and present as a selectable list
- create and / or checkout branch for selected pr
- apply latest patches as commits
</content>
</entry>
<entry>
<title>feat(prs-create) add pr tag branch-name and title</title>
<updated>2023-11-01T00:00:00+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2023-11-01T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=39ad36115d368d79d4723b3a6b1cefe4874813a3'/>
<id>urn:sha1:39ad36115d368d79d4723b3a6b1cefe4874813a3</id>
<content type='text'>
tag pr event with title, description and the name of the current
checkedout branch
</content>
</entry>
</feed>
