Files
triggerdotdev--trigger.dev/apps/webapp
Matt Aitken f854cb90eb Replay\Cancel a run (v3) (#1006)
* WIP on replaying a task from the run page

* Don’t pass the existing runs idempotency key, it will cause the replay to always return the original run

* Replay from the run list

* Don’t use fetchers in the replay/cancel dialogs

* API endpoint for replaying a run

* REST API docs (mostly coming soon) but added replay run

* replayRun function added to the SDK

* Cancel run added to the SDK

* v3-catalog file to test canceling and replaying

* Changed the SDK to be runs.replay and runs.cancel

* Removed comment

* Latest lockfile
2024-04-08 19:08:44 +01:00
..
2024-04-08 19:08:44 +01:00
2024-02-12 14:24:32 +00:00
2023-06-07 14:48:42 +01:00
2024-03-31 15:58:00 +01:00
2023-05-01 10:11:19 -07:00
2023-08-01 10:21:22 +01:00
2024-03-31 15:58:00 +01:00
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2024-04-02 13:58:40 +01:00
2022-12-06 12:28:16 +00:00
2024-03-31 15:58:00 +01:00
2024-03-31 15:58:00 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh