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

List formatters in help command #1798

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    9daa87e View commit details
    Browse the repository at this point in the history
  2. feature/list-formatters-in-help-command refactoring getConstructorByT…

    …ype method to hold a Record<string, typeof Formatter>
    TomerPacific committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    96e30e5 View commit details
    Browse the repository at this point in the history
  3. feature/list-formatters-in-help-command improving return statement to…

    … deal with cases where the default formatter should be returned
    TomerPacific committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    a76f231 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    ced6ecc View commit details
    Browse the repository at this point in the history
  2. feature/list-formatters-in-help-command fixing ternary so logic does …

    …not invoke load customFormatter
    TomerPacific committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4c89fea View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. feature/list-formatters-in-help-command creating class that will hold…

    … the description of the formatters
    TomerPacific committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    7e4a398 View commit details
    Browse the repository at this point in the history
  2. feature/list-formatters-in-help-command adding logic to extract the c…

    …orrect documentation for each formatter and altering the IFormatter type to have this field
    TomerPacific committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    0b9e4cd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. feature/list-formatters-in-help-command reverting changes made by add…

    …ing the documentation field to the formatter object
    TomerPacific committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ba24272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e322a20 View commit details
    Browse the repository at this point in the history
  3. feature/list-formatters-in-help-command adding documentation member t…

    …o json/message/progress/rerun/summary/usage formatters
    TomerPacific committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    36f5856 View commit details
    Browse the repository at this point in the history
  4. feature/list-formatters-in-help-command removing formatterDocumentati…

    …onHelper class as it is no longer needed
    TomerPacific committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    22d8d6d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    fb84765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6b554 View commit details
    Browse the repository at this point in the history
  3. feature/list-formatters-in-help-command fixing return type of getCons…

    …tructorByType method and running linter
    TomerPacific committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1d7b3a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    1fd14a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441fd56 View commit details
    Browse the repository at this point in the history
  3. feature/list-formatters-in-help-command creating Formatters class to …

    …hold different formatters and extracting them from the builder class
    TomerPacific committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    2d2c89c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3baeb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    fac6492 View commit details
    Browse the repository at this point in the history
  2. feature/list-formatters-in-help-command adding documentation field to…

    … progress-bar/snippets/usage-json formatters
    TomerPacific committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    c37537c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d612918 View commit details
    Browse the repository at this point in the history
  4. feature/list-formatters-in-help-command added method in formatters cl…

    …ass to help build the documentation string
    TomerPacific committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    c600837 View commit details
    Browse the repository at this point in the history
  5. feature/list-formatters-in-help-command used recently added method to…

    … list all available formatters
    TomerPacific committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    f898574 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    1acabd4 View commit details
    Browse the repository at this point in the history
  2. feature/list-formatters-in-help-command adding documentation to snipp…

    …ets/progress-bar/usage-json formatters
    TomerPacific committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    c42c2d2 View commit details
    Browse the repository at this point in the history
  3. feature/list-formatters-in-help-command adding new line to format opt…

    …ion so that formatters will appear on new line
    TomerPacific committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    2bdb91a View commit details
    Browse the repository at this point in the history
  4. feature/list/formatters-in-help-command converting documentation fiel…

    …d inside formatter to be public and static. Refactoring buildFormatterDocumentationString
    TomerPacific committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    b422359 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93ae5e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

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

Commits on Oct 7, 2021

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