Eric Allam
9e0f03623d
Support ignoring test/spec files inside trigger dirs ( fixes #1593 ) ( #1596 )
...
* Support ignoring test/spec files inside trigger dirs (fixes #1593 )
* Add changeset
2025-01-10 19:40:08 +00:00
D-K-P
51a054f534
Added Realtime CSV importer to the docs
2025-01-09 17:13:55 +00:00
Eric Allam
c92edd61af
New metadata system doc updates ( #1590 )
2025-01-09 11:13:48 +00:00
Dan
d52e3d7d57
Added LLM evaluator to example projects ( #1589 )
...
* Added repo links
* Added links to remix / nextjs webhooks examples
* Added a Realtime learn more snippet
* Added the batch llm evaluator docs
* Improved snippet
* Updated intro
2025-01-08 21:16:56 +00:00
Dan
668b34d25e
Adding example projects ( #1564 )
...
* Added new side menu section and updated intro
* Updated the fal ai realtime project
* Copy update
* Added example project
* Swapped walkthrough and repo
* Restore original fal task page
* Added links back to the intro
2025-01-03 20:00:40 +00:00
Erin Allison
4d2412a0fe
Add Support for Alternate Email Transports ( #1580 )
...
* Add support for AWS SES and SMTP email transports
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Correct environment variable names for new email settings
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Correct option names being passed to nodemailer for SMTP
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Remove use of AWS SDK synthetic default export
It apparently causes issues when transpiled/bundled
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Add documentation for new email settings
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Move nodemailer types to devDependencies
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Adjust mail transport error handling
Gotta keep the linter happy :)
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Fix typecheck error on MailTransportOptions
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
* Correct environment variable usage for SMTP email transport
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
---------
Signed-off-by: Erin Allison <eallison@andrettikarting.com >
2024-12-30 17:38:17 +00:00
Matt Aitken
21a4fabc28
Docs update batch limits to 5MB
2024-12-18 11:47:50 +00:00
Eric Allam
f3e4597ef4
Update scrape-hacker-news.mdx
2024-12-14 21:11:37 +00:00
Niloy
68d7139ebe
Update deploy-environment-variables.mdx ( #1509 )
...
base64 with -i for input file
2024-12-13 11:16:47 +00:00
James Ritchie
6516e15bd8
Changes frozen to waiting ( #1551 )
...
* Offset the tooltip in more
* The Select component’s shortcut has a better hover state
* “Frozen” changed to “Waiting”
2024-12-13 11:13:34 +00:00
Eric Allam
9970b9b68e
Realtime streams now powered by electric ( #1541 )
...
* Realtime streams now powered by electric, and fix the streaming update duplicate issues by converting the electric Shape materialized view into a ReadableStream of changes
* Ensure realtime subscription stops when runs are finished, and add an onComplete handle to use realtime hooks
* Fix tests
2024-12-09 22:09:30 +00:00
Eric Allam
8db1da69e9
Triggering docs and adding options to all trigger hooks ( #1528 )
2024-12-03 10:15:49 +00:00
Eric Allam
c37622e7b6
Realtime: improve scope access to runs with tags and batches ( #1511 )
...
* JWT scopes for tags and batches can now access runs that have the tag or are in the batch
- useTaskTrigger can now submit options
- auto-generated batch trigger public access tokens no longer need each individual run ID scope
* Add changeset
* Added task scopes to work like tags and batches
Also removed scopes for tags when auto-generating a public access token as that could be dangerous.
2024-11-29 11:37:11 +00:00
Eric Allam
f4a18feca0
Docs: Batch Trigger upgrades ( #1505 )
...
* WIP batch docs
* More batch trigger v2 docs
2024-11-28 15:55:45 +00:00
Fernando Coelho
736f577c25
Update Infisical instructions to new SDK ( #1493 )
...
* Update Infisical instructions to new SDK
Current documentation is using old Infisical SDK implementation.
New SDK has a different name, and authenticates on a method, not in the class constructor.
* Fix import and client secret env
2024-11-28 11:34:27 +00:00
Eric Allam
af7a7681cf
Update realtime docs for streaming and a couple tweaks to the SDK ( #1486 )
2024-11-20 14:10:38 +00:00
James Ritchie
64be7b04e8
Linking to more examples in the Next.js guide
2024-11-14 10:04:48 +00:00
Dan
925c463fe5
Added libreoffice example ( #1472 )
...
* Added Libreoffice example docs
* typo
2024-11-13 15:03:23 +00:00
James Ritchie
e1bd6b3355
Fixed broken link
2024-11-13 13:55:06 +00:00
James Ritchie
fd90f79ede
Added realtime example link to Introduction page
2024-11-13 13:51:40 +00:00
James Ritchie
5d303ce6f2
New Realtime example added to docs
2024-11-13 13:45:47 +00:00
James Ritchie
d98221ba7f
Added the new quickstart video to the docs
2024-11-13 11:31:28 +00:00
Diego Valenzuela
29026a379b
Fix: Typo on overview.mdx ( #1460 )
...
* Fix: Typo on overview.mdx
the import helloWorldTask wasn't called correctly at an example
* Fix: Typo update on overview.mdx
Now the import is called `helloWorld` instead of `helloWorldTask` to be consistent with the filename as requested
2024-11-12 18:29:33 +00:00
D-K-P
2e273e8fe2
Updated vercel env vars instructions and naming
2024-11-12 11:28:17 +00:00
Nico
a5d59de39e
Fix: vercelSyncEnvVars teamId ( #1463 )
...
* Update vercelSyncEnvVars.ts
* Update vercelSyncEnvVars.ts
* Update vercelSyncEnvVars.ts
* Update vercelSyncEnvVars.ts
* Update docs
* Add changeset
2024-11-12 11:19:25 +00:00
Matt Aitken
82ebfc7908
Made it clearer that tasks need to be exported
2024-11-06 15:17:12 +00:00
D-K-P
adf5970245
Shortened sidebar title to Vercel sync env vars
2024-11-04 14:58:01 +00:00
Dan
aca2f54cb7
Docs - sync vercel env vars ( #1426 )
...
* Added sync env vars docs example
* Added links in the config + deploy files
* Updated copy
* Added vercel docs cards and added them to all of the relevant docs pages
* Added sync env vars to the intro page
* Added automatically sync env vars section to nextjs guide
* Added ‘Manually’
* Removed code block and updated title
* updated formatting and added vercelsyncenvvars to the config file
* Added missing comment
* Updated imports to /core
* Added sync env var docs link and note
* Improved the VERCEL_ACCESS_TOKEN note
* Added link to vercel
* Updated docs and improved formatting
* Copy tweaks
* Added space
* Updated deploy docs
2024-11-04 14:55:10 +00:00
Chibuike Chijioke
6313db698a
fix(docs): Correct typo in '/idempotency' documentation ( #1456 )
2024-11-02 23:56:56 +00:00
Dan
e92459bf1e
Added revalidation docs ( #1444 )
...
* Added revalidation docs
* Typo
* Copy tweak
2024-11-01 21:25:44 +00:00
D-K-P
41f5261fe5
Added drizzle docs and updated prisma
2024-11-01 14:40:25 +00:00
Eric Allam
befdcef1f0
Add known issue for realtime ( #1452 )
2024-11-01 13:21:01 +00:00
D-K-P
9b7472844d
Updated deploy docs
2024-10-31 09:49:59 +00:00
Dan
eace78fa04
Added fal AI example ( #1439 )
2024-10-30 17:30:23 +00:00
Dan
e81b2a7839
Firecrawl example docs ( #1438 )
...
* Added firecrawl example docs
* Added Firecrawl and scrape hn to the intro page table
2024-10-30 16:41:04 +00:00
Eric Allam
816b0f9e3d
Add some more react hooks & realtime docs
2024-10-29 16:41:57 +00:00
Eric Allam
6fb073672d
Add realtime API docs
2024-10-29 13:57:02 +00:00
Eric Allam
9203bd8e67
Add realtime walkthrough video to docs
2024-10-29 13:23:57 +00:00
Eric Allam
3252d9ec31
docs: realtime, react hooks, and frontend usage ( #1434 )
...
* WIP realtime/frontend docs
* WIP
* Deleted old examples
* Improved styling
* Improved the generated example styles
* More style improvements
* More realtime docs
* Couple doc tweeks
* runs-and-attempts -> runs
* Remove the prerelease package version
---------
Co-authored-by: James Ritchie <james@trigger.dev >
2024-10-29 12:31:04 +00:00
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