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

Add pgo show ha command and add combined output to pgo show #77

Merged
merged 5 commits into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. Add 'pgo show ha' command

    Adds a new subcommand to pgo show, 'ha', which provides the
    'patronictl list' command info when invoked.
    
    Issue: PGO-13
    tjmoore4 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    87ea6d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c06a1 View commit details
    Browse the repository at this point in the history
  3. Add all sub-command output to 'pgo show' command

    This commit adds the default output from 'pgo show backup' and
    'pgo show ha' to the 'pgo show' command.
    
    Issue: PGO-13
    tjmoore4 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    101e8fd View commit details
    Browse the repository at this point in the history
  4. Add output flag validation for show backup command

    Adds enum based output format flag validation as well as a KUTTL
    TestStep to check for the desired behavior.
    tjmoore4 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    51c894b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Refactor 'pgo show' functions and update help output

    Issue: PGO-13
    tjmoore4 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    20fd95a View commit details
    Browse the repository at this point in the history