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

Use WarningException, expand CommandResultBuilder #1519

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

Commits on Oct 9, 2024

  1. Use WarningException, expand CommandResultBuilder

    Changes the warnings associated commands to use the new ApiExcpetions,
    and `warnings` in the return status now returns a list of error object V2.
    
    To do that needed to improve the way CommandResult was built, so it always
    had a status map so the CommandProcessor could append a warning. To do that
    expanded the CommandResultBuilder added for the OperationAttempts, removed
    the many overloads used for CommandResult, and updated all creation of the
    CommandResult to use the builder.
    
    See also #1518 to continue this
    amorton committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    756f615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc74b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aeb995 View commit details
    Browse the repository at this point in the history
  4. fixes from merge

    amorton committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b9cdb7f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix failing unit tests

    amorton committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d3a46b8 View commit details
    Browse the repository at this point in the history
  2. fmt fix

    amorton committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ad15492 View commit details
    Browse the repository at this point in the history