Oddbean new post about | logout
 specific proposal not listed (by gitworkshop or ngit)

as identified by laeserin
nostr:nevent1qydhwumn8ghj7argv4nx7un9wd6zumn0wd68yvfwvdhk6tcprpmhxue69uhkummnw3ezuum0we3xjapwdphhxap0qyghwumn8ghj7mn0wd68ytnhd9hx2tcpzdmhxue69uhhqatjwpkx2urpvuhx2ue0qqsxspfecpk053ddtlj2rx6ln3pee7ma9sryxtu0d78xpwphwg5fkyqqwy5ey
repo relays respond with the event when this query is used via https://inspector.nostr.com 
```
[
  "REQ",
  "80922",
  {
    "authors": ["fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1"],
    "kinds": [1617],
    "limit": 100
  }
]
```
and it gets display when the id is manually specified:
https://gitworkshop.dev/repo/SilberWitch/proposal/5f21ee609ea743feafb9c13144c096c863f13592bbcf3912ece6b03875798511
but doesn't get listed on the repo page or in the 'recent proposals' section of the homepage 
 The event looks like it is a force push (also know as new revision) of an existing proposal so it isn't displayed in proposal lists.
The reference to the original proposal is actually a reference to a kind 1 event and there isn't an original proposal therefore it doesn't get displayed.
This is a result of a bug in the latest vesion of ngit (v1.1.2) when running the command `ngit send` with the `--in-reply-to` flag.
I'll close this issue. The bug in ngit list is tracked through:
nostr:nevent1qqs0uwwmd05tu6jqcjd55k5he6tvsxlu2xxstd3xnykr2504n3t2qvslvnhqc
https://gitworkshop.dev/repo/ngit/issue/fe39db6be8be6a40c49b4a5a97ce96c81bfc518d05b626992c3551f59c56a032
 
 The event looks like it is a force push (also know as new revision) of an existing proposal so it isn't displayed by `ngit list`.
The reference to the original proposal is actually a reference to a kind 1 event and there isn't an original proposal therefore it doesn't get displayed.
The event was almost certainly created with `ngit send` with the `--in-reply-to` flag referencing the kind 1.
`ngit send` does no checks to ensure `--in-reply-to` is actually a root proposal. This caused the error. This is a bug that should be fixed.
The language 'in-reply-to' is super miss leading. It is used because it replicates the functionality of the `git send-email` 'in-reply-to'.
There is a potential feature request here also. `--in-reply-to` should support referencing other events: kind 1s, issues, or even other things.  
 All it would need to do to fix the bug and add the feature would be to check whether the id is a proposal root and if not omit the 'revision-root' tag and potentially turn the 'reply' into a 'mention'. 
 @Laeserin do you remember if you used the '--in-reply-to' flag? 
 I did, yes.

I am determined to break everything that can be broken, but by accident. 🙈 
 well your doing a good job so far.
you used a pretty natural intuition on this one.  
 I was thinking it might be the basis of linking issues to different repos.

Like, I accept support issues on gitcitadel and then somehow link them to an issue on a different repo. 
 That way each development team just needs to keep track of their own issues, but I can make sure that the issues all get a fast response and are closed within a reasonable time. 
 yes, you should be able to tag a issue, comment, proposal or commit in proposal from a repository in a note (proposal, issue, comment) send to a different repository and have a reference to it and have it show up in both places.
Similar how it works 'mentioned in' in github I suppose. 
this is dependent on this issue and:
nostr:nevent1qqsg9fdqq7djq2sc7xamt49n7zd5qu73y8pupxfqxm3s76j3r25shqqhtk8jp
https://gitworkshop.dev/repo/gitworkshop/issue/82a5a0079b202a18f1bbb5d4b3f09b4073d121c3c0992036e30f6a511aa90b80
and  
 do you think that would adequately address the need?  
 Yes! ☺️ 

Anything more complex and you'd need a cross-repo issues board, or something, which would be cool for multliple-repo projects, but I wouldn't work on that until we get the kinks worked out or you'll get drowned in change requests.

Would probably need a change in the NIP to establish linked repos in an overarching project, or something. Dunno. 
 in ngit you can now tag as many issues, npubs or other nostr references as you want using the `in-reply-to` flag.
in commit 10498b953d36304b441fcb162155c2487046206f.
There is probably a feature request needed for gitworkshop to display these references nicely. 
 All it would need to do to fix the bug and add the feature would be to check whether the id is a proposal root and if not omit the 'revision-root' tag and potentially turn the 'reply' into a 'mention'. 
 @Laeserin do you remember if you used the '--in-reply-to' flag? 
 I did, yes.

I am determined to break everything that can be broken, but by accident. 🙈 
 well your doing a good job so far.
you used a pretty natural intuition on this one.  
 I was thinking it might be the basis of linking issues to different repos.

Like, I accept support issues on gitcitadel and then somehow link them to an issue on a different repo. 
 That way each development team just needs to keep track of their own issues, but I can make sure that the issues all get a fast response and are closed within a reasonable time. 
 yes, you should be able to tag a issue, comment, proposal or commit in proposal from a repository in a note (proposal, issue, comment) send to a different repository and have a reference to it and have it show up in both places.
Similar how it works 'mentioned in' in github I suppose. 
this is dependent on this issue and:
nostr:nevent1qqsg9fdqq7djq2sc7xamt49n7zd5qu73y8pupxfqxm3s76j3r25shqqhtk8jp
https://gitworkshop.dev/repo/gitworkshop/issue/82a5a0079b202a18f1bbb5d4b3f09b4073d121c3c0992036e30f6a511aa90b80
and  
 do you think that would adequately address the need?  
 Yes! ☺️ 

Anything more complex and you'd need a cross-repo issues board, or something, which would be cool for multliple-repo projects, but I wouldn't work on that until we get the kinks worked out or you'll get drowned in change requests.

Would probably need a change in the NIP to establish linked repos in an overarching project, or something. Dunno. 
 in ngit you can now tag as many issues, npubs or other nostr references as you want using the `in-reply-to` flag.
in commit 10498b953d36304b441fcb162155c2487046206f.
There is probably a feature request needed for gitworkshop to display these references nicely. 
 Yes! ☺️ 

Anything more complex and you'd need a cross-repo issues board, or something, which would be cool for multliple-repo projects, but I wouldn't work on that until we get the kinks worked out or you'll get drowned in change requests.

Would probably need a change in the NIP to establish linked repos in an overarching project, or something. Dunno. 
 in ngit you can now tag as many issues, npubs or other nostr references as you want using the `in-reply-to` flag.
in commit 10498b953d36304b441fcb162155c2487046206f.
There is probably a feature request needed for gitworkshop to display these references nicely.