<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/tests/git_remote_nostr, branch v1.5.3</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.5.3</id>
<link rel='self' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.5.3'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/'/>
<updated>2024-10-28T15:41:14+00:00</updated>
<entry>
<title>chore: bump rust-nostr to patch near v0.36.0</title>
<updated>2024-10-28T15:41:14+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-10-28T15:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=ae87aedae9696f4c855ac3dc47e61faec9d07c15'/>
<id>urn:sha1:ae87aedae9696f4c855ac3dc47e61faec9d07c15</id>
<content type='text'>
bump all rust-nostr packages

refactoring code based on breaking changes

upgrading to patched version to address signer issue:
nostr:nevent1qvzqqqqqqypzq6xcz9jerqgqkldy8lpg7lglcyj4g3nwzy2cs6u70wejdaj7csnjqy88wumn8ghj7mn0wvhxcmmv9uqzpsw5ph8le2n2kh6uchftawt74hddazk9tp7wjmz967y2l0uva5rc7hsstq
</content>
</entry>
<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/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=d6faad17e814d252a72e3aca39a4b3898382bab9'/>
<id>urn:sha1:d6faad17e814d252a72e3aca39a4b3898382bab9</id>
<content type='text'>
bump all rust-nostr packages
</content>
</entry>
<entry>
<title>fix(remote): enable login through remote helper</title>
<updated>2024-09-23T13:13:28+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-23T12:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=0acc9768c2aff4bf4495c89698f29b56dae2f4b4'/>
<id>urn:sha1:0acc9768c2aff4bf4495c89698f29b56dae2f4b4</id>
<content type='text'>
originally this was disabled because there was a concern that it
would effect the operation of the remote helper due as it prints
to stdout.

it now only writes to stderr.
</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/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/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>feat(remote): add send events status reporting</title>
<updated>2024-09-20T10:30:11+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-20T10:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=667cc246ffb0a6410ff2d445d3e3ba522c6a2c4e'/>
<id>urn:sha1:667cc246ffb0a6410ff2d445d3e3ba522c6a2c4e</id>
<content type='text'>
to both tell users where events have been sent / failed to be sent
and to provide a status update so the user doesn't think its crashed
</content>
</entry>
<entry>
<title>test: fix test name typo</title>
<updated>2024-09-19T06:31:31+00:00</updated>
<author>
<name>@RandyMcMillan</name>
<email>randy.lee.mcmillan@gmail.com</email>
</author>
<published>2024-09-19T03:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=d82b9b919675233418af6d263a36c61e8c1248a0'/>
<id>urn:sha1:d82b9b919675233418af6d263a36c61e8c1248a0</id>
<content type='text'>
warngins ~&gt; warnings
</content>
</entry>
<entry>
<title>test(renote): fix whitespace in push` tests</title>
<updated>2024-09-18T10:20:28+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-18T10:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=a3af3f1b9fa5c1af5ecf54d03907ae23e8b238ee'/>
<id>urn:sha1:a3af3f1b9fa5c1af5ecf54d03907ae23e8b238ee</id>
<content type='text'>
fixing what should have been picked up in:
7718a56ab05038e743401ea01628d85edc50ed34
</content>
</entry>
<entry>
<title>test(renote): fix whitespace in push` tests</title>
<updated>2024-09-18T09:05:56+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-18T09:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=7718a56ab05038e743401ea01628d85edc50ed34'/>
<id>urn:sha1:7718a56ab05038e743401ea01628d85edc50ed34</id>
<content type='text'>
reverting change in 73480c03e194808bec7cbbf8c2d7064743d03369
</content>
</entry>
<entry>
<title>test: fix `generate_repo_with_state_event`</title>
<updated>2024-09-18T06:50:05+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-18T06:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=acfb3c2f18bc0d1e04056018fe93297d8f9ab925'/>
<id>urn:sha1:acfb3c2f18bc0d1e04056018fe93297d8f9ab925</id>
<content type='text'>
which enables some failing `fetch` tests to pass
</content>
</entry>
<entry>
<title>test(remote): fix test to ignore status updates</title>
<updated>2024-09-17T10:23:44+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-17T10:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=73480c03e194808bec7cbbf8c2d7064743d03369'/>
<id>urn:sha1:73480c03e194808bec7cbbf8c2d7064743d03369</id>
<content type='text'>
as changes to status updates has causes many tests to fail
</content>
</entry>
</feed>
