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
nicktrn
8da495ac00
Improve checkpoint reliability and cleanup of temp files ( #1367 )
...
* improve cleanup reliability
* improve logging
* bye-bye execa
* fix for trailing newlines
* prettier errors
* trim args and log output by default
* fix archive cleanup
* prevent potential memleak
* more cleanup debug logs
* ignore abort during cleanup
* rename checkpoint dir env var and move to helper
* add global never throw override
* add tmp cleaner
* also clean up checkpoint dir by default
* split by any whitespace, not just tabs
* only create tmp cleaner if paths to clean
2024-09-30 13:42:22 +01:00
Eric Allam
69ec68ee31
Release 3.0.9
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 1s
🚀 Publish Trigger.dev Docker / publish-webapp (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-worker (push) Has been skipped
@trigger.dev/build@3.0.9
@trigger.dev/core@3.0.9
@trigger.dev/sdk@3.0.9
trigger.dev@3.0.9
v.docker.3.0.9
2024-09-29 19:18:39 -07:00
github-actions[bot]
a6ea8444c9
chore: Update version for release ( #1366 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-29 19:17:26 -07:00
Eric Allam
4c1ee3d6ea
fix: run metadata not working when using npx/pnpm dlx
2024-09-29 19:09:38 -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
James Ritchie
4906fe9cf0
Run page links to tasks & replay run modal improvements ( #1364 )
...
* Removed the inline-code accessory from the logs when calling trigger or batchTrigger from a run
* Removed re2 from the v3 catalog
* Added a Root badge to the runs list
* Keep the side panel open when switching tasks & remove links from detail panel
* Root and parent task styling inspector
* Hide the root badge if the task isn’t the root
* margin between the dev not running message
* improved spacing of items
* Improved Root badge style
* Show a table of triggered runs in the inspector
* Add parentSpanId index to the TaskRun table
* Fix for the run inspector now opening when linked from another run/replay
* Triggered runs table has a max height
* Added a description to the replay run modal and improved the styling slightly
* Only include a bottom border when the triggered run table is more than 4 items
* Improved the triggered runs table borders
* Improved the tables so they can have an optional sticky header
* Added table types to storybook
* Fix for hover states on different backgrounds & runs table select cell
2024-09-27 12:14:44 +01:00
Eric Allam
3f6fda0c3e
Create FUNDING.yml
2024-09-26 18:22:54 +01:00
Eric Allam
6989f8366b
Add a release guide
2024-09-26 15:43:27 +01:00
Eric Allam
9e61c6a490
Add runs metadata to docs sidebar
2024-09-26 15:15:00 +01:00
Eric Allam
d32157212c
Release 3.0.8
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish-webapp (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-worker (push) Has been skipped
@trigger.dev/build@3.0.8
@trigger.dev/core@3.0.8
@trigger.dev/sdk@3.0.8
trigger.dev@3.0.8
v.docker.3.0.8
2024-09-26 14:35:45 +01:00
github-actions[bot]
926459893b
chore: Update version for release ( #1351 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 14:33:30 +01:00
Eric Allam
a0c7592110
Set the final error on the task run if it exists
2024-09-26 13:25:26 +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
5fe2bab381
Fixed test page typescript error
2024-09-26 11:01:14 +01:00
Eric Allam
eda348226d
Store seed metadata separately to use in test UI and when replaying a run
2024-09-26 10:47:35 +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
nicktrn
c063dadb74
Fix slack alert retries and text length limits ( #1353 )
...
* truncate slack text
* skip retrying on invalid block errors
* decrease deliver alert max attempts
* add sensible slack retry config
* decrease deliver alert priority
* Revert "decrease deliver alert priority"
This reverts commit d878b8b053 .
* fix truncated code blocks
* consider backticks when truncating
* Revert "decrease deliver alert max attempts"
This reverts commit 9e02d0aa58 .
2024-09-25 11:03:03 +01:00
Eric Allam
d361e24bee
Associate child runs with the parent span ID ( #1352 )
...
* Add safe rootTaskRunId index and a README to @trigger.dev/database
* Associate child runs with the span ID of the span in the parent run that triggered the child run
* Update deprecation notice doc links
2024-09-24 15:47:44 +01:00
James Ritchie
bff38dceb5
Puppeteer extension: set the PUPPETEER_EXECUTABLE_PATH env var ( #1350 )
...
* Set the PUPPETEER_EXECUTABLE_PATH env var
* Create real-bags-joke.md
2024-09-24 13:25:00 +01:00
nicktrn
85ac0c6036
Release 3.0.7
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish-webapp (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-worker (push) Has been skipped
@trigger.dev/build@3.0.7
@trigger.dev/core@3.0.7
@trigger.dev/sdk@3.0.7
trigger.dev@3.0.7
v.docker.3.0.7
2024-09-24 10:58:03 +01:00
github-actions[bot]
af7194d078
chore: Update version for release ( #1341 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-24 10:55:34 +01:00
nicktrn
0ecbcfdd86
Only pass trace context if request is from a worker
2024-09-24 09:49:11 +01:00
Eric Allam
40152af775
Load GITHUB_TOKEN env var in publish-prerelease, as it’s not required
2024-09-23 21:30:35 +01:00
Eric Allam
6d4c4d214f
Attempt to use @remix-run/changelog-github to have better formatted changeset version descriptions
2024-09-23 21:10:26 +01:00
Niels
aba51ab784
Added multiple env variables to kubernetes-provider ( #1305 )
...
* Trying out options for `COORDINATOR_PORT` and `COORDINATOR_HOST` env vars
* Added `KUBERNETES_NAMESPACE` env variable
* Reverted pnpm-lock.yaml
* restore pnpm-lock.yaml
* use options object for operations constructor
* consolidate coordinator env vars
---------
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com >
2024-09-23 18:25:48 +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
Eric Allam
d7a65f3e7a
Fix resolving external packages that are ESM only ( #1346 )
...
* Fix resolving external packages that are ESM only by falling back to mlly resolvePathSync. This will fix mupdf
* when publishing a prerelease and aborting, clear the git stage
2024-09-23 16:21:04 +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
b027d69365
Update one last action to node 20
2024-09-23 15:34:49 +01:00
nicktrn
c8eae9d37a
Comment out changesets mock
2024-09-23 15:19:02 +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
Eric Allam
e81380314c
Add retrieve background worker API endpoint
2024-09-23 14:23:40 +01:00
Harsh Shrikant Bhat
9ce3f790f9
fix: Added dev.vars into dotEnv file ( #1340 )
...
* Added dev.vars into dotEnv file
* Added changes
* Update yellow-knives-attack.md
---------
Co-authored-by: Eric Allam <eallam@icloud.com >
2024-09-21 09:12:48 +01:00
Eric Allam
04645e8329
Release 3.0.6
@trigger.dev/build@3.0.6
@trigger.dev/core@3.0.6
@trigger.dev/sdk@3.0.6
trigger.dev@3.0.6
2024-09-20 16:25:19 +01:00
github-actions[bot]
e47b6cf166
chore: Update version for release ( #1328 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-20 16:24:45 +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
v.docker.3.0.6
2024-09-20 16:12:14 +01:00
Thibaut Cuchet
1f5bcc73b5
fix: audiowaveform extension ( #1335 )
...
* fix: audiowaveform extension
* Create lovely-dolphins-chew.md
---------
Co-authored-by: Eric Allam <eallam@icloud.com >
2024-09-20 16:09:47 +01:00