Commit Graph

594 Commits

Author SHA1 Message Date
Eric Allam 58a946547c Fixed issue with github webhook events 2023-01-26 10:49:54 +00:00
Eric Allam e37a2001e1 Added lastRunAt to the scheduleEvent payload 2023-01-26 10:12:57 +00:00
Eric Allam e63d354144 Added isTest to the Trigger.run context param to detect when a trigger runs in from the test page 2023-01-26 09:33:04 +00:00
Matt Aitken fa7e670a56 Fix for webhook url being built with undefined 2023-01-25 19:24:09 -08:00
Matt Aitken 9da1f881f0 Better error handling of webhook failures 2023-01-25 18:28:55 -08:00
Matt Aitken 3d3a88d9ac externalSourceUrl and secret now show errors if there’s an issue 2023-01-25 18:07:42 -08:00
Matt Aitken ed06751a8f The integration webhook urls weren’t being created properly (needed to use id not object) 2023-01-25 17:02:19 -08:00
James Ritchie d10538c3d7 Fixed up the webhook info panel layout and updated the example in docs 2023-01-25 16:37:56 -08:00
James Ritchie 9435709ad1 Added the new webhook icon to the workflow type 2023-01-25 16:14:18 -08:00
James Ritchie af63b52e32 Copy button tweak to make it on brand 2023-01-25 15:57:28 -08:00
James Ritchie 42065e3ffc Fixed Toast widths 2023-01-25 15:28:09 -08:00
James Ritchie 3d7e154589 Copy button colour update 2023-01-25 15:22:06 -08:00
James Ritchie ada581cc88 Improved the webhook copy details panel 2023-01-25 15:16:02 -08:00
Eric Allam 1c893a538d For scheduled workflows, always test with the current scheduledTime 2023-01-25 22:01:33 +00:00
Eric Allam 39853e5ce0 Add uptime workflow that runs every minute 2023-01-25 21:55:04 +00:00
D-K-P a9cca5ba78 Added integration logos 2023-01-25 12:31:24 -08:00
Eric Allam ddf42558aa Add support for webhookEvent, a manual webhook trigger 2023-01-25 15:32:52 +00:00
Eric Allam 2fd9e4fa2f Added retry options to fetch 2023-01-25 10:18:26 +00:00
Matt Aitken 3caa793de2 If a run is disabled, show an appropriate error 2023-01-24 11:58:19 -08:00
Matt Aitken d6b69ab387 If an unknown webhook service is presented, show the service 2023-01-24 11:58:19 -08:00
Eric Allam 3b6b8f5964 Use x-github-hook-id for the event id, because x-github-delivery-id is not unique across webhook deliveries 2023-01-24 14:14:02 +00:00
Matt Aitken 042dd928d8 Merge branch 'integrations/resend' into dev 2023-01-23 22:53:58 -08:00
Matt Aitken 46521a3aa8 Deal with Resend errors properly 2023-01-23 22:53:37 -08:00
Matt Aitken 36480dd850 Email preview in the run 2023-01-23 22:30:17 -08:00
D-K-P eebe37109e Replaced readme banner 2023-01-23 22:07:28 -08:00
James Ritchie 9ecabd41b9 Updated resend logo
# Conflicts:
#	apps/webapp/public/integrations/resend.png
2023-01-23 15:50:22 -08:00
Matt Aitken 5dac88601f Resend is sending html emails successfully 2023-01-23 15:50:03 -08:00
James Ritchie 62a5163c2d Updated resend logo 2023-01-23 15:49:37 -08:00
James Ritchie 8d9587b416 Resend and SendGrid logos 2023-01-23 12:09:39 -08:00
James Ritchie e9818d2fad Updated onboarding image 2023-01-23 11:30:27 -08:00
James Ritchie fc6e78772c Added discord link to onboarding 2023-01-23 11:30:27 -08:00
James Ritchie a97b759628 Added twitter and discord to the footer 2023-01-23 11:30:27 -08:00
James Ritchie ac15256fe6 Added some more info about integrations to the onboarding 2023-01-22 23:31:14 -08:00
James Ritchie beced33525 WIP adding more info about the integrations 2023-01-22 23:21:24 -08:00
James Ritchie 25315c6c05 Improved no-workflow the onboarding copy 2023-01-22 21:54:41 -08:00
James Ritchie dc8685bd4f Fixed HTML markup error: <div> inside a <p> 2023-01-21 18:12:44 -08:00
James Ritchie 8be6574b69 Improved Toast setting – now wider and stays on screen longer 2023-01-21 18:12:04 -08:00
James Ritchie 8c6e97b6a2 Dropdown header menus now have max height and align left 2023-01-21 17:53:26 -08:00
Eric Allam c69c3705c5 Feature: generic fetch requests 2023-01-21 13:53:04 -08:00
Matt Aitken 14b5cce734 Fix for run list dropdown having scrollbar 2023-01-21 13:47:44 -08:00
Matt Aitken 92ae9bd894 Added tsconfig paths so we’re not linking to /dist folders anywhere 2023-01-21 13:32:14 -08:00
James Ritchie 377ada775e Added a docs example hub page to link to from the app 2023-01-21 09:59:12 -08:00
Eric Allam cc8be87de0 Merge branch 'dev' 2023-01-20 11:52:01 -08:00
James Ritchie 04f9102865 Formatted the scheduled workflow info on the overview page 2023-01-20 11:44:21 -08:00
Eric Allam d553701b74 Display schedule workflow descriptions 2023-01-20 11:01:53 -08:00
James Ritchie 2d185e9b8e Updated the icon sizes so they’re more visible 2023-01-20 11:00:41 -08:00
James Ritchie 71b4cf3aa5 Added a timed out status final step to the runs page 2023-01-20 11:00:28 -08:00
Eric Allam d3c593cdbf Added ability to timeout triggers so they don’t run too late after the event time 2023-01-20 08:40:00 -08:00
D-K-P 07b8f76842 Replaced the favicon 2023-01-19 17:04:34 -08:00
D-K-P 769de0f875 Added line numbers to code block 2023-01-19 17:04:34 -08:00