github-actions[bot]
e3f78178f7
chore: Update version for release ( #864 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-21 17:29:23 +00:00
Kritik Jiyaviya
da90ee13c3
fix: Resend integration example comment ( #860 )
2024-01-21 17:16:26 +00:00
Matt Aitken
583da458ec
Changed the minimum interval time period from 60s to 20s (with changeset)
2024-01-21 17:06:09 +00:00
Matt Aitken
dcf95c4eb2
Revert "Changeset: Changed the minimum interval time from 60s to 20s"
...
This reverts commit c272e38de2 .
2024-01-21 17:04:11 +00:00
Matt Aitken
c272e38de2
Changeset: Changed the minimum interval time from 60s to 20s
2024-01-21 16:29:54 +00:00
github-actions[bot]
68dbc07ee8
chore: Update version for release ( #854 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-17 14:49:19 +00:00
Eric Allam
6c4047cf21
Fix an issue where runs were stuck executing when a child task failed and the parent task retried
2024-01-17 14:39:06 +00:00
github-actions[bot]
831860eace
chore: Update version for release ( #853 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-17 14:13:34 +00:00
Kritik Jiyaviya
4dd6cf18dc
feat: Add support for the new Resend audience API endpoints ( #850 )
...
* feat: Add support for the new Resend audience API endpoints
* update pnpm-lock.yaml
* update pnpm-lock.yaml
* Merge branch 'main' into feat/support-for-resend-audience-api
* latest pnpm-lock.yaml
* Create lovely-items-end.md
* Update pnpm-lock.yaml
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-17 14:06:45 +00:00
github-actions[bot]
5c42831a60
chore: Update version for release ( #846 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-17 11:14:52 +00:00
Eric Allam
26f5e7774d
Fix yalt.dev connection timeouts by increasing timeout from 1s to 5s ( #851 )
...
* Increase the yalt tunnel connection timeout to 5 seconds
* Add changeset
2024-01-17 10:27:57 +00:00
Son Yen Nguyen
a93b554f8b
Feat: Update cron parser human readable string ( #847 )
...
* Update cron parser human readable string
* Create hot-cobras-flow.md
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-16 17:22:35 +00:00
Matt Aitken
0f342cd1be
Don't show duplicate Job warning if it's an internal job
2024-01-16 15:54:20 +00:00
github-actions[bot]
ab6b9514cd
chore: Update version for release ( #844 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-16 15:00:28 +00:00
Matt Aitken
38f5a90399
Auto-yielding is skipped for tasks that are no-ops and subtasks
2024-01-16 14:01:05 +00:00
Matt Aitken
129f023d11
EventTrigger source wasn’t getting passed through to the class
2024-01-16 12:07:11 +00:00
Abhimanyu Yadav
ff4ff869ab
feat(logger): accepting Error objects as parameters in io.logger.error() ( #797 )
...
* feat(logger): accepting Error objects as parameters in io.logger.error()
* Allow errors for any log level
* Create silent-ties-vanish.md
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-15 14:02:41 +00:00
github-actions[bot]
87b5dfbf11
chore: Update version for release ( #837 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-12 14:10:42 +00:00
Michelle Rosenberger
5af2003516
Fix Stripe integration webhook validation ( #836 )
...
The SubtleCryptoProvider cannot be used in a synchronous context. This
is a problem for non-node environments where the Stripe client falls
back to SubtleCryptoProvider.
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-12 14:05:33 +00:00
Chigala
bc61d83764
feat: updates CLI to use https flag ( #814 )
...
* feat: updates CLI to use https flag
* added changeset
* Added yalt to the changeset
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-12 13:53:43 +00:00
github-actions[bot]
1224fceb18
chore: Update version for release ( #831 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-10 10:57:32 +00:00
Eric Allam
8277f4d249
Use correct overload param when invoking a job outside of a run ( fixes #802 )
2024-01-10 10:50:12 +00:00
Eric Allam
73cb8839a5
Fixed invoke inferred payload types ( fix #830 )
2024-01-10 10:44:35 +00:00
github-actions[bot]
7a51612fc8
chore: Update version for release ( #822 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-03 13:48:31 +00:00
Dan
aa97bf4a52
Changed posthog to eu ( #772 )
...
* Updated posthog url and key
* Create clean-plums-happen.md
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-03 10:43:14 +00:00
Kritik Jiyaviya
f7bf25f03f
feat: Add ability to cancel all runs for job from SDK ( #819 )
...
* feat: Add ability to cancel all runs for job from SDK
* Create nine-trainers-vanish.md
* Cancel runs that are executing and waiting
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-03 10:30:19 +00:00
Yash Khokhaneshiya
740b7b2385
feat: Add $not to eventFilters ( #815 )
...
* feat: Add to eventFilters
* not filter test case added for false evaluation
* Added a patch changeset for @trigger.dev/core
---------
Co-authored-by: Matt Aitken <matt@mattaitken.com >
2024-01-02 15:43:02 +00:00
github-actions[bot]
0c4fd9a631
chore: Update version for release ( #813 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-22 15:43:15 +00:00
Matt Aitken
5060eec01b
Update Octokit to account for CVE-2023-50728 ( #812 )
2023-12-22 15:35:47 +00:00
github-actions[bot]
3aafd0480b
chore: Update version for release ( #798 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-22 10:40:55 +00:00
Matt Aitken
771feb5395
Awaiting completion with threads/runs now works with the "requires_action" status
2023-12-22 10:13:44 +00:00
Eric Allam
dfa47b6201
Don't proxy certain headers across the Yalt boundary as it can mess-up proxied local requests
2023-12-18 10:52:31 +00:00
github-actions[bot]
70fdedcea5
chore: Update version for release ( #796 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-14 17:27:08 +00:00
Eric Allam
812b5afe6f
Add support for the built-in Trigger.dev tunnel for local development ( #795 )
...
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 3s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 13s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* Add support for the built-in Trigger.dev tunnel for local development
* Remove the test script from yalt
* Add to the README
* Improve the outdated packages warning
2023-12-14 15:33:56 +00:00
github-actions[bot]
daae6df428
chore: Update version for release ( #794 )
...
* chore: Update version for release
* Update lockfile
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com >
2023-12-13 10:23:36 +00:00
nicktrn
fc31c6c07a
Fix: Test package run isolation ( #793 )
...
* Fix link
* Move paths to compiler options
* Add failing test case
* Fix test isolation
* Add changeset
2023-12-13 09:49:52 +00:00
github-actions[bot]
d42ba80108
chore: Update version for release ( #785 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-08 10:19:57 +00:00
Eric Allam
6a3c563f14
Fixed Job.attachToClient
2023-12-08 10:15:06 +00:00
github-actions[bot]
750c1ff1e3
chore: Update version for release ( #783 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-07 12:59:53 +00:00
Eric Allam
0f9f010206
@trigger.dev/airtable: Removed named imports (#782 )
2023-12-07 12:53:58 +00:00
github-actions[bot]
9fb8dceef4
chore: Update version for release ( #781 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 20:05:29 +00:00
Eric Allam
0c14e4cdfe
Stop importing subpaths in @trigger.dev/airtable ( #780 )
2023-12-06 20:02:37 +00:00
github-actions[bot]
08e6cad28a
chore: Update version for release ( #779 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 15:42:36 +00:00
Eric Allam
f3efcc0c28
Moved Logger to core-backend, no longer importing node:buffer in core/react ( #778 )
2023-12-06 15:37:50 +00:00
github-actions[bot]
33d555d00e
chore: Update version for release ( #776 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 11:28:06 +00:00
Eric Allam
17f6f29d05
Feature: Support multiple runtimes other than Node.js ( #774 )
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 5s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
2023-12-06 10:23:37 +00:00
github-actions[bot]
1567239718
chore: Update version for release ( #771 )
...
* chore: Update version for release
* Release lockfile
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com >
2023-12-04 14:14:41 +00:00
nicktrn
de652c1dfb
Fix: Shopify tasks and KV get() return types ( #770 )
...
* Improve KV get types
* Fix shopify find and all task return types
* Add changeset
2023-12-04 12:37:55 +00:00
github-actions[bot]
00b0c3e02e
chore: Update version for release ( #765 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-30 21:54:13 +00:00
Eric Allam
7e3a82ef47
Issue #747 : Add Stripe invoice triggers
2023-11-30 21:48:45 +00:00