Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engine: Fix command execution #226

Merged
merged 1 commit into from
Apr 22, 2024
Merged

engine: Fix command execution #226

merged 1 commit into from
Apr 22, 2024

Conversation

cassava
Copy link
Contributor

@cassava cassava commented Mar 28, 2024

Fix several severe bugs with command execution.

BREAKING CHANGE: Command JSON deserialization renames output key to log_output and the enum value normal is renamed to on_error. As the output option was poorly documented, it is unlikely to have been used and therefore this change should have low impact.

@cassava cassava requested a review from tobifalk as a code owner March 28, 2024 15:33
@cassava cassava self-assigned this Mar 28, 2024
@cassava cassava added this to the 0.23.0 milestone Mar 28, 2024
@cassava cassava force-pushed the ben/fix-engine-command branch from 23a8b8b to a4fd1a3 Compare April 19, 2024 11:24
Fix several severe bugs with command execution.

BREAKING CHANGE: Command JSON deserialization renames `output` key
to `log_output` and the enum value `normal` is renamed to `on_error`.
As the `output` option was poorly documented, it is unlikely to have
been used and therefore this change should have low impact.
@cassava cassava force-pushed the ben/fix-engine-command branch from a4fd1a3 to 7df8686 Compare April 22, 2024 09:16
@cassava cassava merged commit 60e4559 into master Apr 22, 2024
8 checks passed
@cassava cassava deleted the ben/fix-engine-command branch April 22, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants