Commit Graph

  • 3875bb292a feat(engine): run debounce system (#2794) Eric Allam 2025-12-18 16:04:43 +00:00
  • 20f3a88fae better handle invalid debounce delay options ea-branch-108 Eric Allam 2025-12-18 15:48:09 +00:00
  • d78877b581 Fix new debounce run race Eric Allam 2025-12-18 14:58:30 +00:00
  • f3f73554eb remove the docs from this PR Eric Allam 2025-12-18 14:34:35 +00:00
  • 0d3bc3c44f Fix TOCTOU Race Condition in registerDebouncedRun Eric Allam 2025-12-18 14:27:49 +00:00
  • 3bbee8c426 Add an option for choosing the debounce mode, trailing or leading, with default leading Eric Allam 2025-12-18 14:00:57 +00:00
  • b383a732c7 fix race condition when the delayUntil is updated while the enqueueDelayedRun worker job is executing Eric Allam 2025-12-18 12:20:39 +00:00
  • cddc7b638d fix deleting race condition using a lua script Eric Allam 2025-12-18 10:05:19 +00:00
  • f613c00d11 make it clear whats happening here Eric Allam 2025-12-18 09:49:49 +00:00
  • b11562701e treat DELAYED execution status as an initiate state Eric Allam 2025-12-18 09:38:35 +00:00
  • f0484209a2 debounce keys with a maximum size of 512 Eric Allam 2025-12-17 16:33:32 +00:00
  • 36cded7fce better docs for options Eric Allam 2025-12-17 16:28:59 +00:00
  • fb4138a799 better delay calculations Eric Allam 2025-12-17 16:22:22 +00:00
  • 96680f00f8 fixed run engine delay tests Eric Allam 2025-12-17 16:12:17 +00:00
  • 57f45f15fc support debounce options when batch triggering Eric Allam 2025-12-17 15:46:42 +00:00
  • 96c55cc67b feat(engine): run debounce system Eric Allam 2025-12-17 07:58:19 +00:00
  • 86cfec89dc Revert previous changes copilot/fix-concurrency-submit-button Oskar Otwinowski 2025-12-16 16:59:18 +01:00
  • ff80742ab7 fix(ci): use workflow_dispatch instead of repository_dispatch for publish.yml (#2791) Saadi Myftija 2025-12-16 16:53:22 +01:00
  • 3ae2593300 Revert to button ordering with focus order fix copilot-swe-agent[bot] 2025-12-16 14:39:04 +00:00
  • f17de1e59f Use keypress handler instead of reordering DOM elements copilot-swe-agent[bot] 2025-12-16 14:23:05 +00:00
  • 11366e658c chore(ci): add manual trigger to the image publishing workflow (#2790) Saadi Myftija 2025-12-16 16:34:57 +01:00
  • e751f8832e fix(app): incorrectly duplicated env vars for new batch trigger system (#2789) Eric Allam 2025-12-16 15:27:13 +00:00
  • a999d9ea3f feat(engine): Batch trigger reloaded (#2779) Eric Allam 2025-12-16 14:32:49 +00:00
  • 8e4db5b4cb Fix form submit order: confirmButton now defaults on Enter copilot-swe-agent[bot] 2025-12-16 12:59:14 +00:00
  • f961f1ad4a Initial plan copilot-swe-agent[bot] 2025-12-16 12:53:57 +00:00
  • ce5aef08cd fix(ui): respect rootOnlyDefault, disable adjacent run navigation in inspector views (#2781) Oskar Otwinowski 2025-12-12 12:16:29 +00:00
  • f028f266f8 chore: release v4.3.0 (#2770) github-actions[bot] 2025-12-12 13:11:56 +01:00
  • e418d987b9 feat(cli): deterministic image builds for deployments (#2778) Saadi Myftija 2025-12-12 09:48:04 +01:00
  • 50077588e3 feat(webapp): improve adjacent runs navigation and timeline performance (#2776) Oskar Otwinowski 2025-12-11 17:26:15 +00:00
  • df9ecb3866 feat(webapp): add GitHub onboarding flow to empty Tasks and Deployments pages (#2775) Oskar Otwinowski 2025-12-10 17:03:16 +00:00
  • 0c542c5cf6 docs(kubernetes): use v4 helm chart instead of beta (#2671) Max Strübing 2025-12-10 15:52:32 +01:00
  • a00ed929a7 feat(cli): enable zstd compression for deployment images (#2773) nicktrn 2025-12-10 14:49:44 +00:00
  • 7a77d36682 fix(webapp) : fixed Cmd+Left Arrow was intercepted by the TreeView component (#2772) Mihai Popescu 2025-12-10 12:05:16 +00:00
  • fd46381c8b optimized the animation frame loop mpcgird 2025-12-15 23:28:27 +02:00
  • f2112da8f2 deactivated scroll while scrolling in order to hide the missynchronization between tables hover mpcgird 2025-12-15 23:15:55 +02:00
  • 28a66ac021 fix(ui): respect rootOnlyDefault, disable adjacent run navigation in inspector views (#2781) v.docker.4.3.0 trigger.dev@4.3.0 @trigger.dev/sdk@4.3.0 @trigger.dev/schema-to-json@4.3.0 @trigger.dev/rsc@4.3.0 @trigger.dev/redis-worker@4.3.0 @trigger.dev/react-hooks@4.3.0 @trigger.dev/python@4.3.0 @trigger.dev/core@4.3.0 @trigger.dev/build@4.3.0 Oskar Otwinowski 2025-12-12 12:16:29 +00:00
  • 7d34817473 chore: release v4.3.0 (#2770) github-actions[bot] 2025-12-12 13:11:56 +01:00
  • a2277d5a37 Merge branch 'main' into fix/tri-6732-hover-vertical-timeline-does-not-update-on-task-runs mpcgird 2025-12-12 09:33:13 +00:00
  • 6d6ed471d1 feat(cli): deterministic image builds for deployments (#2778) re2-prod-deterministic-builds Saadi Myftija 2025-12-12 09:48:04 +01:00
  • f61159e1a8 Avoid breaking the DequeuedMessage schema re2-test-deterministic-builds-2 Saadi Myftija 2025-12-12 09:20:16 +01:00
  • 885e84b215 Fix for run page highlight sync between step row and timeline mpcgird 2025-12-11 23:21:21 +00:00
  • b4d6d7859e Fix for mouse hover on a timline not being updates after resize mpcgird 2025-12-11 22:53:49 +00:00
  • 7f7f993587 feat(webapp): improve adjacent runs navigation and timeline performance (#2776) Oskar Otwinowski 2025-12-11 17:26:15 +00:00
  • bc0b18e117 Add note about the dequeued run schema re2-test-deterministic-builds Saadi Myftija 2025-12-11 17:26:59 +01:00
  • de247ab969 Merge remote-tracking branch 'origin/main' into stable-builds Saadi Myftija 2025-12-11 16:57:24 +01:00
  • 8923a6103d Add changeset Saadi Myftija 2025-12-11 16:44:54 +01:00
  • 7c49f68a58 Fix sort issue Saadi Myftija 2025-12-11 16:24:33 +01:00
  • 81a8811df6 Pass in deployment id and version when scheduling runs (supervisor) Saadi Myftija 2025-12-11 14:59:10 +01:00
  • 5f8edb7924 Make the image builds deterministic Saadi Myftija 2025-12-11 14:58:03 +01:00
  • d28707826c feat(webapp): add GitHub onboarding flow to empty Tasks and Deployments pages (#2775) Oskar Otwinowski 2025-12-10 17:03:16 +00:00
  • 8b00198f99 docs(kubernetes): use v4 helm chart instead of beta (#2671) Max Strübing 2025-12-10 15:52:32 +01:00
  • 74e9246bfa feat(cli): enable zstd compression for deployment images (#2773) nicktrn 2025-12-10 14:49:44 +00:00
  • 07a31d3732 fix(webapp) : fixed Cmd+Left Arrow was intercepted by the TreeView component (#2772) Mihai Popescu 2025-12-10 12:05:16 +00:00
  • da111e220f fix(api): whitelist deployment endpoints from the general API rate limits (#2774) Saadi Myftija 2025-12-10 12:03:56 +01:00
  • 2c3cb4a43a feat(webapp): UX improvements for TaskRun page and TaskRun table (#2760) Oskar Otwinowski 2025-12-09 13:10:11 +00:00
  • b71bf89444 chore(releases): minor improvements to the release workflow (#2764) Saadi Myftija 2025-12-09 11:29:48 +01:00
  • 28c0c78257 fix(api): triggering a batch on a v4 project via the v3 SDK no longer results in errors (#2752) Eric Allam 2025-12-09 09:54:39 +00:00
  • c021d1db63 fix(dev): stop max listeners exceeded warning messages when running more than 10 runs concurrently (#2771) Eric Allam 2025-12-09 09:54:28 +00:00
  • f62cdfe00e feat(dashboard): login with google and "last used" indicator (#2746) Eric Allam 2025-12-09 09:51:42 +00:00
  • 66c6da7114 security: dependabot alert triage (#2768) nicktrn 2025-12-08 21:02:13 +00:00
  • 7fba9e9f6b feat(deployments): add build server meta and trigger source info (#2767) Saadi Myftija 2025-12-08 17:29:26 +01:00
  • cf63fc9cd2 chore: update version requirement hint in build settings (#2757) Saadi Myftija 2025-12-08 09:27:28 +01:00
  • d1c3bfb9c9 fix(deployments): ecr repo exists check (#2762) Saadi Myftija 2025-12-05 19:16:28 +01:00
  • d8f5853457 fix(releases): use contents: write permission in the release workflow (#2761) Saadi Myftija 2025-12-05 17:22:24 +01:00
  • a52566d9cc feat(releases): add a manual trigger for the package release workflow (#2759) Saadi Myftija 2025-12-05 17:00:02 +01:00
  • 07a1d04d52 fix(releases): add missing npm upgrade step (#2758) Saadi Myftija 2025-12-05 16:41:45 +01:00
  • 185f4ecaf9 chore: release v4.2.0 (#2713) v.docker.4.2.0 trigger.dev@4.2.0 @trigger.dev/sdk@4.2.0 @trigger.dev/schema-to-json@4.2.0 @trigger.dev/rsc@4.2.0 @trigger.dev/redis-worker@4.2.0 @trigger.dev/react-hooks@4.2.0 @trigger.dev/python@4.2.0 @trigger.dev/core@4.2.0 @trigger.dev/build@4.2.0 github-actions[bot] 2025-12-05 16:27:21 +01:00
  • 0d764d4c46 feat(cli): upgrade bun deployments to v1.3.3 (#2756) nicktrn 2025-12-05 13:31:27 +00:00
  • beb52b9800 chore(releases): adjust gh workflow title (#2755) Saadi Myftija 2025-12-05 13:33:35 +01:00
  • 3401a1d0a9 feat(releases): require approval for package releases (#2753) Saadi Myftija 2025-12-05 13:25:25 +01:00
  • 3f982ed366 docs: update email regex examples (#2749) nicktrn 2025-12-04 17:58:25 +00:00
  • 4dc956470d fix(deployments): misc fixes for the native build server deployment flow (#2748) Saadi Myftija 2025-12-04 17:01:47 +01:00
  • 7fddadcce9 chore: Improve Vercel/Neon syncEnvVars build extensions docs (#2747) Oskar Otwinowski 2025-12-04 16:34:57 +01:00
  • 6e038d4d1e chore: Improve Vercel/Neon syncEnvVars extensions docs Oskar 2025-12-04 16:32:15 +01:00
  • 05b53967ea feat(build): Add NeonDB branch resolution for Vercel preview environments (#2729) Oskar Otwinowski 2025-12-04 16:26:35 +01:00
  • 702f3b4bca chore: Improve changeset message Oskar 2025-12-04 16:26:24 +01:00
  • 8fcd93001d chore: insert missing spaces in changeset nicktrn 2025-12-04 13:42:32 +00:00
  • b01b8740cc fix(engine): prevent overriding a queue concurrency limit resuming a paused queue (#2745) Eric Allam 2025-12-04 13:33:12 +00:00
  • 357aa99309 Add changeset Oskar 2025-12-04 14:12:42 +01:00
  • 7cbf82a4ae fix: PR feedback, doc improvements for neon/vercel syncEnvVars Oskar 2025-12-04 14:07:31 +01:00
  • e7fec4097f fix(dev): CLI now properly cleans up the store dir on dev CLI exit (#2744) Eric Allam 2025-12-04 12:13:01 +00:00
  • d279988e38 fix(workers): prevent ERR_IPC_CHANNEL_CLOSED errors from causing an unhandled exception on TaskRunProcess (#2743) Eric Allam 2025-12-04 12:02:30 +00:00
  • 748ae658f7 fix(releases): use npm 11.x for OIDC support in the release workflow (#2742) Saadi Myftija 2025-12-04 12:21:21 +01:00
  • 249878ed92 feat(webapp): link to task-specific test page from filtered runs table (#2741) Oskar Otwinowski 2025-12-04 11:56:24 +01:00
  • 117b1d5a53 chore(dependabot): upgrade next.js for CVE-2025-66478 in d3-chat example project (#2740) Eric Allam 2025-12-04 10:30:37 +00:00
  • 04173a93b9 fix(replication): detect misconfigered run replication publication and output helpful error messages (#2736) Eric Allam 2025-12-04 10:29:13 +00:00
  • da4c753b68 fix(releases): add missing GH token in prerelease workflow (#2739) Saadi Myftija 2025-12-04 11:27:11 +01:00
  • 6ae3b69745 chore(cursor): add deslop command (#2722) Eric Allam 2025-12-04 10:24:09 +00:00
  • 652d95c7eb feat(releases): add a prerelease workflow (#2737) Saadi Myftija 2025-12-04 10:17:05 +01:00
  • 341e27d213 chore(deployments): lazily update ECR repo cache settings (#2734) Saadi Myftija 2025-12-03 17:15:59 +01:00
  • 9821d02af7 fix(sdk): Re-export schemaTask types to prevent the TypeScript error TS2742 (#2735) Eric Allam 2025-12-03 16:12:23 +00:00
  • 255a73a2fe feat(deployments): --native-build-server support for the deploy command (#2702) Saadi Myftija 2025-12-03 16:40:21 +01:00
  • c5f7a8daf7 fix(releases): explicitly use no frozen lockfile in the install step (#2733) Saadi Myftija 2025-12-03 16:28:06 +01:00
  • 8b0f51b317 chore(releases): automatically update the lockfile in changeset PRs (#2732) Saadi Myftija 2025-12-03 16:04:30 +01:00
  • 53f21e1330 feat(build): Add syncNeonEnvVars extension and improve Vercel env var syncing Oskar 2025-12-03 15:55:53 +01:00
  • 331882f59c chore(releases): add package version in changeset PRs (#2730) Saadi Myftija 2025-12-03 14:42:40 +01:00
  • 1276491a83 docs: clarify slack channel on pro (#2731) nicktrn 2025-12-03 13:23:38 +00:00
  • 5b7dfe23b5 feat(cli): implements content-addressable store for the dev CLI build outputs, reducing disk usage (#2725) Eric Allam 2025-12-03 10:17:35 +00:00
  • 49b2f683f4 feat(build): Add NeonDB branch resolution for Vercel preview environments Oskar 2025-12-02 19:52:45 +01:00
  • af9b3e1c99 fix(cli): header will always print the correct profile (#2728) nicktrn 2025-12-02 17:45:35 +00:00