Commit Graph

2967 Commits

Author SHA1 Message Date
James Ritchie 063fcdd3da Removed unused code 2023-11-29 18:06:29 +00:00
James Ritchie fa6b03f959 pricing tiers better fill the size of their container 2023-11-28 15:34:36 +00:00
James Ritchie 26445ca367 New onboarding choose plan page 2023-11-28 15:33:53 +00:00
James Ritchie f2bf69b6c6 small improvements to the billing calculator 2023-11-28 14:33:00 +00:00
James Ritchie c8ac5d9f79 Added a tooltip to show the precise numbers in the chart 2023-11-28 14:22:23 +00:00
James Ritchie 86589f5971 Format numbers nicely 2023-11-28 14:22:04 +00:00
James Ritchie e7fa475913 tooltip takes classname 2023-11-28 14:21:44 +00:00
James Ritchie cc72f145d7 Added more examples of usage to storybook 2023-11-28 14:21:34 +00:00
James Ritchie 366a7dc351 Usage bar chart now supports a paying customer option and optional billing limit. Also added more usage examples to storybook 2023-11-28 12:07:09 +00:00
James Ritchie dd585f996b Moved the free plan usage bar into it’s own component and added it to storybook 2023-11-28 11:12:30 +00:00
James Ritchie 935849d169 Pricing calculator has better slider logic 2023-11-24 17:23:42 +00:00
James Ritchie 1769ccecfe The usage bar now works with the extra runs over the free limit 2023-11-24 17:23:12 +00:00
James Ritchie 8e71e41bd5 Better way to include the percentage in the free plan progress meter 2023-11-24 17:22:43 +00:00
James Ritchie 4e68a7d907 More examples of the usage bar 2023-11-24 17:21:55 +00:00
James Ritchie 54fbe4c3f5 Added the 4 progress bars 2023-11-24 15:34:36 +00:00
James Ritchie eb0df5e756 WIP usage progress bar 2023-11-24 15:18:34 +00:00
James Ritchie e27a6349ea An attempt to fix the step count in the calculator slider 2023-11-24 10:31:50 +00:00
James Ritchie c08c38b568 Use the highest of 2 values to show progress 2023-11-23 16:41:04 +00:00
James Ritchie 7bb35d7c7c New progress meter in the side menu 2023-11-23 16:28:05 +00:00
James Ritchie 459e3e6a1e New Join our Slack button in the side menu 2023-11-23 15:07:17 +00:00
James Ritchie c1a44d9a60 Breadcrumb now has an upgrade prompt and button 2023-11-23 15:02:12 +00:00
James Ritchie 1db5a85c19 Fixed alignment of the legend 2023-11-23 14:04:54 +00:00
James Ritchie 56dfa7b186 Added pricing calculator sliders 2023-11-23 13:57:29 +00:00
James Ritchie 5347c78c99 WIP new volume discount table and usage sliders 2023-11-23 12:44:53 +00:00
James Ritchie 8b10310420 renamed the storybook story 2023-11-23 12:44:23 +00:00
James Ritchie bed687fe3e Definition tooltip now its own component 2023-11-23 12:44:09 +00:00
James Ritchie 13e408cb3f organize imports 2023-11-23 10:43:29 +00:00
James Ritchie e5da49fd87 Alignment fix for the callouts 2023-11-23 10:41:34 +00:00
James Ritchie d023071ba7 Callouts can now have an optional CTA on the right hand side 2023-11-23 10:37:13 +00:00
James Ritchie bc079a35d7 Term definitions are used properly in the tiers 2023-11-22 18:43:41 +00:00
James Ritchie b58d96d24b Made the way data is added more flexible and added some definition tool tips 2023-11-22 18:21:39 +00:00
James Ritchie 04b82e489c Renamed the charts storybook page 2023-11-22 16:54:03 +00:00
James Ritchie c4d54d2e08 Reworked the pricing tiers to include a segmented controller and tooltips 2023-11-22 16:53:49 +00:00
James Ritchie 8da009d58d WIP on a concurrecy chart 2023-11-20 14:56:30 +00:00
James Ritchie b71b91c911 Small pricing tier margin tweaks 2023-11-20 11:15:49 +00:00
James Ritchie 6c884e9410 Added features to the pricing tiers 2023-11-17 13:41:48 +00:00
James Ritchie 0e069362f3 Added a slider component 2023-11-17 12:57:29 +00:00
James Ritchie 0725dd8d96 Initial commit - started work on new billing components 2023-11-17 12:37:09 +00:00
github-actions[bot] 742d16087b chore: Update version for release (#739)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-16 16:31:41 +00:00
Eric Allam 0ab51d62bc Don’t send notifications for internal runs and add isTest to the notification
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 19s
🚀 Publish Trigger.dev Docker / units (push) Failing after 3s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 6s
2023-11-16 14:45:39 +00:00
Eric Allam 756024da78 Add support for Run Notifications #401 (#738)
* Add support for Run Notifications #401

* Fixed typo and added changeset
2023-11-16 14:19:42 +00:00
Dan 888344797e Added code examples and modified blank state on the integrations & APIs page (#736)
* Added more API icons

* Updated the title

* Added resources.codeexample.ts to pull in example code from github

* Added regex to remove redundant express code from the examples

* Added cal examples

* Code changes onSubmit

* Improved the code loading state

* Removed request integration button

* Improved the Customhelp copy

* Fixed styling issues and removed imports

* Added all the code examples

* Don’t show title if there’s 1 or less examples

* Updated copy for the non example version

* Added example code to the apis without examples, added a focus state

* Fixed titles

* Got rid of the phantom gap

* Made the copy more generic so it works on the integration pages as well

* Removed import

* Added view examples button to the integration pages

* Removed fetch/sdk option from integration sheet

* Apply code example regex on the server

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2023-11-15 17:38:24 +00:00
Eric Allam 4a7caa68b6 Record when run executions start and finish
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
2023-11-15 15:18:32 +00:00
Matt Aitken 3bc54d36f7 SQS logging: fixed error and message, plus using tracing 2023-11-15 13:32:40 +00:00
Matt Aitken 5295a3f798 Changed SQS error callbacks to log to error 2023-11-15 13:26:57 +00:00
Eric Allam 14429b8b66 Fix “transaction already closed” error when running tasks (#735) 2023-11-14 23:22:34 +00:00
Matt Aitken 5dd1bcc589 sendEvents proxy uses batches of 10 (max for SQS) 2023-11-14 21:34:08 +00:00
Matt Aitken ed5ee16de5 Better errors now get to users of sendEvent 2023-11-14 21:33:47 +00:00
Matt Aitken f406e59c45 Configuration and docs for deploying the proxy to Cloudflare 2023-11-14 14:04:42 +00:00
Eric Allam 75550f535c Fix undefined task outputs
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 5s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 19s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
And also fix the SSE connection getting reset on a infinite loop when runs are complete
2023-11-13 16:18:41 +00:00