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

Feature/add feature print configuration issue 172 #203

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2021

  1. feat: Add Config command basic infra code

    - Add ConfigOption.cs and BaseConfigOption.cs  files for config cmd
    options.
    - Add RunConfigOption method to handle config cmd use case.
    
    closes rdagumampan#172
    zwdOr20 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4f0d165 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Complete feature : Configuration variables print

    Implment RunConfigurationOption method to handle config command use case.
    
     closes rdagumampan#172
    zwdOr20 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    620bd40 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. feat: Add Json Printer option (infra)

    - add IPrinter interface
    - add JsonPrinter class
    
    closes rdagumampan#172
    zwdOr20 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3b20357 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. feat: Complete feature : Add json option

    - Choose text format for printing configuration variable information.
    - Add
    json option (by default the format is table/rows)
    
    closes closes rdagumampan#172
    zwdOr20 committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    57da2b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. refactor: Enhance code readability

    - change data-type option name to output
    - change Source enum values fomat to
    ALLCAPS
    - chekout  yuniql-platforms/postgresql/PostgreSqlBulkImportService.cs
    to master.
    zwdOr20 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    a88b385 View commit details
    Browse the repository at this point in the history