Commit Graph

259 Commits

Author SHA1 Message Date
Eric Allam cab222ac4b Changeset:verion Feb 7 2023 2023-02-07 14:45:03 +00:00
Eric Allam 710bcc2c47 Handle errors when calling listen and provide some log feedback 2023-02-07 14:40:59 +00:00
Matt Aitken aca9081e64 Added internal packages to the CLI tsconfig 2023-02-06 17:12:33 +00:00
Eric Allam d9ad006550 Changset: created release version 2023-02-06 15:29:08 +00:00
Matt Aitken f02eeb0af9 Changeset:pre enter next 2023-02-06 09:22:59 +00:00
Eric Allam 2a51c5a1a3 Generate fake test data from custom and webhook event schemas 2023-02-03 16:19:49 +00:00
Eric Allam 0d2d9a043c Implement runOnce and runOnceLocalOnly functions 2023-02-03 13:50:59 +00:00
Eric Allam 0e4ec8d8e6 Added views and view submission support to Slack integration 2023-02-02 16:18:32 +00:00
Matt Aitken c37edf970d Added workflowId and appOrigin to the @trigger.dev/sdk run metadata 2023-02-02 10:49:54 +00:00
Matt Aitken 950138bd72 More work on WhatsApp messages 2023-01-31 16:02:02 +00:00
Matt Aitken 24b57e026b Added support for verifying webhooks, with WhatsApp working 2023-01-31 11:57:15 +00:00
Matt Aitken a20a26e748 Updated settings for WhatsApp to match other integration packages 2023-01-31 09:53:24 +00:00
Eric Allam a069ba14e4 Stage initial release of the new isolated integration packages 2023-01-30 17:49:45 +00:00
Matt Aitken 66b6c2f844 Updated the CLI to point at the internal integrations metadata 2023-01-30 17:23:12 +00:00
Eric Allam 42648e93ee Added changesets for the new packages 2023-01-30 16:10:43 +00:00
Eric Allam acf8bf038f Remove trigger-providers, trigger-integrations, and internal-integrations and replace with integrations-catalog 2023-01-30 15:58:25 +00:00
Eric Allam f9208f45a7 Breakout slack into it’s own package 2023-01-30 13:25:55 +00:00
Eric Allam 2d0e766b1a Break out github into it’s own package 2023-01-30 12:57:37 +00:00
Eric Allam 63276c266d Release new providers package 2023-01-29 07:06:51 +00:00
Eric Allam a4342437a2 Revert "Made the Slack interactivity zod schema any (to see if this is causing the issue)"
This reverts commit e235e4e472.
2023-01-29 07:05:15 +00:00
Eric Allam 5035e10f11 Fix issue with zod schemas getting serialized through loaders and causing mucho errors
Create SerializableProvider and omit non-serializable data from getProviders
2023-01-29 07:04:51 +00:00
Matt Aitken e235e4e472 Made the Slack interactivity zod schema any (to see if this is causing the issue) 2023-01-28 17:53:26 -08:00
Matt Aitken 28cc99bf9f Changeset version: Slack blocks support 2023-01-27 16:49:49 -08:00
Matt Aitken 2d72c112f3 Fix for dropdown schema failure. Added nice example 2023-01-27 16:45:21 -08:00
Matt Aitken 96ff7f136c Added more interactive elements 2023-01-27 16:45:21 -08:00
Matt Aitken 128f3baa08 Added way more action types 2023-01-27 15:25:07 -08:00
Matt Aitken 75eca2895b Added more dropdown support 2023-01-27 15:25:07 -08:00
Matt Aitken ffacc2fb6d Added a static select dropdown and lots more schema work 2023-01-27 14:58:32 -08:00
Matt Aitken b75ef0266e Added schema for blocks 2023-01-27 12:57:50 -08:00
Eric Allam 057a13b52c Slack integration improvements
- Add ability to trigger workflows on block actions
- Add reactions
- Add ability to respond to a block action interaction
2023-01-27 15:55:55 +00:00
Eric Allam 52d21ac84d Added support for delaying delivery when sending custom events 2023-01-27 10:18:13 +00:00
Matt Aitken 7e7c8dafd7 Slack interactivity hook responds with 200 2023-01-27 00:24:19 -08:00
Matt Aitken 543589ae32 Merge remote-tracking branch 'origin/dev' into integrations/slack-blocks 2023-01-26 14:41:11 -08:00
Eric Allam 6909cc8152 Fix issue with react being a requirement for @trigger.dev/integrations 2023-01-26 14:49:34 +00:00
Eric Allam 1d5b592c8f Remove dependency on react in prod 2023-01-26 14:48:47 +00:00
Eric Allam 58a946547c Fixed issue with github webhook events 2023-01-26 10:49:54 +00:00
Eric Allam 0ed3784d01 Releasing context.isTest and scheduleEvent.lastRunAt 2023-01-26 10:15:43 +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 2dc72d68c3 Changeset version: @trigger.dev packages with improved types for the Resend integration 2023-01-25 17:08:31 -08:00
Matt Aitken dc83526a77 Fix for Resend integration typecheck issue with ReactElement 2023-01-25 17:02:19 -08:00
Matt Aitken c3bf58669b Released @trigger.dev/sdk@0.2.8 and @trigger.dev/integrations@0.1.11 2023-01-25 15:47:07 -08:00
Matt Aitken 33128bc124 Move Slack requests to a separate file 2023-01-25 12:23:20 -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 e607281b1b Pass Zod issues back from HTTPService, so they can be displayed 2023-01-24 23:27:56 -08:00
Matt Aitken 109d81d9fa Slack blocks schemas are finally parsing properly… 2023-01-24 21:53:02 -08:00
Matt Aitken 2ab9b5f97b Build the service request objects ahead of time so we can easily log them if need to 2023-01-24 20:14:02 -08:00
Matt Aitken 001cd811c4 Added Slack block schemas 2023-01-24 20:13:40 -08:00
Matt Aitken 51c295f102 Added type-fest to trigger-providers as a dev dependency 2023-01-24 20:13:04 -08:00