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 |
|
Matt Aitken
|
1843a2f944
|
Created a zod helper that can parse from snake_case to camelCase and vice versa
|
2023-01-24 20:12:43 -08:00 |
|
Matt Aitken
|
809ffe2168
|
Added Slack blocks schemas
|
2023-01-24 16:40:34 -08:00 |
|
Matt Aitken
|
12dfc8dbe1
|
Added scope that should allow posting as a custom name “chat:write.customize"
|
2023-01-24 16:40:10 -08:00 |
|
Eric Allam
|
7be5433bda
|
Release new versions of packages
|
2023-01-24 14:41:16 +00:00 |
|
Eric Allam
|
a8f8125a94
|
Add documentation for Resend.com sendEmail integration
|
2023-01-24 14:39:31 +00: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
|
77f3233224
|
Improved the Resend API key instructions
|
2023-01-23 22:40:14 -08:00 |
|
Matt Aitken
|
03008054ea
|
Improvements for plain text formatting
|
2023-01-23 22:33:55 -08:00 |
|
Matt Aitken
|
36480dd850
|
Email preview in the run
|
2023-01-23 22:30:17 -08:00 |
|
Matt Aitken
|
c41026d34c
|
Emails are now correctly reporting in the webapp
|
2023-01-23 17:03:43 -08:00 |
|
Matt Aitken
|
08179a086c
|
React emails are sending
|
2023-01-23 16:36:25 -08:00 |
|
Matt Aitken
|
5dac88601f
|
Resend is sending html emails successfully
|
2023-01-23 15:50:03 -08:00 |
|
Eric Allam
|
39b167ed1f
|
Zod guide and better handling of Zod event parsing errors
|
2023-01-23 21:11:23 +00:00 |
|
Eric Allam
|
5bcdae0336
|
Release fetch to packages
|
2023-01-23 14:12:25 +00:00 |
|
Eric Allam
|
f316c6e3af
|
Documentation (fetch and more)
|
2023-01-23 14:11:22 +00:00 |
|
Matt Aitken
|
0db83e1b28
|
Added Airtable provider, updated Pizzly so it has latest providers (inc. Airtable)
|
2023-01-21 16:59:54 -08:00 |
|
Eric Allam
|
f350fcadbc
|
Github integration - new star webhook implemented
|
2023-01-21 16:33:52 -08:00 |
|
Eric Allam
|
c69c3705c5
|
Feature: generic fetch requests
|
2023-01-21 13:53:04 -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 |
|
Matt Aitken
|
9c313e8aef
|
Changeset version: Bundling common-schemas into @trigger.dev/sdk
|
2023-01-20 17:28:13 -08:00 |
|
Matt Aitken
|
93a4ed8a1e
|
Hopefully got bundling of common-schemas into the @trigger.dev/sdk package
|
2023-01-20 17:26:19 -08:00 |
|
Matt Aitken
|
9a3b5d603b
|
Version @trigger.dev/sdk@0.2.4
|
2023-01-20 14:51:59 -08:00 |
|
Matt Aitken
|
b124747ba1
|
Create version @trigger.dev/common-schemas@0.1.0
|
2023-01-20 14:48:31 -08:00 |
|
Matt Aitken
|
16f6df68aa
|
@trigger.dev/common-schemas is now public and builds using tsup
|
2023-01-20 14:43:18 -08:00 |
|
Matt Aitken
|
64d23bc273
|
Applied changeset: When posting a message to Slack, you must explicitly specify either channelId or channelName
|
2023-01-20 14:10:50 -08:00 |
|
Matt Aitken
|
8a9d0c2957
|
Added more logging to the OAuth CLI
|
2023-01-20 14:09:32 -08:00 |
|
Matt Aitken
|
111b0c76a7
|
Posting to Slack uses either channelId or channelName
|
2023-01-20 14:09:32 -08:00 |
|
Eric Allam
|
c09694794f
|
Release new versions of our packages
|
2023-01-20 11:52:47 -08:00 |
|
Eric Allam
|
d553701b74
|
Display schedule workflow descriptions
|
2023-01-20 11:01:53 -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 |
|