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

Custom labels for readability and CLI output #1481

Merged
merged 21 commits into from
Nov 21, 2023
Merged

Commits on Nov 21, 2023

  1. Adding a label field for some commands - you can optionally specify f…

    …or this text to appear in your log/command display.
    SuperRoach authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    19f8c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f870f View commit details
    Browse the repository at this point in the history
  3. Plumbing label to YAML deserialisation

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b7dbc43 View commit details
    Browse the repository at this point in the history
  4. Revert some labels that are difficult to wire up

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9d54e46 View commit details
    Browse the repository at this point in the history
  5. Do plumbing for remaining implemented commands

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2e22cee View commit details
    Browse the repository at this point in the history
  6. Extend tests to include labels

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c598ca9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fd4b6e View commit details
    Browse the repository at this point in the history
  8. Add label support to RunFlow

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4eb1bfc View commit details
    Browse the repository at this point in the history
  9. Fix AssertConditionCommand

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5906813 View commit details
    Browse the repository at this point in the history
  10. Add label support to InputText

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4c2b08b View commit details
    Browse the repository at this point in the history
  11. Add label support to ScrollUntilVisible

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f19ffda View commit details
    Browse the repository at this point in the history
  12. Add label support to RunScript

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    31fcd98 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    401f165 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d122395 View commit details
    Browse the repository at this point in the history
  15. Add implementations and tests for the remaining commands

    Dan Caseley authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    78ef77b View commit details
    Browse the repository at this point in the history
  16. Lint fixes

    Co-authored-by: Igor Lema <[email protected]>
    2 people authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    671e83e View commit details
    Browse the repository at this point in the history
  17. Allow blank labels

    Co-authored-by: Igor Lema <[email protected]>
    2 people authored and amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f05ebf0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    61bf168 View commit details
    Browse the repository at this point in the history
  19. fix: deserialization in case of non-strings

    - for YamlInputText, YamlAssertTrue, YamlEvalScript
    amanjeetsingh150 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    99e5277 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f02b7d7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0c6c650 View commit details
    Browse the repository at this point in the history