Commit Graph

  • e29e1c86d9 Fix/tri 7032 logs page feedback (#2947) Mihai Popescu 2026-01-29 12:47:59 +02:00
  • 2066843998 Merge remote-tracking branch 'origin/main' into fix/tri-6732-hover-vertical-timeline-does-not-update-on-task-runs mpcgird 2026-01-28 21:08:37 +02:00
  • a2c0f3bf56 issues fixed docs/promote-deployment isshaddad 2026-01-28 15:41:28 +00:00
  • 756a3a0eda deployment GET api endpoints isshaddad 2026-01-28 15:33:24 +00:00
  • 15d3783454 promote deployment api isshaddad 2026-01-28 15:22:14 +00:00
  • 15a660cefd docs(openapi): add promote deployment endpoint claude/slack-document-deploy-promote-api-mcj5d Claude 2026-01-28 14:30:01 +00:00
  • 5b33d5dc71 chore(image): downgrade back to 20.11.1 as 20.20 may be causing memory leaks ea-branch-116 Eric Allam 2026-01-28 00:27:58 +00:00
  • ce8e63067c feat(admin): add streaming upload heapsnapshot endpoint ea-branch-115 Eric Allam 2026-01-27 23:51:22 +00:00
  • 34203d6a6f Fix(webapp) prevent incidents url being called every frame (#2956) James Ritchie 2026-01-27 18:33:36 +00:00
  • d4e4fbd7fc fix(webapp): Truncate long branch names to prevent breaking the onboarding layout (#2954) James Ritchie 2026-01-27 18:26:43 +00:00
  • 49de105862 Feat(webapp): collapsible side menu (#2939) James Ritchie 2026-01-27 17:13:21 +00:00
  • 5fb9cc36bc fix(security): upgrade CLI deps and add overrides (#2952) DKP 2026-01-27 16:33:04 +00:00
  • 70c8d6d14b fix(react-hooks): prevent onComplete from firing prematurely when stream disconnects (#2929) nicktrn 2026-01-27 16:21:56 +00:00
  • eeab6bdeac fix(run-engine): fix queue cache memory leak and replace MemoryStore with LRU cache (#2945) Eric Allam 2026-01-26 22:23:23 +00:00
  • cded00ccf2 Widen task filter dropdown popup by 50% claude/slack-merge-previous-branches-PlaTB Claude 2026-01-26 14:53:27 +00:00
  • b2fbde51d1 feat(webapp): show beginning and end of task names in filter dropdown Claude 2026-01-26 14:32:32 +00:00
  • e709668d75 Widen task filter dropdown popup by 50% claude/slack-widen-dropdown-popup-cYUgw Claude 2026-01-26 14:53:27 +00:00
  • b7a6e759d3 feat(webapp): show beginning and end of task names in filter dropdown claude/slack-improve-task-filter-truncate-1yZNE Claude 2026-01-26 14:32:32 +00:00
  • 825219a2f4 Fix: requeue a run if the DB is unavailable during dequeuing (#2938) Matt Aitken 2026-01-25 19:23:04 +00:00
  • b143027d95 Fix/sdk stream root fallback (#2874) bharath kumar 2026-01-25 12:23:26 +05:30
  • 3375d3d130 fix(core): vendor superjson to fix CJS compatibility issue claude/issue-2937-20260124-2052 claude[bot] 2026-01-24 21:14:09 +00:00
  • 409388365e fix(fair-queue): ensure concurrency is released when a message reaches visibility timeout to prevent concurrency leaks (#2907) Eric Allam 2026-01-24 13:06:35 +00:00
  • fe5178f3e8 feat(webapp): add priority to task test and replay options (#2936) Gautam Singh 2026-01-24 03:10:14 -06:00
  • a3f1eb2361 chore(docs): Admin requirements for creating worker groups (#2925) Iss 2026-01-24 04:00:50 -05:00
  • ab4b50b95a chore(docs): Add clarifications for delay semantics and payload handling (#2928) Iss 2026-01-24 03:59:55 -05:00
  • 1859fd0283 chore(docs): Improvements to the idempotency key docs for the user expored itempotency key changes (#2910) Eric Allam 2026-01-23 18:07:12 +00:00
  • 700fe91bec chore: release v4.3.3 (#2893) v.docker.4.3.3 trigger.dev@4.3.3 @trigger.dev/sdk@4.3.3 @trigger.dev/schema-to-json@4.3.3 @trigger.dev/rsc@4.3.3 @trigger.dev/redis-worker@4.3.3 @trigger.dev/react-hooks@4.3.3 @trigger.dev/python@4.3.3 @trigger.dev/core@4.3.3 @trigger.dev/build@4.3.3 github-actions[bot] 2026-01-23 17:36:11 +00:00
  • 6055c7d050 Recover runs that failed to dequeue (#2931) Matt Aitken 2026-01-23 16:25:58 +00:00
  • cf1c311dea Use the replica for API auth queries (#2932) Matt Aitken 2026-01-23 16:23:51 +00:00
  • b68aec8ce3 fix(database): remove TaskRunAttempt.taskRunId FK for TaskRun partitioning fix/remove-task-run-attempt-fk Eric Allam 2026-01-23 15:23:32 +00:00
  • fb94e1741f fix(dashboard): display correct batch rate limit current token value (#2927) Eric Allam 2026-01-23 16:13:29 +00:00
  • 022f69c8c8 fix(v3): redesign of batch completion to prevent heavy row-level contention on the BatchTaskRun (#2930) Eric Allam 2026-01-23 15:52:52 +00:00
  • 06a06ab7de chore: add changeset for react-hooks onComplete fix claude/slack-add-changeset-patch-L0NBk Claude 2026-01-23 15:07:06 +00:00
  • 354303125f Merge branch 'main' into claude/issue-2856-20260109-1025 nicktrn 2026-01-23 14:55:21 +00:00
  • d893b26ed2 fix(engine): store costInCents and usageDurationMs on the TaskRun table via existing run engine updates (#2926) Eric Allam 2026-01-23 12:34:04 +00:00
  • 6f26acb581 fix(run-engine): use reader for pending version queries (#2924) Eric Allam 2026-01-21 15:37:21 +00:00
  • bd449f75dc fix(migrations): Add IF NOT EXISTS to 20260116154810_add_idempotency_key_options_to_task_run (#2923) Eric Allam 2026-01-21 14:43:37 +00:00
  • cd2f536620 feat(docker): enable skipping db migrations on container startup (#2922) Saadi Myftija 2026-01-21 13:34:00 +00:00
  • 3056a51b82 Query improvements (#2905) Matt Aitken 2026-01-21 13:07:07 +00:00
  • 3d66fee1af fix(cli): defer sourcemap parsing to prevent OOM during module loading claude/issue-2920-20260121-0712 claude[bot] 2026-01-21 07:19:10 +00:00
  • 23ec5ff8fa feat(sdk): add support for AI SDK v6 (#2919) Eric Allam 2026-01-20 22:31:41 +00:00
  • 31e4753122 fix(sdk): handle locked ReadableStream when retrying batch trigger (#2917) Eric Allam 2026-01-20 15:55:23 +00:00
  • 8bc6b99285 fix(batch-queue): allow batch queue consumers to run independently from the run engine worker (#2916) Eric Allam 2026-01-20 15:26:55 +00:00
  • 87167524cc fix(api): prevent null idempotency keys in responses, only undefined accepted (#2912) Eric Allam 2026-01-20 14:06:37 +00:00
  • 36168b3eb6 feat(sdk): expose user-provided idempotency key and scope in task context (#2903) Eric Allam 2026-01-20 11:23:07 +00:00
  • c859be9c53 Document new Limits page in dashboard (#2908) re2-test-per-machine-request-ratios re2-prod-per-machine-request-ratios mintlify[bot] 2026-01-19 11:30:02 +00:00
  • b7f7d88623 feat(supervisor): add per-machine-preset resource request ratios (#2906) Saadi Myftija 2026-01-19 12:26:05 +01:00
  • 72594a46ee fix(dashboard): properly cleanup trace pubsub redis clients to redis/memory/elu leaks in the dashboard (#2901) Eric Allam 2026-01-16 15:20:30 +00:00
  • 5504e7f8cc Fix schedule limit counting (#2899) Matt Aitken 2026-01-16 13:56:49 +00:00
  • 7a7c4b1a82 feat(webapp): New limits page (#2885) James Ritchie 2026-01-15 18:03:06 +00:00
  • 733894bb4f Impersonation log (#2896) Dan 2026-01-15 16:54:45 +00:00
  • b696bbb1df Add TaskScheduleInstance projectId (#2897) Matt Aitken 2026-01-15 15:06:52 +00:00
  • aa69b9027d fix(repo): undo node.js supervisor upgrades and use the multiplatform node.js digest in Dockerfile (#2895) Eric Allam 2026-01-15 11:49:37 +00:00
  • 4705f57e48 fix: use valid node:22-alpine docker image digest claude/slack-fix-docker-image-Xfbr7 Claude 2026-01-15 11:35:41 +00:00
  • 0b0df071bf logs-page-fixes (#2889) Mihai Popescu 2026-01-15 13:07:01 +02:00
  • 936bddf198 fix: upgrade Node.js to 20.20.0 to address async_hooks DoS vulnerability (#2890) Eric Allam 2026-01-15 10:47:44 +00:00
  • b1e21cf03b feat(api): add admin endpoint for updating org feature flags (#2891) Eric Allam 2026-01-15 10:41:34 +00:00
  • c3f2d07708 chore(repo): remove claude code review (keep claude bot) (#2887) Eric Allam 2026-01-15 09:32:30 +00:00
  • 4dc504d9d0 docs: fix waitpoint token completion request body field (#2888) SHIVA REDDY VANJA 2026-01-15 01:03:39 +05:30
  • a5339a1bac fix(dashboard): remove span ID to original span ID cache and use a different approach to link to the cached runs (#2886) Eric Allam 2026-01-14 14:36:29 +00:00
  • 5b07bd11a0 chore: FeatureFlag add createdAt and updatedAt (#2880) Matt Aitken 2026-01-14 14:28:06 +00:00
  • 0cc5a5ba72 fix(dashboard): remove span ID to original span ID cache and use a different approach to link to the cached runs ea-branch-113 Eric Allam 2026-01-14 14:22:58 +00:00
  • 73798f4a22 chore: upgrade Node.js to v20.20.0 claude/slack-upgrade-node-MnzuS Claude 2026-01-14 14:14:29 +00:00
  • 260fb7cd70 fix(helm): support secrets.existingSecret for core secrets (#2860) nicktrn 2026-01-14 10:44:08 +00:00
  • 9934627c0b Revert "Set EVENT_REPOSITORY_DEFAULT_STORE default to clickhouse_v2" (#2881) Copilot 2026-01-14 10:38:08 +00:00
  • 495a2531f0 Set EVENT_REPOSITORY_DEFAULT_STORE default to clickhouse_v2 (#2879) Matt Aitken 2026-01-13 18:06:00 +00:00
  • 1bca378000 Query fixes (#2876) Matt Aitken 2026-01-13 17:43:25 +00:00
  • b042b0b2f9 fix(webapp): cancel button in API key regeneration modal (#2878) nicktrn 2026-01-13 17:26:13 +00:00
  • 3be55db8f8 Add smart spreadsheet docs (#2877) Dan 2026-01-13 17:21:00 +00:00
  • bb253400a2 perf(runs-replication): Improve the CPU efficiency and throughput of the runs replication to clickhouse (#2866) Eric Allam 2026-01-13 12:18:30 +00:00
  • c8686b5f1c feat: tri-6738 Create aggregated logs page (#2862) Mihai Popescu 2026-01-13 13:21:13 +02:00
  • dfb46d8847 chore(docs): add WASM external configuration documentation (#2871) Iss 2026-01-13 06:12:54 -05:00
  • 9942518e49 TRQL/Query improvements (#2870) Matt Aitken 2026-01-13 11:12:15 +00:00
  • a3c387697e feat(supervisor): add node affinity rules for large machine worker pool scheduling (#2869) re2-prod-large-pool-separation Saadi Myftija 2026-01-13 10:54:47 +01:00
  • 7a9490893c fix(webapp): Fix for missing table rows divider lines in safari (#2873) James Ritchie 2026-01-12 21:14:11 +00:00
  • a847ef6be1 Update machinepool label key re2-test-large-pool-separation Saadi Myftija 2026-01-12 14:29:43 +01:00
  • 768206c91b feat(dashboard): Upgrade to the dateTime filter UI (#2864) James Ritchie 2026-01-12 13:01:17 +00:00
  • 45ed802e54 feat(supervisor): add node affinity rules for large machine worker pool scheduling Saadi Myftija 2026-01-12 13:13:48 +01:00
  • 12f508a949 Merge branch 'main' into fix/tri-6732-hover-vertical-timeline-does-not-update-on-task-runs mpcgird 2026-01-12 14:35:32 +02:00
  • e028ab3165 Store the user idempotency key and scope store-user-idempotency-key Matt Aitken 2026-01-12 11:04:19 +00:00
  • 2c30c2defb chore(claude): add CLAUDE.md and claude skill for writing trigger.dev tasks + add 4.3.0 rule set (#2867) Eric Allam 2026-01-12 11:01:06 +00:00
  • 839d5e8eba Allow query access when impersonating (#2863) Matt Aitken 2026-01-09 14:57:09 +00:00
  • 674f5c77b7 chore: add patch changeset for additionalFiles destination option claude/slack-fix-additionalfiles-path-resolution-kDZvR claude[bot] 2026-01-09 13:56:16 +00:00
  • 26f9dc347c Merge branch 'main' into claude/slack-fix-additionalfiles-path-resolution-kDZvR Eric Allam 2026-01-09 12:48:45 +00:00
  • 42dfb87ebb chore(ci): pre-pull test container images to prevent dockerhub rate limiting when running tests (#2861) Eric Allam 2026-01-09 12:15:53 +00:00
  • 49df40cb11 TRQL and the Query page (#2843) Matt Aitken 2026-01-09 11:39:36 +00:00
  • ff856f7825 chore: update vitest to 3.1.4 in packages/build for consistent test reporting claude[bot] 2026-01-09 11:01:12 +00:00
  • 12cfa0da03 fix(react-hooks): prevent onComplete from firing prematurely when stream disconnects claude[bot] 2026-01-09 10:27:37 +00:00
  • cf0aa9b3ca core(claude): correctly setup repo and deps for claude code agent (#2858) Eric Allam 2026-01-09 10:27:23 +00:00
  • 520ebcd3c7 chore: update pnpm-lock.yaml after adding vitest dependency claude[bot] 2026-01-09 10:24:08 +00:00
  • 4574cfc1ac Merge branch 'main' into claude/slack-fix-additionalfiles-path-resolution-kDZvR Eric Allam 2026-01-09 10:21:25 +00:00
  • a8024afd0a chore(claude): add some allowed tools to the claude github workflow agent (#2857) Eric Allam 2026-01-09 10:17:29 +00:00
  • 345722e1c7 fix(build): address review comments and add unit tests for additionalFiles claude[bot] 2026-01-09 10:04:51 +00:00
  • 55aba75c47 fix(build): handle specific file paths in getGlobBase for destination option claude[bot] 2026-01-09 09:10:11 +00:00
  • a6e718a00a fix(build): add destination option to additionalFiles extension Claude 2026-01-09 08:25:04 +00:00
  • ec881dd5fd fix: log errors in onSuccess/onFailure/onComplete hooks without failing the run claude/issue-2002-20260108-2131 claude[bot] 2026-01-08 21:34:53 +00:00
  • 57ba2528b2 feat(runs): use metrics instead of spans in the Runs Replication service (#2851) Eric Allam 2026-01-08 15:56:44 +00:00
  • 7d29f5aac9 fix(webapp): use useFetcher for env var edits to preserve scroll/toggle state (#2847) Eric Allam 2026-01-08 12:51:07 +00:00
  • 36b0762100 feat(metrics): add observable gauge for batch queue worker length (#2848) Eric Allam 2026-01-08 12:50:46 +00:00
  • f5b2ccb494 chore(docs): add docs for handling batch trigger errors (#2838) Eric Allam 2026-01-08 11:33:43 +00:00