<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/src/bin/git_remote_nostr/fetch.rs, branch v1.5.3</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/atom?h=v1.5.3</id>
<link rel='self' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/atom?h=v1.5.3'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/'/>
<updated>2024-09-25T13:37:17+00:00</updated>
<entry>
<title>chore: bump rust-nostr v0.35</title>
<updated>2024-09-25T13:37:17+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-25T13:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=d6faad17e814d252a72e3aca39a4b3898382bab9'/>
<id>urn:sha1:d6faad17e814d252a72e3aca39a4b3898382bab9</id>
<content type='text'>
bump all rust-nostr packages
</content>
</entry>
<entry>
<title>feat(login): login via nip46 QR code</title>
<updated>2024-09-24T18:48:11+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-24T14:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=d01380f7b3efebc9c40a2e71c2ddd635fa936be4'/>
<id>urn:sha1:d01380f7b3efebc9c40a2e71c2ddd635fa936be4</id>
<content type='text'>
or nostrconnect url string which is a much better UX flow for nip46
</content>
</entry>
<entry>
<title>fix(remote): add resilience to `prs`</title>
<updated>2024-09-23T12:36:53+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-23T09:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=2cdbb8c7ac6c98af6e36c4458c08bef2299794e1'/>
<id>urn:sha1:2cdbb8c7ac6c98af6e36c4458c08bef2299794e1</id>
<content type='text'>
make poorly formatted patches fail silently. we stop trusting that the
`commit` tag in the latest patch can be produced by apply the patches.
to achieve this we must recreate the commit during the list command,
which require fetching the parent oids.

support patches without optional `commit` and `parent-commit` tags.
</content>
</entry>
<entry>
<title>fix(remote): create pr commit error reporting</title>
<updated>2024-09-18T11:13:26+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-18T11:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=e91f95f0d4577d64e41e3ac1d7ae87035a5f12e0'/>
<id>urn:sha1:e91f95f0d4577d64e41e3ac1d7ae87035a5f12e0</id>
<content type='text'>
so it clear which patch is causing issues and it continues to report
the fetch problem to the git client.

we need a better solution it degrades gracefully rather than
stopping the operation.

perhaps list needs to only list PRs which it can create from existing
data objects?
perhaps list also needs fetch objects before fetch is called?
</content>
</entry>
<entry>
<title>fix(remote): reporter lines on narrow terminals</title>
<updated>2024-09-18T10:11:41+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-18T10:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=c7838f952f9e32bb871ea6453595b8b14e8fdd3e'/>
<id>urn:sha1:c7838f952f9e32bb871ea6453595b8b14e8fdd3e</id>
<content type='text'>
remove the correct number of lines when reporter prints to
narrow terminals
</content>
</entry>
<entry>
<title>feat(remote): store successful protocol in config</title>
<updated>2024-09-17T12:23:22+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-17T12:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=a4bcaf98cc7a00a71f34ed382dc65414eaec5bff'/>
<id>urn:sha1:a4bcaf98cc7a00a71f34ed382dc65414eaec5bff</id>
<content type='text'>
if another protocol was tried first and failed
</content>
</entry>
<entry>
<title>fix(remote): `fetch` dont show resolving 0 deltas</title>
<updated>2024-09-17T06:39:05+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-17T06:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=4f76e3d99ece9f9a15bbb4e6c2c26ccd1ef48900'/>
<id>urn:sha1:4f76e3d99ece9f9a15bbb4e6c2c26ccd1ef48900</id>
<content type='text'>
in progress updates as its not resolving any deltas
</content>
</entry>
<entry>
<title>fix(remote): fetch report join remote lines</title>
<updated>2024-09-16T15:26:33+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-16T15:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=ff80e0d444579c72dfab755b98bc79da1b1a4ffe'/>
<id>urn:sha1:ff80e0d444579c72dfab755b98bc79da1b1a4ffe</id>
<content type='text'>
when they are sent via multiple messages
</content>
</entry>
<entry>
<title>refactor(remote): add tests to fetch reporting</title>
<updated>2024-09-16T15:02:52+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-16T15:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=32d427865a59ed245bbf898e6f4a8d5ad1ff1958'/>
<id>urn:sha1:32d427865a59ed245bbf898e6f4a8d5ad1ff1958</id>
<content type='text'>
and slightly refactor
</content>
</entry>
<entry>
<title>fix(remote): fetch status reduce line writes</title>
<updated>2024-09-13T19:40:01+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-13T19:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/ngit-cli-mirror/commit/?id=d832abb04887ae3ae6e4d88f2915e3ac6a1fcff8'/>
<id>urn:sha1:d832abb04887ae3ae6e4d88f2915e3ac6a1fcff8</id>
<content type='text'>
by only removing and rewriting transfer progress
</content>
</entry>
</feed>
