Commit Graph

  • 3e35f26056 Changeset: version nextjs @trigger.dev/nextjs@1.0.0-next.3 Eric Allam 2023-06-14 08:50:54 +01:00
  • 24360dc4e7 Make sure nextjs app routes have the correct types Eric Allam 2023-06-14 08:50:39 +01:00
  • 0736c68d77 Fixed duplicate export issue Eric Allam 2023-06-14 08:08:52 +01:00
  • 34ccf345cd Changeset version: implement task errors and retrying @trigger.dev/sdk@2.0.0-next.1 @trigger.dev/nextjs@1.0.0-next.2 @trigger.dev/github@1.0.0-next.1 Eric Allam 2023-06-14 08:07:15 +01:00
  • 605a38d8ab Trying to make a good layout for the test page Matt Aitken 2023-06-13 18:16:07 +01:00
  • c9fd8ccae2 Running tests is working Matt Aitken 2023-06-13 16:33:42 +01:00
  • 43482b1b96 Get some errors if you’ve used invalid JSON Matt Aitken 2023-06-13 15:52:52 +01:00
  • 81912b2530 Test page is working with a ref Matt Aitken 2023-06-13 14:40:56 +01:00
  • 2db2e7a369 First version of the Test page with example and environment selection Matt Aitken 2023-06-13 13:54:08 +01:00
  • 3589d26fb3 Implement task retrying to recording task attempts Eric Allam 2023-06-13 15:47:59 +01:00
  • e5282fb264 Get the example data for the test page Matt Aitken 2023-06-13 11:48:39 +01:00
  • 61fddbb8af Added name and icon to the EventExamples Matt Aitken 2023-06-13 11:48:27 +01:00
  • e141aa3ff4 Added an GitHub Issue opened example Matt Aitken 2023-06-13 10:57:06 +01:00
  • 2fa1536315 EventExamples are now in a separate table (upserted on job register) Matt Aitken 2023-06-13 10:56:57 +01:00
  • 5607dcfae9 Created useFilterJobs which also searches the job slug Matt Aitken 2023-06-13 10:11:34 +01:00
  • bd103802f9 Better logging of errors so we can debug delivery issues to hosts Eric Allam 2023-06-12 21:11:44 +01:00
  • 0cbf427a58 Added “Test” to the breadcrumb Matt Aitken 2023-06-12 18:18:23 +01:00
  • e53cd477f9 Added a dynamic property to the Job page header Matt Aitken 2023-06-12 18:15:45 +01:00
  • df61f29a02 Added Dynamic markers to the jobs table Matt Aitken 2023-06-12 18:12:52 +01:00
  • feda01ab3b Don’t count internal or other project jobs in the integration table Matt Aitken 2023-06-12 16:28:42 +01:00
  • fb2684c0b3 Added the placeholder for help using an integration Matt Aitken 2023-06-12 16:19:52 +01:00
  • 89e4b80e65 Added integration breadcrumbs Matt Aitken 2023-06-12 16:12:07 +01:00
  • d55fe2d100 Added scopes page Matt Aitken 2023-06-12 15:59:34 +01:00
  • 49a510aaf9 Client Connections page is working Matt Aitken 2023-06-12 15:34:51 +01:00
  • 16a5504a32 Connection client jobs page Matt Aitken 2023-06-12 14:47:47 +01:00
  • b720c27c2a Show the slug in a ClipboardField Matt Aitken 2023-06-12 14:12:51 +01:00
  • cad3453e32 Created the ClipboardField Matt Aitken 2023-06-12 14:05:38 +01:00
  • afe0a8a159 Run page streaming runs just once if run is completed Matt Aitken 2023-06-12 12:04:33 +01:00
  • 2487e815a3 Use zod for integration client page params parsing Matt Aitken 2023-06-12 09:32:15 +01:00
  • 771348dd5e Handle task errors and update the task status and add errors to the task output Eric Allam 2023-06-12 09:31:40 +01:00
  • 1f76e1228a Added connection client Jobs table Matt Aitken 2023-06-12 09:26:15 +01:00
  • fe782e5ff8 Scope finding projects and runs by the project and org Eric Allam 2023-06-09 21:14:40 +01:00
  • b4167a38f2 Fixed the event trigger name Eric Allam 2023-06-09 21:14:15 +01:00
  • 61459a197f Started working on the Integration client page Matt Aitken 2023-06-09 19:23:53 +01:00
  • 30b6cc646a Improved the integrations page layout Matt Aitken 2023-06-09 17:53:02 +01:00
  • df95d4e29f Changed to using the job slug in the urls Matt Aitken 2023-06-09 17:26:52 +01:00
  • 5090b64e57 Store the graphile job ID on the executions to be able to fast-forward delayed tasks Eric Allam 2023-06-09 16:56:42 +01:00
  • 12d188d85a When accepting an invite it creates the RuntimeEnvironment for each project Matt Aitken 2023-06-09 16:51:26 +01:00
  • ab3e45d933 Import tidying Matt Aitken 2023-06-09 16:40:47 +01:00
  • 8c979cabd7 Added the realtime duration to the detail panel Matt Aitken 2023-06-09 16:39:15 +01:00
  • a617922c1d Handles closing out the realtime connection better Matt Aitken 2023-06-09 16:37:18 +01:00
  • fec7cd65a7 The Run page now live updates Matt Aitken 2023-06-09 16:21:34 +01:00
  • 10cfdb2fa2 Tweaked the countdown Matt Aitken 2023-06-09 15:41:21 +01:00
  • 43a62d8bec Always create environments when creating a project Eric Allam 2023-06-09 15:40:15 +01:00
  • 7b32b7ecd6 Delays display well now with countdowns Matt Aitken 2023-06-09 15:25:00 +01:00
  • 2fcd166d32 Upgrade nextjs package to not require a specific next version @trigger.dev/nextjs@1.0.0-next.1 Eric Allam 2023-06-09 14:42:44 +01:00
  • d8c673157b Changset: versions Eric Allam 2023-06-09 14:33:59 +01:00
  • 99316df879 Adding changeset for v2 Eric Allam 2023-06-09 14:27:29 +01:00
  • 1e0b1b73a9 Changset: versions @trigger.dev/slack@1.0.0-next.0 @trigger.dev/sdk@2.0.0-next.0 @trigger.dev/nextjs@1.0.0-next.0 @trigger.dev/github@1.0.0-next.0 Eric Allam 2023-06-09 14:33:59 +01:00
  • 53c9bd5612 Adding changeset for v2 Eric Allam 2023-06-09 14:27:29 +01:00
  • 5a4fa3d2b3 Return data from schedule job 2 Matt Aitken 2023-06-09 12:11:38 +01:00
  • 71ececd7ce Added completed detail panel, improved panels Matt Aitken 2023-06-09 12:09:28 +01:00
  • 74519c08f0 Task errors are now parsed and displayed using the error component Matt Aitken 2023-06-09 11:42:15 +01:00
  • a85f19e016 The schedule job throws a task error Matt Aitken 2023-06-09 11:41:58 +01:00
  • cfe887341d Latest lockfile from running pnpm i Matt Aitken 2023-06-09 11:22:07 +01:00
  • eab17c3467 Added a state when there are no tasks Matt Aitken 2023-06-09 11:01:37 +01:00
  • 87c598627f Added a TaskCardSkeleton, it needs making good Matt Aitken 2023-06-09 11:01:25 +01:00
  • 30dc840144 Export the RunBasicStatus Matt Aitken 2023-06-09 11:01:13 +01:00
  • dd0e2d0bd2 Improved the run output Matt Aitken 2023-06-09 10:43:01 +01:00
  • bf0da9ccff More renaming element to property Eric Allam 2023-06-09 11:08:21 +01:00
  • f430bcf54a Renamed elements to properties Eric Allam 2023-06-09 11:04:22 +01:00
  • ec4ef9ab7e Cleanup zodWorker a bit Eric Allam 2023-06-09 10:39:24 +01:00
  • d01432e742 Added basic info to the completed panel Matt Aitken 2023-06-09 10:24:15 +01:00
  • cbb3e17e5d Added RunPanelError. Added Run complete panel with error Matt Aitken 2023-06-09 10:10:53 +01:00
  • 618bc927e9 Export ErrorWIthStack type Matt Aitken 2023-06-09 10:10:35 +01:00
  • 047c4f4baa Improved Callout Matt Aitken 2023-06-09 10:10:26 +01:00
  • 3aea158edc Turn off bodyParser for realz Eric Allam 2023-06-08 17:29:06 +01:00
  • ed3b93493d Improved nextjs function names Eric Allam 2023-06-08 17:17:36 +01:00
  • 410efe1192 Implement @trigger.dev/nextjs package and make it work with the Next.js 13 app dir Eric Allam 2023-06-08 17:11:45 +01:00
  • 58473f1cce Added properties to the event detail Matt Aitken 2023-06-08 16:07:41 +01:00
  • 399c9df1f3 Fix for LabelValue value just saying “value” if it didn’t have a link… Matt Aitken 2023-06-08 16:07:32 +01:00
  • cdfb2d1263 Added an external link icon and show the url on hover Matt Aitken 2023-06-08 16:03:02 +01:00
  • 9073a60ce6 Added links to properties with underline Matt Aitken 2023-06-08 15:53:01 +01:00
  • e9295bee2e Added a code comment explaining a redirect Matt Aitken 2023-06-08 15:34:53 +01:00
  • d1321106c2 Added description and improved no params for DetailView Matt Aitken 2023-06-08 15:34:44 +01:00
  • 8d2dec28e8 The run detail column is now a separate outlet with event and task routes Matt Aitken 2023-06-08 15:09:08 +01:00
  • ea426965de Remove date-fns, not being used Matt Aitken 2023-06-08 14:20:48 +01:00
  • 86dfeae727 Styled the subtasks and added a very simple animation Matt Aitken 2023-06-08 00:26:58 +01:00
  • 861cd6acee Use accurate times in the detail view Matt Aitken 2023-06-08 00:08:43 +01:00
  • e9055f0914 Selection is working with subtasks Matt Aitken 2023-06-08 00:04:40 +01:00
  • 9e4ada241c Recursive task cards are now working Matt Aitken 2023-06-07 23:58:39 +01:00
  • b13fc5cfe8 Added lots of subtasks to the 60s CRON job Matt Aitken 2023-06-07 19:53:27 +01:00
  • 35641e3af6 Added parentId and filter by it at the top-level Matt Aitken 2023-06-07 19:53:10 +01:00
  • df86706199 Moved TaskCard to a separate file to make it easier to work on the subtasks Matt Aitken 2023-06-07 19:53:01 +01:00
  • 1f3251ceea “Event name” not jiust “Name” Matt Aitken 2023-06-07 19:03:28 +01:00
  • a1917da1b1 Use the id logo for the Trigger name Matt Aitken 2023-06-07 19:03:01 +01:00
  • e9208bdeaa The trigger should be selected on page load Matt Aitken 2023-06-07 19:02:37 +01:00
  • 9ad86e6a62 Added the Run detail view for Triggers Matt Aitken 2023-06-07 18:59:45 +01:00
  • a9bcb00d8b Added new JobRunStatus cases to switches Matt Aitken 2023-06-07 16:55:30 +01:00
  • 1a0b2aeee1 Added Trigger elements Matt Aitken 2023-06-07 16:51:49 +01:00
  • 7d45996bf1 Updated Job to a new repo/id Matt Aitken 2023-06-07 16:46:41 +01:00
  • 594d7f94a2 Added the id icon Matt Aitken 2023-06-07 16:40:21 +01:00
  • 5252da6abb Merge the run and version elements Matt Aitken 2023-06-07 16:40:16 +01:00
  • 4fa3b2161f Display the Trigger elements Matt Aitken 2023-06-07 16:40:01 +01:00
  • 87732f25ba Added the Job id to the header Matt Aitken 2023-06-07 16:39:33 +01:00
  • a4a0958ba4 Allow a ReactNode to be used in a PopoverMenuItem Matt Aitken 2023-06-07 16:22:51 +01:00
  • e2c8b82ed2 Job menu now has the slug as well as the Job title Matt Aitken 2023-06-07 16:22:38 +01:00
  • 8f060f6868 Allow any string for popover and button icons Matt Aitken 2023-06-07 16:07:02 +01:00
  • 6ae783c03e Fix for the company icon collapsing to 0x0 pixels Matt Aitken 2023-06-07 16:06:46 +01:00
  • ed1d9d88de Added a created at column to the Runs table Matt Aitken 2023-06-07 16:06:34 +01:00