Commit Graph

5311 Commits

Author SHA1 Message Date
James Ritchie b54387d57f save cookie only when id is used 2024-08-30 11:59:09 +01:00
James Ritchie d46999e376 Revert "Upgrade Remix to 2.9.1 (same as PR #1096)"
This reverts commit e63ee9e924.
2024-08-30 11:26:21 +01:00
Matt Aitken 10ba1d9504 Remove duplicate import 2024-08-30 11:21:21 +01:00
Matt Aitken 4cf9c65df9 Fix for TS error 2024-08-30 11:20:53 +01:00
Matt Aitken b67a8f9f33 Overscan more rows in the tree view 2024-08-30 10:04:12 +01:00
Matt Aitken 2229610f87 Added auth to the sync 2024-08-30 10:04:05 +01:00
Matt Aitken 67ec4f028b Switched structure around again so we only call the useTrace hook from the client 2024-08-29 23:43:38 +01:00
Matt Aitken e63ee9e924 Upgrade Remix to 2.9.1 (same as PR #1096) 2024-08-29 22:50:12 +01:00
Matt Aitken 704b0da467 WIP on auth, having problems with it 2024-08-29 21:41:19 +01:00
Matt Aitken 259cfc5313 Improved the loading behaviour with the inspector 2024-08-29 19:59:33 +01:00
Matt Aitken 5e9b86ea9b Improvement to the loading states 2024-08-29 19:37:26 +01:00
Matt Aitken bf4e581c9f Restructured the page so the loading is better 2024-08-29 19:29:20 +01:00
Matt Aitken 8811897857 Slight improvement in the loading state 2024-08-29 18:55:44 +01:00
Matt Aitken a66bb39256 One fix for client-server mismatch 2024-08-29 18:55:44 +01:00
Matt Aitken 6986557ffb Removed unused const 2024-08-29 18:55:44 +01:00
James Ritchie d662e41fd1 Updated to latest window-splitter version 2024-08-29 18:31:24 +01:00
James Ritchie 75fddae96c min size for the test page left hand panel 2024-08-29 18:17:03 +01:00
James Ritchie cd2bb3e3da Added overflow hidden to the panel group 2024-08-29 18:16:51 +01:00
Matt Aitken 3fea23d546 Fix for the resizable panels on the run page 2024-08-29 17:59:17 +01:00
Matt Aitken 894ce9e87d Merge remote-tracking branch 'origin/react-window-splitter' into electricsql-run
# Conflicts:
#	apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx
2024-08-29 17:48:24 +01:00
Matt Aitken 2190bd6ad8 Don’t load the trace in the RunPresenter anymore 2024-08-29 17:47:57 +01:00
James Ritchie 1d58ef97bc Min size for resizable panel on test page 2024-08-29 17:47:04 +01:00
Matt Aitken cbb95f244f Using ElectricSQL for the run page data 2024-08-29 17:23:41 +01:00
Matt Aitken 723753b9ea More restructuring ready to use the trace summary from the frontend 2024-08-29 17:10:53 +01:00
Matt Aitken 96665a4ba6 Use the new util 2024-08-29 16:54:20 +01:00
Matt Aitken 1f9b4bf849 Extracted some logic out of the eventRepository for getting a trace. This will be used on the frontend 2024-08-29 16:53:54 +01:00
Matt Aitken 4495fa9b95 Added ElectricSQL to docker-compose, available on 3060 2024-08-29 11:30:53 +01:00
Eugen Istoc 7c1339c108 Update upgrading-packages.mdx (#1273)
I believe the name of the executable in the `bin` dir is called `triggerdev` instead of `trigger.dev`
2024-08-28 10:50:52 +01:00
nicktrn 4cfb52ef65 Remove packageManager override from docs package.json 2024-08-28 10:39:34 +01:00
Matt Aitken f7d32b83b1 Free up concurrency when using triggerAndWait. Improved errors on runs (#1272)
* Add an error to the final attempt if there isn’t one

* Improved the checkpointResumer test task

* Using triggerAndWait or batchTriggerAndWait frees up concurrency

Normally it frees up just env and org concurrency. If it’s a recursive task then it will free up the run concurrency too (e.g. a task calling itself).

* Removed the filepath and export name from attempt spans

* Run inspector: only show an error if the run is in a finished state
2024-08-25 20:15:45 +01:00
Matt Aitken 0979a521bd Updated docs to 0.0.0-prerelease-20240825150620 2024-08-25 16:12:55 +01:00
Eric Allam e30beb779f Add support + docs for custom esbuild plugins (#1270)
* Add support + docs for custom esbuild plugins

* Fixed the missing subpath export

* Add support for specifying the prisma client generator

* Add `—env-file` support to dev and deploy
2024-08-25 16:04:26 +01:00
Matt Aitken 99a63d4cd5 When enqueuing clear concurrency for that run (#1271)
* Better logging if a background worker isn’t created

* When enqueuing a message into the queue clear the concurrency
2024-08-25 15:56:40 +01:00
James Ritchie 4510fc0ed0 Inline code blocks behave nicer when text wraps 2024-08-24 12:10:08 +01:00
Matt Aitken 6744617879 Added @ splat route 2024-08-23 18:28:28 +01:00
James Ritchie 3952421f4a Updated resizable storybook 2024-08-23 18:08:06 +01:00
James Ritchie 1d3cd1d8e9 Added isStaticAtRest prop to resizable panel 2024-08-23 17:47:24 +01:00
James Ritchie 442e3b466e styled the handle focus state 2024-08-23 17:47:06 +01:00
James Ritchie 1e68485298 Small padding fix 2024-08-23 16:38:17 +01:00
James Ritchie bb93adca35 Callout if runs don’t start right away now has some top margin 2024-08-23 16:33:08 +01:00
James Ritchie d36f07b79c Updated to the latest version: react-window-splitter 2024-08-23 16:18:49 +01:00
James Ritchie 075623007f Merge remote-tracking branch 'origin/main' into react-window-splitter
# Conflicts:
#	.changeset/hungry-sloths-promise.md
#	apps/webapp/app/models/runtimeEnvironment.server.ts
#	apps/webapp/app/presenters/v3/ConcurrencyPresenter.server.ts
#	apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.schedules/route.tsx
#	apps/webapp/app/v3/services/completeAttempt.server.ts
#	apps/webapp/app/v3/services/createCheckpoint.server.ts
#	apps/webapp/app/v3/services/resumeBatchRun.server.ts
#	apps/webapp/app/v3/services/resumeTaskDependency.server.ts
#	apps/webapp/app/v3/taskStatus.ts
#	docs/troubleshooting.mdx
#	integrations/airtable/CHANGELOG.md
#	integrations/airtable/package.json
#	integrations/github/CHANGELOG.md
#	integrations/github/package.json
#	integrations/linear/CHANGELOG.md
#	integrations/linear/package.json
#	integrations/openai/CHANGELOG.md
#	integrations/openai/package.json
#	integrations/plain/CHANGELOG.md
#	integrations/plain/package.json
#	integrations/replicate/CHANGELOG.md
#	integrations/replicate/package.json
#	integrations/resend/CHANGELOG.md
#	integrations/resend/package.json
#	integrations/sendgrid/CHANGELOG.md
#	integrations/sendgrid/package.json
#	integrations/shopify/CHANGELOG.md
#	integrations/shopify/package.json
#	integrations/slack/CHANGELOG.md
#	integrations/slack/package.json
#	integrations/stripe/CHANGELOG.md
#	integrations/stripe/package.json
#	integrations/supabase/CHANGELOG.md
#	integrations/supabase/package.json
#	integrations/typeform/CHANGELOG.md
#	integrations/typeform/package.json
#	packages/astro/CHANGELOG.md
#	packages/astro/package.json
#	packages/cli-v3/CHANGELOG.md
#	packages/cli-v3/package.json
#	packages/cli-v3/src/entryPoints/deploy-run-controller.ts
#	packages/cli/CHANGELOG.md
#	packages/cli/package.json
#	packages/core-apps/CHANGELOG.md
#	packages/core-apps/package.json
#	packages/core-backend/CHANGELOG.md
#	packages/core-backend/package.json
#	packages/core/CHANGELOG.md
#	packages/core/package.json
#	packages/eslint-plugin/CHANGELOG.md
#	packages/eslint-plugin/package.json
#	packages/express/CHANGELOG.md
#	packages/express/package.json
#	packages/hono/CHANGELOG.md
#	packages/hono/package.json
#	packages/integration-kit/CHANGELOG.md
#	packages/integration-kit/package.json
#	packages/nestjs/CHANGELOG.md
#	packages/nestjs/package.json
#	packages/nextjs/CHANGELOG.md
#	packages/nextjs/package.json
#	packages/otlp-importer/CHANGELOG.md
#	packages/otlp-importer/package.json
#	packages/react/CHANGELOG.md
#	packages/react/package.json
#	packages/remix/CHANGELOG.md
#	packages/remix/package.json
#	packages/sveltekit/CHANGELOG.md
#	packages/sveltekit/package.json
#	packages/testing/CHANGELOG.md
#	packages/testing/package.json
#	packages/trigger-sdk/CHANGELOG.md
#	packages/trigger-sdk/package.json
#	packages/yalt/CHANGELOG.md
#	packages/yalt/package.json
#	pnpm-lock.yaml
2024-08-23 16:09:08 +01:00
Matt Aitken d62979914f Updated the new build system docs with the prerelease package 2024-08-23 14:26:56 +01:00
Matt Aitken fc02e95f2a Removed another old changeset 2024-08-23 14:20:48 +01:00
Matt Aitken 8688822723 Another fix for changeset with old package (react) 2024-08-23 14:20:36 +01:00
Matt Aitken 0d829f9530 Fixed changesets for packages no longer in the repo 2024-08-23 14:20:00 +01:00
James Ritchie 6496539c01 Usage doesn’t show as a red bar if you’re beyond the plan 2024-08-23 14:04:57 +01:00
Matt Aitken 79a5c36d6e build pavkage: weird whitespace change 2024-08-23 14:04:46 +01:00
Eric Allam 2f0d65a490 Fix build typecheck 2024-08-23 13:58:36 +01:00
Eric Allam 92d98e5499 Build before running typecheck now 2024-08-23 13:46:18 +01:00