Andrew Culver

Results 66 comments of Andrew Culver

I'm not sure there is anything we can actually do about this one, but the code that the user needs to write in order to automate these is: ``` accept_confirm...

@seanpdoyle Really appreciate this! Will take a look soon!

@domchristie OK, sat with this a bit and I think this gets merged. Give me a little bit to find some time to really play with it. I have a...

@bhumi1102 Can we make this so it doesn't disable the webhook after just a single webhook failing, but after maybe a day of webhooks not being successfully delivered? We could...

Downstream I fixed this by adding the following to `Webhooks::Outgoing::Endpoint`: ```ruby validates :event_type_ids, inclusion: {in: -> (endpoint) { endpoint.valid_event_types.map(&:id) }} ```

@bhumi1102 Verifying the signature is totally optional, so no one will need to update any webhook processing code. It'll just give them a good option for validating the webhook originated...