Ralph Bean

Results 114 comments of Ralph Bean

The code is [here](https://github.com/fedora-infra/fedmsg/blob/develop/fedmsg/consumers/__init__.py#L292-L296).

Yeah, the webhooks support here looks great. http://support.transifex.com/customer/portal/articles/1077998-webhook-support We would need to write a service to receive the webhook, a small webapp called maybe transifex2fedmsg. We could then receive the...

I posted a question on their forums about this: http://support.transifex.com/customer/en/portal/questions/6100078-webhook-signature-

It's a shame that supported ticket I linked to is gone now. :( I asked if there was a way to have transifex provide a cryptographic signature of the message...

It looks like there's progress on this for zanata over at zanata/zanata-server#614 -- exciting!

Noting here that we've been waiting on this to be implemented, released, and deployed before moving further: https://bugzilla.redhat.com/show_bug.cgi?id=1213630

Food for thought: check out this "legacy_condition" decorator in fedmsg.meta. https://github.com/fedora-infra/fedmsg/blob/develop/fedmsg/meta/__init__.py#L116

Solution number 5 is the way to go, for sure. We just have to watch where that may or may not trip up other code that is expecting strings. fedmsg-irc...

Let's define it a little more clearly. - If there's a reasonable meta value to be returned, it should be. - If that reasonable value really is an empty object,...