mattwwarren

Results 8 comments of mattwwarren

Sorry, I should have been more clear in point 2. `entire-payload` works for my case but the issue remains in how to pass that in a command. I think I...

I was thinking curl was the easiest way to do the passthrough. But that still doesn't solve the problem of bitbucket requesting https://webhook/jenkins/job/my-tests/build I cannot seem to create a rule...

I attempted to start this work by creating a twisted handler but quickly discovered the close coupling to gevent in kazoo.interfaces makes this a rather hefty task. I am open...

Bump. I'm happy to have a look at the tests but it's not very clear what failed. @fehguy do you suggest this change caused the timeout?

Ping. Would like to see some of the latest fixes into an official release.

I'm also interested in using hubot-control, possibly in a multi-tenant scenario. I'm happy to help with the maintenance of the project to get familiar with the code. One question for...

@kevinff can you post your entire solution? I'm trying to get this working for redmine2 as well and not having much luck. Thanks.

I'm seeing a similar issue with UUIDs loaded from JSON strings. I've found that calling `model_validate` on the return from `model_validate_json` will properly coerce the UUID strings to UUID types....