Jeremy Cline
Jeremy Cline
It means pika. I do wonder if it's worthwhile, and it's difficult to say since I don't know what's going to be used or not used. Just the schema? If...
@chaiku great! Just send in a PR - I can't assign the issue to users outside the Github organization.
Hi, That sounds reasonable (although 'ascii' would also work in this case). I'm curious about what prompted your investigation of the gpg backend? I really don't recommend using it. In...
@tiran I'd be very happy to drop the PyOpenSSL dependency. If I recall correctly, I needed it to do certificate chain validation and cryptography didn't have an API for that....
Thanks for looking into that. I think that in the medium to long term, fedmsg will drop the signing/verifying messages feature. ZeroMQ provides a feature that covers message authentication so...
Could you rebase this onto the latest master? That should take care of the test suite failures.
I poked at this a little bit and ooof, this stuff is messy. The current CLI is pretty awful and should just be tossed out, as should the old config...
Hey @chaiku, thanks for your interest! I've got a fair amount of code for this I need to clean up a bit and turn into pull requests so it's probably...
There was no error handling when querying datagrepper for messages which is what caused this. This leads me to wonder what we should do when there are problems. Halt, or...
Maybe https://fedora-fedmsg.readthedocs.io/en/latest/ is what you're looking for? It's generated from the fedmsg_meta_fedora_infrastructure package. I'd rather not have fedmsg itself document available endpoints, topics, and message schemas, but I do agree...