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

Fix UX inconsistency when handling commands bound to events #6574

Commits on Feb 6, 2023

  1. Do not display the full command-line when handling exec commands and …

    …no msg is specified
    
    Displaying it adds a lot of unnecessary clutter.
    rm3l committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bb6ac79 View commit details
    Browse the repository at this point in the history
  2. Display a shorter message when handling commands bound to 'pre-stop' …

    …events
    
    This is to be more consistent with how the other messages are displayed.
    rm3l committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2c74791 View commit details
    Browse the repository at this point in the history
  3. Display a shorter message when handling commands bound to 'post-start…

    …' events
    
    This is to be more consistent with how the other messages are displayed.
    rm3l committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    13c9c9e View commit details
    Browse the repository at this point in the history
  4. Fix integration tests

    rm3l committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    543e043 View commit details
    Browse the repository at this point in the history
  5. fixup! Fix integration tests

    rm3l committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    11c02cd View commit details
    Browse the repository at this point in the history