jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/361638 )
Change subject: TODO: remove rejected item ...................................................................... TODO: remove rejected item Remove the rejected item from the TODO list: CLI: automatically select async mode if only one host is targeted with multiple commands. It was rejected because: - to know the number of hosts the backend has to be queried, hence it cannot be done at argument parsing time. - the same query could select a different number of hosts at different time, hence this automation will not be consistent in time. Change-Id: If772314287772aef9c1e962b0dd92fb1b032017e --- M TODO.md 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Giuseppe Lavagetto: Looks good to me, but someone else must approve jenkins-bot: Verified Volans: Looks good to me, approved diff --git a/TODO.md b/TODO.md index a64915a..28d1a9e 100644 --- a/TODO.md +++ b/TODO.md @@ -18,7 +18,6 @@ * global: allow to log the whole output to a specific file, to allow multiple people follow the progress * global: allow to randomize the list hosts before execution [T164587](https://phabricator.wikimedia.org/T164587) * CLI: `--batch-size` allow to specify percentage too -* CLI: automatically select async mode if only one host is targeted with multiple commands * CLI: improve the dry-run mode to show what would have been done * CLI: add a `--color` or a `--no-color` option to manage the output color * CLI: read commands from a file, one per line -- To view, visit https://gerrit.wikimedia.org/r/361638 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If772314287772aef9c1e962b0dd92fb1b032017e Gerrit-PatchSet: 3 Gerrit-Project: operations/software/cumin Gerrit-Branch: master Gerrit-Owner: Volans <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Gehel <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Volans <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
