Dan
cbe51707a5
Added Sentry example ( #1435 )
...
* Added sentry docs
* Removed additionalPackages
* Updated description
* Copy updates
2024-10-28 15:57:41 +00:00
James Ritchie
1f11a8dde0
Added an AI prompt for converting v2 jobs to v3 tasks
2024-10-25 16:06:27 +01:00
James Ritchie
9f6887b048
Embed the hacker news youtube video instead
2024-10-23 13:13:18 +01:00
James Ritchie
90514a73bb
Added video to hacker news example docs
2024-10-23 12:21:14 +01:00
James Ritchie
ef7f112227
New docs example for creating a HN email summary
2024-10-17 13:56:34 +01:00
James Ritchie
db70faa4c7
Move code example to the side menu
2024-10-17 13:56:34 +01:00
James Ritchie
d3f10941fd
Added a new Context page for the docs ( #1416 )
...
* Added a new context page with task context properties
* Removed code comments
* Added more crosslinks
2024-10-17 11:17:17 +01:00
D-K-P
f2c5243905
Copy updates
2024-10-16 17:16:52 +01:00
D-K-P
803350ae6e
Updated supabase docs
2024-10-16 15:23:48 +01:00
James Ritchie
b225423ce0
docs typo
2024-10-16 15:09:18 +01:00
James Ritchie
be7790bbdf
Added log size info to the limits page
2024-10-15 16:58:36 +01:00
nicktrn
feb4fcdac6
Fix bun runtime by downgrading to 1.1.24 ( #1409 )
...
* pin bun to 1.1.24 and use slim image
* add changeset
* add warning about bun version to docs
2024-10-14 18:00:10 +01:00
Matt Aitken
1c80a74885
Added a note to scheduled task docs about the delay option.
2024-10-11 18:58:39 +01:00
Dan
4c6f27e978
Updated sharp docs ( #1403 )
...
* Added prerequisites to ffmpeg and puppeteer
* Improved the sharp docs
* Updated sharp task code
2024-10-11 17:11:07 +01:00
James Ritchie
d998a2064e
New runs fundamentals page ( #1401 )
...
* WIP runs guide
* WIP updating the runs and attempts page
* Added more diagrams to Runs page
* Fixed broken anchors
* More updates and diagram improvements
* Improved diagrams and copy
* More diagram improvements
* copy tweak
---------
Co-authored-by: Eric Allam <eallam@icloud.com >
2024-10-11 14:28:01 +01:00
James Ritchie
ba96397f53
Updated the limits page
2024-10-10 15:21:53 +01:00
Eric Allam
b1319fb88c
Update limits.mdx
2024-10-10 14:19:40 +01:00
Dan
25c7ff173f
Updated guides intro and side menu ( #1398 )
...
* Updated intro and moved stripe webhooks into the webhooks section
* Added additional resources links to nextjs and remix
* Updated intro page
* Changed formatting to improve layout
* Removed Supabase card from frameworks
2024-10-10 12:55:03 +01:00
Dan
a6dbf8433c
Webhook guides ( #1396 )
...
* Added nextjs webhook guide
* Updated intro page
* Copy improvement
* Added repo links to both supabase guides
* Updated structure and added an overview page
* Updated guides and simplified example code
* Added webhook handler for pages and split the docs
* Updated links
2024-10-10 10:18:28 +01:00
James Ritchie
2483da251a
Removed the path argument from CLI dev command
2024-10-09 12:37:20 +01:00
Dan
fc609470c4
Supabase database webhook example upgrade ( #1386 )
...
* Added overview for guides and examples section and split them all out
* New supabase guide wip
* Updated images and improved docs
* Trimmed the supabase prereqs
* Supabase guide wip
* more updates
* Replaced old database webhook guide
* Created one intro page and removed snippets
* Updated guide sidebar titles
* Code updates
* More improvements
* Updates and added images
* Compressed image
* Updated guides descriptions and edge function basic
* Removed bold
* Updated redirects
* Fixed broken links
* Updated intro
2024-10-08 14:36:03 +01:00
Eric Allam
1caec27f72
docs: Max duration ( #1379 )
...
* maxDuration docs
* Update the init command to set the maxDuration and include a commented out maxDuration in the config file
2024-10-04 15:33:35 -07:00
nicktrn
665ccf88b7
Update github actions and self-hosting docs
2024-10-03 12:33:18 +01:00
James Ritchie
ceabfba767
Added puppeteer imports to the puppeteer trigger.config snippets
2024-10-01 15:26:47 -07:00
Dan
27e8f5c59a
Added deepgram transcription example ( #1372 )
2024-10-01 13:40:09 +01:00
James Ritchie
fff1c0a6f2
Sequin guide updates ( #1371 )
...
* Updated intro image style to match trigger style
* Typo fix
* Added some urls + a few copy fixes
* Added a new Guides side menu section
2024-09-30 18:11:49 -07:00
Eric Goldman
7d11123c0a
Add sequin guide ( #1368 )
...
Co-authored-by: James Ritchie <james@trigger.dev >
2024-09-30 17:54:06 -07:00
James Ritchie
8e38db96a5
Added error descriptions to each of the lifecycle functions
2024-09-27 16:47:30 +01:00
Dan
f154fcc9c5
Prisma guide ( #1365 )
...
* fix header
* Prisma first pass
* Copy updates
* Formatting
* Typo
2024-09-27 14:53:23 +01:00
Eric Allam
9e61c6a490
Add runs metadata to docs sidebar
2024-09-26 15:15:00 +01:00
Eric Allam
021efa382c
Update metadata.update to save in API docs
2024-09-26 12:49:23 +01:00
Dan
308715b4ca
Added supabase database operations and new snippet ( #1359 )
...
* Added supabase database examples
* Copy updates
* More copy updates
* Added comment about generating the typescript types
* Updated intro table
* Improved title
* Added supabase-docs-cards to go at the bottom of the examples and guides
* merge main
* Link fix
* Fix more links
2024-09-26 11:10:20 +01:00
Eric Allam
3c492bc202
feat: Run metadata ( #1357 )
...
* Run metadata
* Remove metadata from context, move it to it’s own tab
* More run metadata stuff
- Add metadata to testing
- Make using metadata outside of runs a no-op
- Add docs
* Replaying should copy over the metadata
* transfer final attempt output to the task run
* A couple of minor fixes
* Use the new clientOrThrow() method everywhere
* Cleaned up the update metadata endpoint and added an API doc page for it
* Mirror task run attempt errors and output
2024-09-26 09:23:38 +01:00
James Ritchie
d74783c231
Moving the docs examples section into guides ( #1356 )
...
* Links to guides and examples from the introduction page
* Moving examples into guides
* update the redirect
* Fixed broken links
* Fixing redirect
* Added another redirect rule
* Trigger Mintlify build
* Removed redirect
2024-09-25 16:34:11 +01:00
James Ritchie
3af8ae5faf
New puppeteer examples ( #1355 )
...
* WIP puppeteer examples
* 2 puppeteer examples
* Added another puppeteer example
* Copy improvements
2024-09-25 13:57:15 +01:00
nicktrn
79624c1d1c
Update self-hosting docs ( #1354 )
...
* add docker only note
* add support section
* add large payloads section
* additional features section and misc updates
* troubleshooting section
* add auth section
* skip default pr checks for docs changes
* minor changes
2024-09-25 11:33:28 +01:00
D-K-P
6d5e701ef0
Updated copy to be clearer that it’s in your existing app
2024-09-23 18:10:05 +01:00
Dan
60c31787d7
Supabase Storage and Stripe webhook examples ( #1345 )
...
* Added supabase storage basic example and updated ffmpeg instructions
* Added stripe webhook example
* Copy tweaks
* Typos
* Updated stripe example to check for a specific event before triggering the task
* Simplified the storage example
* Added examples to intro page
* Added further instructions
* Code improvements
* Final tweaks
2024-09-23 17:44:13 +01:00
Eric Allam
3772b5ac78
New Doc: create your own build extension reference ( #1347 )
...
* Build extension guide WIP
* Create your own build extension guide
2024-09-23 17:17:54 +01:00
James Ritchie
5cb59d8a76
Added a note about local development to examples that use build extensions
2024-09-23 16:02:04 +01:00
James Ritchie
2d350b8168
Removed instrumentation-fs docs reference
2024-09-23 15:41:47 +01:00
nicktrn
8e6eb4f6d8
GitHub workflow improvements ( #1306 )
...
* lint and action updates
* add custom image tag action
* remove publish infra bloat
* replace cancel action with native concurrency control
* ignore all docs changes for release trigger
* image action updates
* update publish trigger paths
* simplify semver checks
* make it possible to call publish
* add tests for custom action
* rename publish workflows
* call publish after successful package release
* fix inputs and published package parsing
* clarify image tag action errors
* move test action
* add test events
* add changesets action mock
* add docs checks
* add github action test readme
* fix docs check on push
* update action versions in docs
* cache npm for docs check
* pretend to fix bad docs link
* fix docs link
* Revert "fix docs link"
This reverts commit a7508f5d55 .
* Revert "Revert "fix docs link""
This reverts commit ec642af3dc .
* improve caching
* disable automatic publishing after release
* limit docs checks to pushes to main and PRs
* fix broken links
* prevent word splitting and globbing
* use latest checkout action everywhere
* correctly detect prereleases as valid semver
* update to latest cache action
2024-09-23 15:14:34 +01:00
James Ritchie
09aaa807a6
Improvements to the Remix guide
2024-09-20 16:19:48 +01:00
Eric Allam
fd9a748553
Fixes #1337 - update docs for triggerdev -> trigger bin name change
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-infra (push) Has been skipped
2024-09-20 16:12:14 +01:00
James Ritchie
35c8e35674
Added snippets to the nextjs guide
2024-09-20 15:08:38 +01:00
James Ritchie
9d1398f2d9
Much better Remix guide, including Edge functions
2024-09-20 15:08:37 +01:00
Eric Allam
ba3c5bdf33
Adding missing task run hierarchy to TaskRun table ( #1332 )
...
* Add task run hierarchical relationships to the database
* Add depth and related runs to the retrieve run API response
* Remove prisma optimize
* restructure the migrations to create the index concurrently
* Delete these tsbuildinfo files
* Fix type error by adding depth to the run list presenter
* Cleanup the task hierarchy, share more code
* Remove some fields from the list run response
2024-09-20 11:09:00 +01:00
James Ritchie
6976311e18
Improved the copy to link to aptGet and explain adding deployed packages
2024-09-20 08:57:09 +01:00
James Ritchie
3dd303bd5b
Added build config section to pdf-to-image doc example
2024-09-19 17:29:09 +01:00
James Ritchie
1679a184ad
Docs/pdf to image ( #1330 )
...
* Added pdf-to-image example
* Copy tweak
* Squashed commit of the following:
commit 64862db846
Author: Niels <info@flydev.nl >
Date: Thu Sep 19 16:25:17 2024 +0200
Update dotEnv.ts to ignore OTEL_EXPORTER_OTLP_ENDPOINT as well (#1307 )
* Update dotEnv.ts
* Create four-buttons-run.md
---------
Co-authored-by: Eric Allam <eallam@icloud.com >
commit c65d4822b4
Author: Thibaut Cuchet <thibautcuchet@gmail.com >
Date: Thu Sep 19 16:22:57 2024 +0200
Feat: Extension puppeteer (#1323 )
* feat: add puppeteer extension
* chore: update package and config
* feat: add puppeteer task
* Create little-donkeys-protect.md
---------
Co-authored-by: Eric Allam <eallam@icloud.com >
commit b4be736555
Author: Eric Allam <eallam@icloud.com >
Date: Thu Sep 19 15:21:03 2024 +0100
prismaExtension fixes for #1325 and #1327
* Copy tweak
2024-09-19 17:09:50 +01:00