Commit Graph

1008 Commits

Author SHA1 Message Date
Matt Aitken b124747ba1 Create version @trigger.dev/common-schemas@0.1.0 2023-01-20 14:48:31 -08:00
Matt Aitken 92dd011919 Changeset: @trigger.dev/common-schemas is now public and builds 2023-01-20 14:47:17 -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 a23be11cdc Updated GitHub docs: github.events.issueEvent and slack.postMessage with channelName 2023-01-20 14:24:42 -08:00
Matt Aitken 87c78683ab Updated Slack examples in the docs, to use new channelName syntax 2023-01-20 14:14:40 -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 ce0d4b9a29 Changeset: When posting a message to Slack, you must explicitly specify either channelId or channelName 2023-01-20 14:10:27 -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 55c0a8bb11 Merge remote-tracking branch 'origin/main' into dev 2023-01-20 12:02:58 -08:00
Eric Allam c09694794f Release new versions of our packages @trigger.dev/integrations@0.1.5 @trigger.dev/providers@0.1.3 @trigger.dev/sdk@0.2.2 2023-01-20 11:52:47 -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 b36f0d0f2f Add a changeset for Matt’s changes 2023-01-20 11:36:32 -08:00
Eric Allam d553701b74 Display schedule workflow descriptions 2023-01-20 11:01:53 -08:00
James Ritchie cd5b7736cc Playground file update 2023-01-20 11:00:56 -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
Matt Aitken a7d6447074 Auto-parse Slack channel names in message text, doesn’t work for usernames… 2023-01-19 16:46:44 -08:00
Matt Aitken 81f26d4ec3 Slack example delay reduced to 5 seconds 2023-01-19 16:46:21 -08:00
Matt Aitken a720e57508 Sort the workflow list dropdown menu, and dim the disabled ones 2023-01-19 16:46:08 -08:00
Matt Aitken cbedef660d API key input field is now a password 2023-01-19 15:44:27 -08:00
Matt Aitken f8ad30b975 Added GitHub commitComments webhook 2023-01-19 15:03:24 -08:00
Matt Aitken f92c3d75bb Added GitHub pushes and pull request reviews 2023-01-19 14:39:14 -08:00
James Ritchie 0515ec9388 Some UX improvements and copy fixes to the archive/disable workflow 2023-01-19 14:31:38 -08:00
James Ritchie 4b1e24310a Fixed button sizing 2023-01-19 14:30:54 -08:00
James Ritchie 35f1000ab7 Spacing improvement 2023-01-19 14:11:01 -08:00
Eric Allam f0c6f83d6f After archiving, redirect back to workflow list 2023-01-19 14:10:25 -08:00
James Ritchie 39f3a7df0c reduced header divider slashes 2023-01-19 14:06:10 -08:00
Eric Allam 69a79963ef Added staging env but not deploying it yet 2023-01-19 13:45:06 -08:00
Eric Allam 5075df9068 Feature: Enable/Disable & Archive/Unarchive workflows 2023-01-19 13:36:43 -08:00
Matt Aitken e60d8198cd Added GitHub Pull Request review comments 2023-01-19 10:30:07 -08:00
Matt Aitken 6c05e6ae52 Workflows are listed alphabetically on the org page 2023-01-19 10:05:05 -08:00
Matt Aitken ef3ce5dbc2 Added GitHub Pull Request webhook support 2023-01-19 09:46:13 -08:00
Matt Aitken f9eabe3dfb Added GitHub issue commented webhook 2023-01-18 20:11:20 -08:00
Matt Aitken f8cb4926d1 All GitHub issue webhooks now work 2023-01-18 20:11:20 -08:00
James Ritchie 0473eb2e73 Updated the integrations buttons 2023-01-18 20:10:32 -08:00
James Ritchie 347567e648 buttons and dropdowns now consistent size 2023-01-18 20:03:19 -08:00
James Ritchie 287cdd2c23 Fixed the dropdown not displaying 2023-01-18 19:53:04 -08:00
Eric Allam 6966ad0f55 Increase ioThreads and messageListenerThreads (and turned off batching) to pulsar clients 2023-01-18 19:04:31 -08:00
James Ritchie cd3b1dc0d6 Added another state to the settings page 2023-01-18 19:03:42 -08:00
James Ritchie 598d98473c Updated the disabled state to be more ‘info’ than ‘warning’ 2023-01-18 18:53:39 -08:00
Eric Allam 0994308b63 Complete CUSTOM_EVENT steps after ingesting the event 2023-01-18 18:45:13 -08:00
D-K-P 466fdb656f Added private beta banner to the readme and added typeform link 2023-01-18 18:26:26 -08:00
Eric Allam 7f2654884a Added some logging messages to the client, and disabled them by default 2023-01-18 18:25:52 -08:00
Eric Allam 5de2a1aec2 Fixed issue with workflow runs not completing when the run function returned undefined or null 2023-01-18 18:09:05 -08:00
James Ritchie 765e8a4816 Filter message now matches the warning status styles 2023-01-18 18:00:36 -08:00