<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/tests/claim.rs, branch main</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=main</id>
<link rel='self' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/'/>
<updated>2024-02-14T08:54:27+00:00</updated>
<entry>
<title>feat!: move `claim` &gt; `init`</title>
<updated>2024-02-14T08:54:27+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-14T08:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=62d7f2fb26f2843fa8f7ff8b988bac14e5f756e2'/>
<id>urn:sha1:62d7f2fb26f2843fa8f7ff8b988bac14e5f756e2</id>
<content type='text'>
this aligns with gitstr and is more intuative

the idea behind using claim to indicate that it is only for
maintainersto do is valid but its too confusing
</content>
</entry>
<entry>
<title>refactor(git): find root commit from head</title>
<updated>2024-02-09T07:21:00+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-09T07:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=9cd3e43b899b23b7f6e75276fa3d19bf9550f8fd'/>
<id>urn:sha1:9cd3e43b899b23b7f6e75276fa3d19bf9550f8fd</id>
<content type='text'>
this is simpler

there is no need to check whether main or master exist
because one does 99+% of the time

the root commit wil be te same for head as master 99+% of the time
</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(repo_ref)!: align maintainers tag to nip34 style</title>
<updated>2024-02-02T03:11:31+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-02T03:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=401e60b98d94bc1f51dbd4b6083e92642a36efda'/>
<id>urn:sha1:401e60b98d94bc1f51dbd4b6083e92642a36efda</id>
<content type='text'>
nip34 specifies that repo event tags with multiple values wuch as
"relays" and "web" use theformat:

`["tag", "item", "item"...]`

instead of:

```
["tag", "item"],
["tag", "item"],
```

this update also adds clarity. it is not obvious that using a p tag
is intended to make the pubkey a co-maintainer.

BREAKING CHANGE: format of maintainers tags in repo events has
changed to reflect nip34 style and ngit will not detect the old
format
</content>
</entry>
<entry>
<title>feat(repo_ref)!: use nip34 kind and tags</title>
<updated>2024-02-02T02:30:01+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-01T09:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=1cacf1bce77b88febc0cf9e2f0f9f468d4b30555'/>
<id>urn:sha1:1cacf1bce77b88febc0cf9e2f0f9f468d4b30555</id>
<content type='text'>
- change kind number
- do not rely on d identifiers for unique commit id. set it as default
  to unique commit id shorthand.
- remove "r-" prefix from unique commit id r tag and instead add checks
  for SHA1 validity
- rename tag git_server to clone
- add web tag
- use single relays tag instead of multiple relay tags

BREAKING CHANGE: change repo 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>feat(claim) create yaml add maintainers and relays</title>
<updated>2023-12-12T00:00:00+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2023-12-12T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=3e52ecb609f8424cffb2e6398c599aa78224825a'/>
<id>urn:sha1:3e52ecb609f8424cffb2e6398c599aa78224825a</id>
<content type='text'>
- create yaml file with maintainers and relays
- add maintainers to repo event
- add current user as maintainer
- custom repo relays from cli argument
- save git-server in repo event
</content>
</entry>
<entry>
<title>feat(prs-create) send to repo relays</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=57321aa9136293b24757a6695a5c92087af539ab'/>
<id>urn:sha1:57321aa9136293b24757a6695a5c92087af539ab</id>
<content type='text'>
fetch repository reference events to identify repository relays

send pr events to repository relays alongside user relays
</content>
</entry>
<entry>
<title>refactor(claim) add RepoRef struct</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=c37ceaf1c3e4371f320798bf423719a9a6fe71fd'/>
<id>urn:sha1:c37ceaf1c3e4371f320798bf423719a9a6fe71fd</id>
<content type='text'>
enable wider usage of repoistory reference details
</content>
</entry>
<entry>
<title>feat(claim) create basic event</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=0753e0bcdd3d606f8f0226a3980bcd817117abaa'/>
<id>urn:sha1:0753e0bcdd3d606f8f0226a3980bcd817117abaa</id>
<content type='text'>
replacable event with root-commit, name, description and relay tags
</content>
</entry>
</feed>
