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 an ignored columns option #103

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. Add ignored columns option

    (cherry picked from commit 57efef2)
    pymenguy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4a68870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be92505 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    78f0cd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Add OutputColumnType,

    an extension method to get the Description,
    and associated tests
    pymenguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2646761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba0316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64bdc39 View commit details
    Browse the repository at this point in the history
  4. In JsonOutputFormatter, use the property field name instead of the Ou…

    …tputColumnType
    
    Fix the JsonOutputFormatterTest series.
    pymenguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2fc2bb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10f0b22 View commit details
    Browse the repository at this point in the history
  6. Add an exception if all colums are ignored in TablePrinter.

    Add start of test for the IgnoreColumns feature
    pymenguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    af4b8e0 View commit details
    Browse the repository at this point in the history
  7. change enum to keep only fields equal to json value, TableFormatter d…

    …oesn't care about that
    pymenguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    20837dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f45a2ce View commit details
    Browse the repository at this point in the history