Commit Graph

18 Commits

Author SHA1 Message Date
1795fe94b1 Add timeout parameter to CLI commands that execute actions 2025-02-21 21:05:50 -08:00
ee32e8ecd4 Set global default timeout to 2 minutes 2025-02-21 20:49:55 -08:00
8d9dcec038 Add error item on action failure 2025-02-10 08:23:03 -08:00
bc19b0a70f Simplify Execute setup 2025-02-07 15:06:05 -08:00
2894493d34 Support INTAKE_TTX env settings 2025-02-05 13:53:09 -08:00
37142229ea Make item updates transactional 2025-01-31 09:55:07 -08:00
ced1de05e8 Set source envs in action executions 2025-01-31 08:00:07 -08:00
9cfa568eff Pass state directly through Execute instead of statePath 2025-01-30 16:04:31 -08:00
68038839ec Remove argument used only for logging 2025-01-30 08:28:13 -08:00
9bf840fcec Eliminate global variables in cmd 2025-01-30 08:28:13 -08:00
f5e9277e26 Add statePath argument to Execute 2025-01-30 08:28:13 -08:00
34fa784c44 Factor out ExecuteItemAction helper 2025-01-30 08:28:13 -08:00
680d8db6bb action execute respects item action support 2025-01-29 09:13:48 -08:00
d23efdf00b Check Item equality with a function
Using == won't work when the Action field is a map[string]RawMessage
2025-01-29 08:52:39 -08:00
a84a464901 Implement updating items 2025-01-23 14:24:16 -08:00
1fb9e5853c Add --diff to action execute 2025-01-23 13:50:45 -08:00
4a75e8e814 Implement most of action execute 2025-01-23 13:32:09 -08:00
cb161b4f91 Reorganize CLI commands 2025-01-23 06:57:39 -08:00