olivetin/service/internal
jamesread e2bf82ff9c fix(#952): carry arguments when rerunning an action
The Rerun button ignored the original arguments and always started
actions with an empty argument set, so actions that take arguments
threw instead of re-running.

Rerun now reuses the arguments stored on the log entry: complete
runs restart directly, and incomplete ones (missing values, or
password / very_dangerous_raw_string fields) open the argument form
pre-filled via history.state. Justification-required actions always
re-prompt so each execution is explicitly justified.

Storable arguments are copied onto the log entry only after argument
parsing succeeds, so failed executions no longer persist arguments
that could be replayed.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 17:06:04 +01:00
..
acl feat: Rebuild authentication system to support 3k authentication 2025-11-26 22:33:19 +00:00
api docs: Standardize on "Server Diagnostics", update many screenshots 2026-07-09 11:30:16 +01:00
auth security: GHSA-xpxj-f2fm-rqch (HIGH) bound OAuth2 state map growth 2026-07-07 14:26:37 +01:00
config docs: Standardize on "Server Diagnostics", update many screenshots 2026-07-09 11:30:16 +01:00
entities fix: Entity ordering (#886, #762) 2026-03-08 22:16:24 +00:00
env feat: template parsing for env in password fields 2026-02-13 23:53:43 +00:00
executor fix(#952): carry arguments when rerunning an action 2026-07-17 17:06:04 +01:00
filehelper refactor: Project directories (#541) 2025-03-22 01:06:59 +00:00
httpservers feat: API Key (bearer) auth 2026-05-21 22:59:12 +01:00
installationinfo docs: Standardize on "Server Diagnostics", update many screenshots 2026-07-09 11:30:16 +01:00
logfilter chore: Fix many little niggly bugs, test flakes, etc 2026-06-17 22:18:26 +01:00
oncalendarfile fix: execOnCalendarFile, avoid possible crash deleting nil timers 2026-01-21 23:12:39 +00:00
oncron feat: Rebuild authentication system to support 3k authentication 2025-11-26 22:33:19 +00:00
onfileindir fmt: Cleanup coderabbit issues from action details change 2026-05-23 11:38:10 +01:00
onstartup feat: Rebuild authentication system to support 3k authentication 2025-11-26 22:33:19 +00:00
servicehost fix: configurable log directory for windows 2026-06-16 11:24:19 +01:00
tpl security: GHSA-7fq5-7wr8-rjwj (HIGH) Shared template instances could cause command contamination 2026-05-21 23:51:17 +01:00
updatecheck chore: Various codestyle fixes 2025-07-12 23:44:24 +01:00
webhooks feat: circle indicator for running actions, justification support 2026-06-17 23:29:30 +01:00