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

move command for listing executors to buildtest config executors list #1610

Merged
merged 7 commits into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. add command parser 'buildtest config executors list' and rewrite impl…

    …ementation to make use
    
    of this new command
    shahzebsiddiqui committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f12bbef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b4af2d View commit details
    Browse the repository at this point in the history
  3. add bash completion support for new command, rewrite the if logic int…

    …o case statement
    
    fix issue with tab completion when retrieving list of executors
    shahzebsiddiqui committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5d9831a View commit details
    Browse the repository at this point in the history
  4. rename all references of 'buildtest config executors' in docs to 'bui…

    …ldtest config executors list'.
    
    Add example showing how to query in JSON or YAML format
    shahzebsiddiqui committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5be0fc0 View commit details
    Browse the repository at this point in the history
  5. applying black

    shahzebsiddiqui committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d21fb72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    311b39e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96b293b View commit details
    Browse the repository at this point in the history