olivetin/internal/executor
James Read 39368d511a
feature: Limit log history to prevent browser lag and grpc encode failures (#507)
* feature: Limit log history to prevent browser lag and grpc encode failures

* cicd: Simplify if/else chain to switch

* cicd: Lint failure in JS because of a trailing space

* cicd: Coderabbit fixes on PR

* cicd: Move config sanitize into correct place

* cicd: Handle negative startOffset, negative endOffset and empty logs

* Update internal/executor/executor.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* cicd: Fix getLogs segfault

* cicd: Fix code rabbit nitpicks

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-19 23:17:06 +00:00
..
arguments.go feature: Add support for raw textboxes #490 2025-02-18 17:49:54 -08:00
arguments_test.go Nullable args (#292) 2024-04-26 17:36:33 +00:00
executor.go feature: Limit log history to prevent browser lag and grpc encode failures (#507) 2025-02-19 23:17:06 +00:00
executor_actions.go feature: The executor now controls the public action map - meaning actions work without the API, and pages load faster (and much more!) (#324) 2024-05-27 22:52:06 +00:00
executor_test.go feature: Limit log history to prevent browser lag and grpc encode failures (#507) 2025-02-19 23:17:06 +00:00
executor_unix.go bugfix: Kill the process group, not just the parent process (#328), , thanks @ioqy, @vvrein (#346) 2024-07-04 00:12:28 +00:00
executor_windows.go bugfix: Kill the process group, not just the parent process (#328), , thanks @ioqy, @vvrein (#346) 2024-07-04 00:12:28 +00:00