Commit Graph

4832 Commits

Author SHA1 Message Date
Matt Aitken 6bc0f413c2 Moved the ConnectButton 2022-12-14 14:13:27 +00:00
James Ritchie b8b558ef88 2 readme updates from when i ran the project for the first time 2022-12-14 13:30:41 +00:00
Eric Allam 57a8c0a234 Doing real authorization of API keys now so we can get back the organization ID
I’ve also started to add pulsar integration with the webapp, to get messages from coordinators
2022-12-13 15:51:52 +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 6182ed504e When creating an API connection it makes the name unique 2022-12-13 12:13:39 +00:00
Matt Aitken 110e90b8fe Updated Pizzy frontend to 0.3.7 2022-12-13 12:13:21 +00:00
Matt Aitken 6a3512d2b9 pizzly-node module added to remix.config.js 2022-12-13 10:41:29 +00:00
Matt Aitken a9cba02b14 Added methods for getting the access token 2022-12-12 21:41:45 +00:00
Matt Aitken 8c2980ab8d Revert "Revert "Fix for React 18 complaining about hydration""
This reverts commit c71be39ee1.
2022-12-12 20:49:05 +00:00
Matt Aitken 2c0cdcf143 Added the list of integrations 2022-12-12 20:48:45 +00:00
Matt Aitken d0ea1f5d55 API connections are being made 2022-12-12 18:57:01 +00:00
Matt Aitken 7afc596f3f API connection is getting created, just need to update with external id now 2022-12-12 16:51:17 +00:00
Eric Allam 8bec7879c4 Replace personal with two random words 2022-12-09 21:46:49 +00:00
Eric Allam 9f8dccfb47 Create environments when an organization is created, and generate API keys 2022-12-09 21:20:23 +00:00
Eric Allam 0a00d5d8c5 Added runtime environment, and removed personal info from org slugs
Also using nanoid to generate unique slugs for orgs
2022-12-09 21:02:57 +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 4c13816ee6 Pizzly is importing now 2022-12-09 19:53:48 +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 f6f9ea1f8a Added basic workflow pages with model code 2022-12-09 19:14:12 +00:00
Matt Aitken addf63128a Get basic workflow info when getting an individual organisation 2022-12-09 19:13:52 +00:00
Matt Aitken 42e181cd7f Added organization menu 2022-12-09 15:50:38 +00:00
Matt Aitken 8604db8bdc Pizzly docker added to the project, removed Pulsar 2022-12-09 15:50:23 +00:00
Matt Aitken f331c8ac24 Renamed API Hero to Trigger everywhere 2022-12-09 14:04:02 +00:00
Matt Aitken 1899b30a5c Organizations page and app layout working 2022-12-09 14:03:49 +00:00
Matt Aitken f3ea16e213 Overall app layout in place 2022-12-09 13:22:30 +00:00
Matt Aitken d8db897875 Installed coordinator packages 2022-12-09 10:55:55 +00:00
Matt Aitken 85d86af33b Updated the instructions for installing the coordinator for the first time 2022-12-09 10:55:47 +00:00
Matt Aitken ca5691b73d App layout sorted 2022-12-09 09:27:03 +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 aa38bc0085 Added more packages from apihero’s working webapp 2022-12-08 16:26:01 +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
Matt Aitken 2e72afa3de Removed the type from the tailwind config file 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 c71be39ee1 Revert "Fix for React 18 complaining about hydration"
This reverts commit 0caa38c858.
2022-12-08 13:33:06 +00:00
Matt Aitken c18b13b89b Pull the parentConfig theme in 2022-12-08 13:32:41 +00:00
Matt Aitken 2506659a46 Added other tailwind packages to webapp 2022-12-08 13:17:41 +00:00
Matt Aitken 82bb014054 Start of overall layout, but Tailwind isn’t working properly 2022-12-08 13:17:41 +00:00
Matt Aitken 275070421c Removed unused imports from root 2022-12-08 13:17:41 +00:00
Matt Aitken f4cd29e280 Fixed tailwind issues 2022-12-08 13:17:41 +00:00
Eric Allam 271db37844 Fully rename to @trigger.dev 2022-12-08 13:12:07 +00:00
Eric Allam 310e934435 Rename internal packages to use @trigger.dev 2022-12-08 12:03:44 +00:00
Eric Allam aac35533fb Add apache pulsar to the docker compose file 2022-12-08 11:36:31 +00:00
Matt Aitken 1e1c26114a Remove debug on the matches data 2022-12-08 11:20:15 +00:00
Matt Aitken 7f0b2e8005 Organizations page shows a set of links 2022-12-08 11:19:58 +00:00