Commit Graph

4004 Commits

Author SHA1 Message Date
Eric Allam 6bc46a8b90 Merge pull request #22 from triggerdotdev/dev
Remove internal triggers, fixed issue with react being required by @trigger.dev/integrations
2023-01-26 14:56:26 +00:00
Eric Allam 6909cc8152 Fix issue with react being a requirement for @trigger.dev/integrations @trigger.dev/integrations@0.1.14 @trigger.dev/providers@0.1.8 2023-01-26 14:49:34 +00:00
Eric Allam fbda1d9ec4 Remove internal triggers from monorepo 2023-01-26 14:49:00 +00:00
Eric Allam 1d5b592c8f Remove dependency on react in prod 2023-01-26 14:48:47 +00:00
Eric Allam 519293ca03 Merge pull request #21 from triggerdotdev/dev
Using explicit workspace: reference so we can use live packages in the monorepo
2023-01-26 14:22:10 +00:00
Eric Allam 2ae86d0f0e Remove unnecessary config packages and use explicit workspace reference 2023-01-26 14:20:44 +00:00
Eric Allam 60a5ca785e Set link-workspace-package to false (force use of workspace:) to be able to use registry trigger.dev/sdk in internal-triggers 2023-01-26 14:16:25 +00:00
Eric Allam e8dfa4bea7 Merge pull request #20 from triggerdotdev/dev
Move internal triggers into their own service
2023-01-26 13:57:05 +00:00
Eric Allam f100bfc81f Moving triggers into their own service, worried them being in webapp is messing stuff up 2023-01-26 13:56:30 +00:00
Eric Allam f447b98c50 Document live-only scheduled events 2023-01-26 12:22:13 +00:00
Eric Allam 63cc3ad5c5 No need to do health checks locally 2023-01-26 12:16:06 +00:00
Eric Allam fb6d254898 Merge pull request #19 from triggerdotdev/dev
More internal triggers
2023-01-26 11:52:35 +00:00
Eric Allam cc4f27a3cd Fetch responses can be non 2xx 2023-01-26 11:52:19 +00:00
Eric Allam 46b59f1bf6 Use window queries on uptime monitor 2023-01-26 11:11:24 +00:00
Eric Allam 7faf4312b1 Merge pull request #18 from triggerdotdev/dev
Support schedule window queries, context.isTest, and a fix for GitHub webhooks
2023-01-26 10:50:53 +00:00
Eric Allam 58a946547c Fixed issue with github webhook events @trigger.dev/integrations@0.1.13 @trigger.dev/sdk@0.2.10 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 1374c10d99 WIP Open API spec 2023-01-26 09:33:04 +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 3710f99270 Merge pull request #17 from triggerdotdev/dev
Added Resend docs example, removed more private beta references #17
2023-01-25 22:59:51 -08:00
D-K-P 75d65511b3 Added resend and youtube video to the docs 2023-01-25 22:54:50 -08:00
D-K-P faa35fdbae Added docs button to the readme 2023-01-25 22:32:29 -08:00
D-K-P 9e77246ebf Cherry picked readme update from main 2023-01-25 22:14:16 -08:00
Matt Aitken 8719a4c680 Updated mintlify CLI to the latest 2023-01-25 22:12:11 -08:00
Matt Aitken ea9a839886 Merge pull request #16 from triggerdotdev/dev
Fix for webhook url being built with undefined if APP_ORIGIN env var isn't set
2023-01-25 19:25:35 -08:00
Matt Aitken fa7e670a56 Fix for webhook url being built with undefined 2023-01-25 19:24:09 -08:00
Matt Aitken 94f2de81ea Merge pull request #15 from triggerdotdev/dev
Better handling of custom webhook parsing, improved webhook receive error handling
2023-01-25 18:33:24 -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 5ea825f5eb Merge pull request #14 from triggerdotdev/dev
Fix for integration webhook url, improved types for Resend integration
2023-01-25 17:13:16 -08: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 039321f176 Changeset for @trigger.dev packages with improved types for the Resend integration 2023-01-25 17:07:50 -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
Matt Aitken dc83526a77 Fix for Resend integration typecheck issue with ReactElement 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 26264ad2ee Fixed mistake in the scheduled docs example 2023-01-25 16:21:46 -08:00
James Ritchie 9435709ad1 Added the new webhook icon to the workflow type 2023-01-25 16:14:18 -08:00
James Ritchie 00ac720071 Updated the docs image for the webhook 2023-01-25 15:57:28 -08:00
James Ritchie af63b52e32 Copy button tweak to make it on brand 2023-01-25 15:57:28 -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 88306d6a63 Removed private beta message at the start of the README 2023-01-25 15:33:20 -08:00
Matt Aitken 80ebc1b1fa Merge pull request #13 from triggerdotdev/dev
Added generic webhook, fetch with retry options and updated docs
2023-01-25 15:28:40 -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 ff8ea0c80e Package update 2023-01-25 15:22:06 -08:00
D-K-P 989dcc1375 Removed private beta warning message from docs pages 2023-01-25 15:17:12 -08:00
James Ritchie ada581cc88 Improved the webhook copy details panel 2023-01-25 15:16:02 -08:00
Matt Aitken 7a8911b89a Added POSTHOG_PROJECT_KEY to flightcontrol.json 2023-01-25 14:02:47 -08:00
Eric Allam 1c893a538d For scheduled workflows, always test with the current scheduledTime 2023-01-25 22:01:33 +00:00