Commit Graph

847 Commits

Author SHA1 Message Date
Eric Allam 8908d44206 Getting slack/chat.postMessage to work
- Added ability for integrations to cache values
- Integrations now determine if a request is retryable
- Retried requests are now scheduled with a delay
2022-12-30 15:58:43 +00:00
Matt Aitken a513ea4b41 You can pass a different AWS profile when using the CLI 2022-12-29 19:15:59 +00:00
Matt Aitken 1ed5f2e7fc Updated Pizzly to the latest 2022-12-29 19:03:34 +00:00
Matt Aitken f4cfdcc74d Using commander to make it easier to deal with arguments and options 2022-12-29 17:10:34 +00:00
Matt Aitken eb85c4db47 Getting secrets from AWS is working 2022-12-29 16:29:43 +00:00
Matt Aitken 61f7dfc4da Integrations in the web app now use the yml file 2022-12-29 15:36:28 +00:00
Matt Aitken b8413d0200 Start of the CLI that takes the yaml file and generates Pixly configs 2022-12-29 15:36:28 +00:00
Eric Allam 8b7dafcf2d WIP sending/receiving requests 2022-12-29 15:29:49 +00:00
Matt Aitken 33cbad6b12 Updated codemirror to a compatible version 2022-12-28 17:01:41 +00:00
Eric Allam b9bf7033a7 Big overhaul to unify how events works across the different types
Workflow runs are still TODO but are pretty much ready to go
2022-12-23 16:34:42 +00:00
Eric Allam 3ac7dfe268 Verify payloads when receiving github webhooks 2022-12-22 13:54:35 +00:00
Eric Allam 67612a8e0c Registering webhooks with existing connections (and github only) 2022-12-21 16:56:32 +00:00
Matt Aitken 44f6216a0b Run header hooked up 2022-12-21 11:46:25 +00:00
Eric Allam d457085f7b Workflow runs, with a workflow step for output 2022-12-20 11:14:03 +00:00
Matt Aitken dad0c6d0e6 Fix for Prismjs Remix server/client mismatch error. But it has a horrible flash when the page loads 2022-12-19 16:19:20 +00:00
Eric Allam 6bf2ac423c Got a trigger firing end-to-end 2022-12-18 21:58:40 +00:00
Matt Aitken f3bf726660 pnpm install 2022-12-16 12:53:54 +00:00
James Ritchie 82b93abcd6 Added Prism and created a reusable component for adding codeBlocks 2022-12-16 11:27:30 +00:00
Eric Allam d8c22b61ef Workflows are now being registered in the webapp, along with their trigger 2022-12-15 16:41:08 +00:00
Eric Allam afc35caea6 Restructured internal-messages into internal-platform, to be used in the webapp 2022-12-14 15:58:42 +00:00
Eric Allam c1e7e80bf9 Reworked how the coordinator publishes and subscribes to messages in Pulsar 2022-12-14 14:21:16 +00:00
Eric Allam a6fe366d62 Upgrade zod to 3.20 in webapp 2022-12-13 14:48:03 +00:00
Eric Allam 49d35a7a34 A couple of things in here
- Improved starting and stopping pulsar locally
- Starting to explore how the connections stuff in workflows (including how the types will work)
- Authorization now returns an organization id (to properly scope the pulsar topics to a unique workflow/org pair)
- Better handling of closing host connections in the coordinator
- Upgrade all zod to 3.20
2022-12-13 14:46:08 +00:00
Matt Aitken 110e90b8fe Updated Pizzy frontend to 0.3.7 2022-12-13 12:13:21 +00:00
Matt Aitken a9cba02b14 Added methods for getting the access token 2022-12-12 21:41:45 +00:00
Eric Allam 81cf3acd7e Only do mergent delayed email in production 2022-12-09 20:50:54 +00:00
Eric Allam d5a59051f3 Added pulsar docker commands and getting the message broker working in the coordinator 2022-12-09 20:23:44 +00:00
Matt Aitken d12f6ec386 Having issues with the Pizzly client side package… ESM modules ugh 2022-12-09 19:46:50 +00:00
Matt Aitken d8db897875 Installed coordinator packages 2022-12-09 10:55:55 +00:00
Matt Aitken a39e0fdbef Use a version of tailwind that doesn’t have the watch issue… 🤦‍♂️ 2022-12-08 17:36:23 +00:00
Matt Aitken 7f78212bb3 Restored dev:server:proxy command 2022-12-08 15:22:02 +00:00
Matt Aitken e09389ee94 Updated all tailwind packages to the latest 2022-12-08 15:22:02 +00:00
Eric Allam 575d434240 Adding the pulsar client (with installation instructions) to the coordinator 2022-12-08 14:39:10 +00:00
Eric Allam 89eb49dcc9 Added smoke-test example 2022-12-08 13:59:48 +00:00
Eric Allam fbad4d3118 Moving the sdk and coordinator work into the monorepo 2022-12-08 13:53:35 +00:00
Matt Aitken e769b7e8b6 Import the tailwind file properly 2022-12-08 13:38:52 +00:00
Matt Aitken 82bb014054 Start of overall layout, but Tailwind isn’t working properly 2022-12-08 13:17:41 +00:00
Eric Allam 310e934435 Rename internal packages to use @trigger.dev 2022-12-08 12:03:44 +00:00
Matt Aitken def8d50a83 Login with GitHub and Magic link is working 2022-12-07 14:22:36 +00:00
Matt Aitken 0ceea323b0 Fixed type errors 2022-12-07 11:56:19 +00:00
Matt Aitken 9e1caee879 Remix auth from API Hero with Magic link and GitHub 2022-12-07 11:41:03 +00:00
Matt Aitken 7e69084249 Revert "Initial Clerk integration"
This reverts commit 6f270dbd86.
2022-12-07 11:07:18 +00:00
Matt Aitken 6f270dbd86 Initial Clerk integration 2022-12-06 17:38:34 +00:00
Matt Aitken 0cc277fd5b Revert "Initial Propel auth implementation, but isn’t working server-side which is what I want"
This reverts commit dee0cf71fc.
2022-12-06 17:10:16 +00:00
Matt Aitken dee0cf71fc Initial Propel auth implementation, but isn’t working server-side which is what I want 2022-12-06 16:16:11 +00:00
Matt Aitken 2eed942ae6 Removed prisma-field-encryption 2022-12-06 13:55:55 +00:00
Matt Aitken cf05e09a04 Initial user table, removed more cruft and fixed some scripts 2022-12-06 13:23:38 +00:00