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 OuputVerbosity and use it in assertions #11473

Merged
merged 30 commits into from
Nov 19, 2023

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    c93bc1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f7277 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    plannigan committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    12cb693 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 21, 2023

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

Commits on Oct 31, 2023

  1. Apply documentation suggestions

    Co-authored-by: Ran Benita <ran@unusedvar.com>
    Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
    3 people committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ec76cf5 View commit details
    Browse the repository at this point in the history
  2. Adjust verbosity level retrival

    * Use enum instead of string
    * Change method name to simple get
    * Make type registering internal
    plannigan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    933742a View commit details
    Browse the repository at this point in the history
  3. Expose VerbosityType

    plannigan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8e38fc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfb1654 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    4d7ceb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855f579 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Fix docs

    nicoddemus committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d2529ed View commit details
    Browse the repository at this point in the history
  2. Improve docs

    nicoddemus committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c5cc08a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e91814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8714de View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Additional design changes from review

    * Move OutputVerbosity functionality directly in Config
    * Use strings instead of an enum for verbosity types
    plannigan committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    50c0b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    192b62d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    1baca27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d8111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    675584f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9580f4b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. More explict names

    plannigan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b47b203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91bfcab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2183d View commit details
    Browse the repository at this point in the history
  4. Clean up end to end test

    * don't use implementaiton for setting name
    * str() of path object is not needed
    plannigan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6ea1fe5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fdfc1e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Mark constant as final

    plannigan committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    e663889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d943866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b91a467 View commit details
    Browse the repository at this point in the history
  4. Restore whitespace changes

    plannigan committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    59e39c8 View commit details
    Browse the repository at this point in the history